From a6c077a14ab69684019380246b01943bdbe4d7a1 Mon Sep 17 00:00:00 2001 From: "Liguros - Gitlab CI/CD [develop]" Date: Wed, 25 Mar 2026 19:17:47 +0000 Subject: Adding metadata --- dev-python/python-constraint/Manifest | 1 - .../python-constraint-1.4.0-exclude-examples.patch | 11 ----------- dev-python/python-constraint/metadata.xml | 21 -------------------- .../python-constraint-1.4.0.ebuild | 23 ---------------------- 4 files changed, 56 deletions(-) delete mode 100644 dev-python/python-constraint/Manifest delete mode 100644 dev-python/python-constraint/files/python-constraint-1.4.0-exclude-examples.patch delete mode 100644 dev-python/python-constraint/metadata.xml delete mode 100644 dev-python/python-constraint/python-constraint-1.4.0.ebuild (limited to 'dev-python/python-constraint') diff --git a/dev-python/python-constraint/Manifest b/dev-python/python-constraint/Manifest deleted file mode 100644 index 8ba24b510129..000000000000 --- a/dev-python/python-constraint/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST python-constraint-1.4.0.gh.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 797b8e18cff5..000000000000 --- 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 0de84e2afeae..000000000000 --- a/dev-python/python-constraint/metadata.xml +++ /dev/null @@ -1,21 +0,0 @@ - - - - - gaboroszkar@protonmail.com - Gábor Oszkár Dénes - - - sci@gentoo.org - Gentoo Science Project - - - proxy-maint@gentoo.org - Proxy Maintainers - - - 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 < b, ...). - - - gentoo-staging - \ No newline at end of file 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 06458fe8c4db..000000000000 --- a/dev-python/python-constraint/python-constraint-1.4.0.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 2022-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..14} ) - -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}.gh.tar.gz" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="~amd64" - -PATCHES=( - "${FILESDIR}/python-constraint-1.4.0-exclude-examples.patch" -) - -distutils_enable_tests pytest -- cgit v1.3.1