dev-python/dep-logic: Remove old

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2025-08-02 06:29:24 +02:00
parent 1c2ed6ba41
commit 1f2df0c8c6
2 changed files with 0 additions and 26 deletions

View File

@@ -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

View File

@@ -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