dev-python/dep-logic: Remove old

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2026-06-13 11:06:36 +02:00
parent 83a01b7927
commit a9bcc51aec
2 changed files with 0 additions and 29 deletions

View File

@@ -1,4 +1,2 @@
DIST dep_logic-0.5.2.tar.gz 36816 BLAKE2B 14cfb818a4f199fc5888d73c6047e2f9908e9ad7deee30fc15e17801e9d403921bbff294e9f0c4b1ca087b02960866d230f6b1539a51219554b04673d8c375c9 SHA512 7df9383dd2dc197764d162389d66f04562d1195e412567f26e410e6d369acbd815183ca9e5b780f01aab5e29d06dfe0eb9afb2b991ee3f58bb81ffabc7459ed0
DIST dep_logic-0.5.2.tar.gz.provenance 9428 BLAKE2B aada653f69da4d840f9bbecc70d45790da34dffa2f8905c1711fcdc2398c8f4cb384f428cd8e955034ca9c43d6a621bdc63c6e4e162e6ea013c4a42524fd1d40 SHA512 f809a4e2689848f61866b294e17176d27cb99de049c2d96920164cc0bd59cb805067c48aaf89effade87af9d7c88b67b4292736e23bd0ee8837bc288a59bb8b9
DIST dep_logic-0.6.0.tar.gz 36869 BLAKE2B 265ca52585e6d9a6fa293c93bddc6928f0b27765ab17ce8f2986557433822a89546d4007c8588dc5638492cf59a24614bc72c72b0ba1630ca021fb82ae93c7ff SHA512 c8154d7aa1717d39ed964604b28525bf85257783eb07a3aecea2b9f5cd97d80555dea5c35949aec17209a32d6eae299508ce8fa96cd4132329104ad74e44f887
DIST dep_logic-0.6.0.tar.gz.provenance 9461 BLAKE2B 0963fc8719c15544d7ce46620ba17a4ac80952fe263d14e61cce2c82adcd34ec46a2191b63db111ad0b17f9fc1f55bcf17071044e1005ae3aa9c239bbc34064f SHA512 94c4f0b727259e3c8c71ffebee3a0ce3fb166bf04b87a21483ae0610f5722be1b9b32a9381c841c80e9ccd9d1a4f5c041eca17f35174f40b97b638c36fbff272

View File

@@ -1,27 +0,0 @@
# Copyright 2023-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=pdm-backend
PYPI_VERIFY_REPO=https://github.com/pdm-project/dep-logic
PYTHON_COMPAT=( pypy3_11 python3_{11..14} python3_{13,14}t )
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}]
"
EPYTEST_PLUGINS=()
distutils_enable_tests pytest