From 25a188b70d11a0dbb436e69b19a3b7bf916ab6ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sun, 24 Aug 2025 19:15:29 +0200 Subject: dev-python/pypi-attestations: Remove old MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- .../pypi-attestations-0.0.26.ebuild | 38 ---------------------- 1 file changed, 38 deletions(-) delete mode 100644 dev-python/pypi-attestations/pypi-attestations-0.0.26.ebuild (limited to 'dev-python/pypi-attestations/pypi-attestations-0.0.26.ebuild') diff --git a/dev-python/pypi-attestations/pypi-attestations-0.0.26.ebuild b/dev-python/pypi-attestations/pypi-attestations-0.0.26.ebuild deleted file mode 100644 index 9ed29d2da015..000000000000 --- a/dev-python/pypi-attestations/pypi-attestations-0.0.26.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{11..13} ) - -inherit distutils-r1 pypi - -DESCRIPTION="Convert between Sigstore Bundles and PEP-740 Attestation objects" -HOMEPAGE=" - https://github.com/trailofbits/pypi-attestations/ - https://pypi.org/project/pypi-attestations/ -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND=" - dev-python/cryptography[${PYTHON_USEDEP}] - dev-python/packaging[${PYTHON_USEDEP}] - =dev-python/pyasn1-0.6*[${PYTHON_USEDEP}] - >=dev-python/pydantic-2.10.0[${PYTHON_USEDEP}] - dev-python/requests[${PYTHON_USEDEP}] - dev-python/rfc3986[${PYTHON_USEDEP}] -