diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-07-06 07:26:31 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-07-06 07:29:26 +0200 |
commit | 95ab1888471544b292948c2fa715ee59b79c48a9 (patch) | |
tree | 506bab7be90deb92dad427bf2334ad9566d1db85 /dev-python/dep-logic | |
parent | dev-python/makefun: Bump to 1.15.3 (diff) | |
download | gentoo-95ab1888471544b292948c2fa715ee59b79c48a9.tar.gz gentoo-95ab1888471544b292948c2fa715ee59b79c48a9.tar.bz2 gentoo-95ab1888471544b292948c2fa715ee59b79c48a9.zip |
dev-python/dep-logic: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/dep-logic')
-rw-r--r-- | dev-python/dep-logic/Manifest | 2 | ||||
-rw-r--r-- | dev-python/dep-logic/dep-logic-0.3.1.ebuild | 25 | ||||
-rw-r--r-- | dev-python/dep-logic/dep-logic-0.3.3.ebuild | 25 |
3 files changed, 0 insertions, 52 deletions
diff --git a/dev-python/dep-logic/Manifest b/dev-python/dep-logic/Manifest index 68aa62f6b070..1e1150da23cb 100644 --- a/dev-python/dep-logic/Manifest +++ b/dev-python/dep-logic/Manifest @@ -1,3 +1 @@ -DIST dep_logic-0.3.1.tar.gz 33762 BLAKE2B 1d03419456ce20b4a183644d8515e7221df2e90b3e3713d5ddc7700e6fec76b1903095892ac9f77658980155419e4bc2b1726d219dcbc515199fcfd94b3a3c62 SHA512 3195b3c65517a64cdac310b2c4dff5378138a2cff05fdb146dc192c9a2405a448483bff969d35130ba0af0953d80036ce676e1c9d0242ce372c543baa45db03d -DIST dep_logic-0.3.3.tar.gz 33770 BLAKE2B d8151c6778167ca7cf60ec71fd9371d3328cd146dd78fe89d568e4dd9a211b4f9f04a9327a716931a8b7e90a9b2c8b29a6f95459eea14636eccdb19219c9db35 SHA512 5f68b78b948c7888e79dad106d254616a2965005aea2d940caacc442a9c629b1928f93a2a7fdc524089b359f374a703339c16d54eb9178963cdf6390a663e8ae DIST dep_logic-0.3.5.tar.gz 33880 BLAKE2B 0aa7b2ef7408e0c3a0a81d2cd1fc11037e633a521aff5b673e2c9c4efc535ff59d0991daa9ee50b859302a25cfcdaf94406950358a150cd173d627e87b497a51 SHA512 7ceb90c4cf8d98a192dca94206c363e6bc5d68fa596f18c64374f1512afbfa33339b739343ed7663bba6a94d8c6a573e62bf46fecccb01d0d87827a810d0f4d9 diff --git a/dev-python/dep-logic/dep-logic-0.3.1.ebuild b/dev-python/dep-logic/dep-logic-0.3.1.ebuild deleted file mode 100644 index cf3afe5c232e..000000000000 --- a/dev-python/dep-logic/dep-logic-0.3.1.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 2023-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=pdm-backend -PYTHON_COMPAT=( pypy3 python3_{10..13} ) - -inherit distutils-r1 pypi - -DESCRIPTION="Python dependency specifications supporting logical operations" -HOMEPAGE=" - https://github.com/pdm-project/dep-logic/ - https://pypi.org/project/dep-logic/ -" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~arm64" - -RDEPEND=" - >=dev-python/packaging-22[${PYTHON_USEDEP}] -" - -distutils_enable_tests pytest diff --git a/dev-python/dep-logic/dep-logic-0.3.3.ebuild b/dev-python/dep-logic/dep-logic-0.3.3.ebuild deleted file mode 100644 index cf3afe5c232e..000000000000 --- a/dev-python/dep-logic/dep-logic-0.3.3.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 2023-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=pdm-backend -PYTHON_COMPAT=( pypy3 python3_{10..13} ) - -inherit distutils-r1 pypi - -DESCRIPTION="Python dependency specifications supporting logical operations" -HOMEPAGE=" - https://github.com/pdm-project/dep-logic/ - https://pypi.org/project/dep-logic/ -" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~arm64" - -RDEPEND=" - >=dev-python/packaging-22[${PYTHON_USEDEP}] -" - -distutils_enable_tests pytest |