commit:     545aa827279c09565c6da795d72811a771d0eb3c
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 20 09:26:28 2022 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Wed Jul 20 09:26:28 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=545aa827

dev-python/python-constraint: remove duplicate

Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 dev-python/python-constraint/Manifest               |  1 -
 .../python-constraint-1.4.0-exclude-examples.patch  | 11 -----------
 dev-python/python-constraint/metadata.xml           | 12 ------------
 .../python-constraint-1.4.0.ebuild                  | 21 ---------------------
 4 files changed, 45 deletions(-)

diff --git a/dev-python/python-constraint/Manifest 
b/dev-python/python-constraint/Manifest
deleted file mode 100644
index c91937213..000000000
--- a/dev-python/python-constraint/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST python-constraint-1.4.0.tar.gz 24966 BLAKE2B 
5ada7926f226536a1384bf9a082da41824e46d683ee71a278c50e1e5ca0a21eb3acbde4c0b47d6b48c53864ab4ea47d602fc9acb976423035aee74b0c6f3ed85
 SHA512 
fbc65ba5854e227e62469290e2d8362ed3247931592e2ac7eb5bcd5d3f9f720bbab8a984a8f7cf9dce989663f13965c5401286a1bdc673c2c076c8b22e19f0cd

diff --git 
a/dev-python/python-constraint/files/python-constraint-1.4.0-exclude-examples.patch
 
b/dev-python/python-constraint/files/python-constraint-1.4.0-exclude-examples.patch
deleted file mode 100644
index 797b8e18c..000000000
--- 
a/dev-python/python-constraint/files/python-constraint-1.4.0-exclude-examples.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/setup.py    2022-02-27 15:57:35.035889587 +0100
-+++ b/setup.py    2022-02-27 15:58:04.049889476 +0100
-@@ -70,7 +70,7 @@
-     keywords="csp constraint solving problems problem solver",
-     # You can just specify the packages manually here if your project is
-     # simple. Or you can use find_packages().
--    packages=find_packages(exclude=["contrib", "docs", "tests*"]),
-+    packages=find_packages(exclude=["contrib", "docs", "tests*", 
"examples*"]),
-     # List run-time dependencies here.  These will be installed by pip when 
your
-     # project is installed. For an analysis of "install_requires" vs pip's
-     # requirements files see:

diff --git a/dev-python/python-constraint/metadata.xml 
b/dev-python/python-constraint/metadata.xml
deleted file mode 100644
index a0974b823..000000000
--- a/dev-python/python-constraint/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-  <!-- comaintainers-welcomed -->
-  <maintainer type="person">
-    <email>gaborosz...@protonmail.com</email>
-    <name>Gábor Oszkár Dénes</name>
-  </maintainer>
-  <longdescription>
-    The Python constraint module offers solvers for Constraint Satisfaction 
Problems (CSPs) over finite domains in simple and pure Python. CSP is class of 
problems which may be represented in terms of variables (a, b, ...), domains (a 
in [1, 2, 3], ...), and constraints (a &lt; b, ...).
-  </longdescription>
-</pkgmetadata>

diff --git a/dev-python/python-constraint/python-constraint-1.4.0.ebuild 
b/dev-python/python-constraint/python-constraint-1.4.0.ebuild
deleted file mode 100644
index cd8a97e27..000000000
--- a/dev-python/python-constraint/python-constraint-1.4.0.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="Constraint Solving Problem resolver for Python"
-HOMEPAGE="https://github.com/python-constraint/python-constraint";
-SRC_URI="https://github.com/python-constraint/python-constraint/archive/refs/tags/${PV}.tar.gz
 -> ${P}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64"
-
-distutils_enable_tests pytest
-
-PATCHES=( "${FILESDIR}/python-constraint-1.4.0-exclude-examples.patch" )

Reply via email to