commit: 1f2df0c8c653f8da01a427b58fc98cfef8c31cf8
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 2 04:29:24 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Aug 2 05:20:36 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f2df0c8
dev-python/dep-logic: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/dep-logic/Manifest | 1 -
dev-python/dep-logic/dep-logic-0.5.0.ebuild | 25 -------------------------
2 files changed, 26 deletions(-)
diff --git a/dev-python/dep-logic/Manifest b/dev-python/dep-logic/Manifest
index efcecca101fc..1da3008d14cb 100644
--- a/dev-python/dep-logic/Manifest
+++ b/dev-python/dep-logic/Manifest
@@ -1,2 +1 @@
-DIST dep_logic-0.5.0.tar.gz 36667 BLAKE2B
245b442eba8aca129f6c63906b1704041343b26f7bc0bfef67912c2c9f800f2cbd8ff20d7155c741303bf716e0cc5a40c99f5b84e6b625e622be7ed339b39d89
SHA512
458aa13ef623bd497bd3580a2dc17ee49cdfe31de1fb330d5f73422e2b6f49b1e415460a38a86ea8451f55c55ebfa1bd166435f764f8530285719c1a69d149bf
DIST dep_logic-0.5.1.tar.gz 36819 BLAKE2B
30b91961b08e394e7e9282a92f703d537a0f0ba6d98f17dc19464013f5bc89e14b61e38c4600be5697696ab5b32f79a48ce30097c5e8af8685dc488bc1390805
SHA512
c4b4f77338eb7a5a236fbe24618788689c735f9369d486bfee4ec56f2bd557a7e08d07c7e19e8b34cc39b108a416d0551be98e3ed30d4bc6e3d3896abf0b85c8
diff --git a/dev-python/dep-logic/dep-logic-0.5.0.ebuild
b/dev-python/dep-logic/dep-logic-0.5.0.ebuild
deleted file mode 100644
index b78a56135d45..000000000000
--- a/dev-python/dep-logic/dep-logic-0.5.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 2023-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=pdm-backend
-PYTHON_COMPAT=( pypy3 pypy3_11 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