diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2026-03-25 19:17:47 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2026-03-25 19:17:47 +0000 |
| commit | a6c077a14ab69684019380246b01943bdbe4d7a1 (patch) | |
| tree | 337a02c526cb76a9462cf0e31ba52fc7aa725d36 /dev-python/python-constraint | |
| parent | 9463004333272cee4a8781c51c51e53f1b5dafcb (diff) | |
| download | baldeagleos-repo-a6c077a14ab69684019380246b01943bdbe4d7a1.tar.gz baldeagleos-repo-a6c077a14ab69684019380246b01943bdbe4d7a1.tar.xz baldeagleos-repo-a6c077a14ab69684019380246b01943bdbe4d7a1.zip | |
Adding metadata
Diffstat (limited to 'dev-python/python-constraint')
4 files changed, 0 insertions, 56 deletions
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 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>gaboroszkar@protonmail.com</email> - <name>Gábor Oszkár Dénes</name> - </maintainer> - <maintainer type="project"> - <email>sci@gentoo.org</email> - <name>Gentoo Science Project</name> - </maintainer> - <maintainer type="project"> - <email>proxy-maint@gentoo.org</email> - <name>Proxy Maintainers</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 < b, ...). - </longdescription> - - <origin>gentoo-staging</origin> -</pkgmetadata>
\ 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 |
