commit: d3177adfc06ed3d25a10eb1c635f2b78f9486320
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 4 01:32:30 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Jun 4 02:06:40 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3177adf
dev-python/pypi-attestations: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pypi-attestations/Manifest | 1 -
.../pypi-attestations-0.0.25.ebuild | 38 ----------------------
2 files changed, 39 deletions(-)
diff --git a/dev-python/pypi-attestations/Manifest
b/dev-python/pypi-attestations/Manifest
index e22da6bb9ae6..8e202ca741d5 100644
--- a/dev-python/pypi-attestations/Manifest
+++ b/dev-python/pypi-attestations/Manifest
@@ -1,2 +1 @@
-DIST pypi_attestations-0.0.25.tar.gz 124877 BLAKE2B
cda14a611e8bb2a8f728753639030feffdcc8143c1539dc52bbd3498645879cf6ec24da122cc9e506c39f26d0a76e64374574f56281c9331a5835d0920231232
SHA512
6ebe1854290e017247c688fcc551727e6bfc7a65f3edfa277a703be433b36b940a0815d1b0b8ab6b1c07b04de5c195b93d3bd62a7f54c72e96922fc5cc0c5bd5
DIST pypi_attestations-0.0.26.tar.gz 120512 BLAKE2B
4963c0846dd79e63f3405af8a6e800f772a8fa5c641edc7d02679c9bce0e19d32c6e6fb40c8a5c88f71102af9df18cc2ae9c840236eaf3f0493505ec845db1c8
SHA512
0946016686228ee21be87410d778b8cf024ef23040a1c9bdb9bb2c36be72b8a4543d90f18cdb48055b4755d53b8a6888a0abf21996ad2fbdc8f179a9100144fb
diff --git a/dev-python/pypi-attestations/pypi-attestations-0.0.25.ebuild
b/dev-python/pypi-attestations/pypi-attestations-0.0.25.ebuild
deleted file mode 100644
index 9ed29d2da015..000000000000
--- a/dev-python/pypi-attestations/pypi-attestations-0.0.25.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}]
- <dev-python/sigstore-3.7[${PYTHON_USEDEP}]
- dev-python/sigstore-protobuf-specs[${PYTHON_USEDEP}]
-"
-BDEPEND="
- dev-python/setuptools-scm[${PYTHON_USEDEP}]
- test? (
- dev-python/pretend[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests pytest