commit: 4250b012299415012c7e076e7e90a7833711fabc
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 4 01:35:08 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=4250b012
dev-python/pypi-attestations: Bump to 0.0.27
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pypi-attestations/Manifest | 1 +
.../pypi-attestations-0.0.27.ebuild | 38 ++++++++++++++++++++++
2 files changed, 39 insertions(+)
diff --git a/dev-python/pypi-attestations/Manifest
b/dev-python/pypi-attestations/Manifest
index 8e202ca741d5..9d0118ee41d3 100644
--- a/dev-python/pypi-attestations/Manifest
+++ b/dev-python/pypi-attestations/Manifest
@@ -1 +1,2 @@
DIST pypi_attestations-0.0.26.tar.gz 120512 BLAKE2B
4963c0846dd79e63f3405af8a6e800f772a8fa5c641edc7d02679c9bce0e19d32c6e6fb40c8a5c88f71102af9df18cc2ae9c840236eaf3f0493505ec845db1c8
SHA512
0946016686228ee21be87410d778b8cf024ef23040a1c9bdb9bb2c36be72b8a4543d90f18cdb48055b4755d53b8a6888a0abf21996ad2fbdc8f179a9100144fb
+DIST pypi_attestations-0.0.27.tar.gz 123543 BLAKE2B
11e6dabcb58c5201af4df0392784c5cda02eabfde4d6d2cd39464d3bf89fa7a54495c435e86e5b7031ed7d9a85230ec273279d2f8ab86ba5e1dec2eb431829e4
SHA512
206c6aaf523a0143defe2ef35ee886d8d5d3cc7d3010a5f1ef6d5e9f0af3dac56b2a3b3af87256b50bf475d88ff397ea35f7512aac540a2918e8a52c91ac6e03
diff --git a/dev-python/pypi-attestations/pypi-attestations-0.0.27.ebuild
b/dev-python/pypi-attestations/pypi-attestations-0.0.27.ebuild
new file mode 100644
index 000000000000..9ed29d2da015
--- /dev/null
+++ b/dev-python/pypi-attestations/pypi-attestations-0.0.27.ebuild
@@ -0,0 +1,38 @@
+# 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