public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pypi-attestations/
@ 2025-04-06  5:42 Michał Górny
  0 siblings, 0 replies; 15+ messages in thread
From: Michał Górny @ 2025-04-06  5:42 UTC (permalink / raw
  To: gentoo-commits

commit:     32aea4bd6cccf99ffc7054d01e54960d598edeba
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Apr  6 05:38:12 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Apr  6 05:38:12 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32aea4bd

dev-python/pypi-attestations: New package, v0.0.23

A new package that can be used to verify the "attestations"
(i.e. signatures) of published PyPI uploads.

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/pypi-attestations/Manifest              |  1 +
 dev-python/pypi-attestations/metadata.xml          | 12 +++++++
 .../pypi-attestations-0.0.23.ebuild                | 38 ++++++++++++++++++++++
 3 files changed, 51 insertions(+)

diff --git a/dev-python/pypi-attestations/Manifest b/dev-python/pypi-attestations/Manifest
new file mode 100644
index 000000000000..1fcecc0b06c9
--- /dev/null
+++ b/dev-python/pypi-attestations/Manifest
@@ -0,0 +1 @@
+DIST pypi_attestations-0.0.23.tar.gz 124046 BLAKE2B 9545680499dcee9241012b9c5e9a86368fc17db0608f0635fa1234769df51d78364fd1b202cb22c155ef6fec5f9ff6877bc996f68d64bbe98c10f680df2ff6db SHA512 1df039d715992b5d5e40fffee9982cf73c950f33ef5b8251382192d29f0652f24d868f83887cf394dfd1a7166b5d98a5fab51812987a9cc49f67ee548772929a

diff --git a/dev-python/pypi-attestations/metadata.xml b/dev-python/pypi-attestations/metadata.xml
new file mode 100644
index 000000000000..aa810c8f44b7
--- /dev/null
+++ b/dev-python/pypi-attestations/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="project">
+		<email>python@gentoo.org</email>
+	</maintainer>
+	<stabilize-allarches/>
+	<upstream>
+		<remote-id type="github">trailofbits/pypi-attestations</remote-id>
+		<remote-id type="pypi">pypi-attestations</remote-id>
+	</upstream>
+</pkgmetadata>

diff --git a/dev-python/pypi-attestations/pypi-attestations-0.0.23.ebuild b/dev-python/pypi-attestations/pypi-attestations-0.0.23.ebuild
new file mode 100644
index 000000000000..ece5b2ff6650
--- /dev/null
+++ b/dev-python/pypi-attestations/pypi-attestations-0.0.23.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_{10..12} )
+
+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


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/pypi-attestations/
@ 2025-04-23  5:35 Michał Górny
  0 siblings, 0 replies; 15+ messages in thread
From: Michał Górny @ 2025-04-23  5:35 UTC (permalink / raw
  To: gentoo-commits

commit:     f52239b6bdab8d21dcd4901d6cf83fc9af6c7d7d
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 23 05:10:05 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Apr 23 05:22:00 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f52239b6

dev-python/pypi-attestations: Bump to 0.0.24

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/pypi-attestations/Manifest              |  1 +
 .../pypi-attestations-0.0.24.ebuild                | 38 ++++++++++++++++++++++
 2 files changed, 39 insertions(+)

diff --git a/dev-python/pypi-attestations/Manifest b/dev-python/pypi-attestations/Manifest
index 1fcecc0b06c9..3b9f87114ddf 100644
--- a/dev-python/pypi-attestations/Manifest
+++ b/dev-python/pypi-attestations/Manifest
@@ -1 +1,2 @@
 DIST pypi_attestations-0.0.23.tar.gz 124046 BLAKE2B 9545680499dcee9241012b9c5e9a86368fc17db0608f0635fa1234769df51d78364fd1b202cb22c155ef6fec5f9ff6877bc996f68d64bbe98c10f680df2ff6db SHA512 1df039d715992b5d5e40fffee9982cf73c950f33ef5b8251382192d29f0652f24d868f83887cf394dfd1a7166b5d98a5fab51812987a9cc49f67ee548772929a
+DIST pypi_attestations-0.0.24.tar.gz 124841 BLAKE2B 327fc0abd3c1ff35ecde3e020bf059870f1b97b0cda11833a3dfb29286b4f7575c0121b57871222792e909d81645110ca208b0a7781fb7baa885ad6bbc8d20f2 SHA512 f894b597896026cb65cca729dbd58606eaba2e989562fef402bc882d20335a9adf448d3f4e8e22061c8a82cafd3238df36e83142d3e13e67a477099d033c7925

diff --git a/dev-python/pypi-attestations/pypi-attestations-0.0.24.ebuild b/dev-python/pypi-attestations/pypi-attestations-0.0.24.ebuild
new file mode 100644
index 000000000000..ece5b2ff6650
--- /dev/null
+++ b/dev-python/pypi-attestations/pypi-attestations-0.0.24.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_{10..12} )
+
+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


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/pypi-attestations/
@ 2025-04-24  1:55 Michał Górny
  0 siblings, 0 replies; 15+ messages in thread
From: Michał Górny @ 2025-04-24  1:55 UTC (permalink / raw
  To: gentoo-commits

commit:     9ebd5c17bf59609a5952aac7846614eb263bd993
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 24 01:25:28 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Apr 24 01:54:22 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ebd5c17

dev-python/pypi-attestations: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/pypi-attestations/Manifest              |  2 --
 .../pypi-attestations-0.0.23.ebuild                | 38 ----------------------
 .../pypi-attestations-0.0.24.ebuild                | 38 ----------------------
 3 files changed, 78 deletions(-)

diff --git a/dev-python/pypi-attestations/Manifest b/dev-python/pypi-attestations/Manifest
index 069ab4a796ea..27230d567883 100644
--- a/dev-python/pypi-attestations/Manifest
+++ b/dev-python/pypi-attestations/Manifest
@@ -1,3 +1 @@
-DIST pypi_attestations-0.0.23.tar.gz 124046 BLAKE2B 9545680499dcee9241012b9c5e9a86368fc17db0608f0635fa1234769df51d78364fd1b202cb22c155ef6fec5f9ff6877bc996f68d64bbe98c10f680df2ff6db SHA512 1df039d715992b5d5e40fffee9982cf73c950f33ef5b8251382192d29f0652f24d868f83887cf394dfd1a7166b5d98a5fab51812987a9cc49f67ee548772929a
-DIST pypi_attestations-0.0.24.tar.gz 124841 BLAKE2B 327fc0abd3c1ff35ecde3e020bf059870f1b97b0cda11833a3dfb29286b4f7575c0121b57871222792e909d81645110ca208b0a7781fb7baa885ad6bbc8d20f2 SHA512 f894b597896026cb65cca729dbd58606eaba2e989562fef402bc882d20335a9adf448d3f4e8e22061c8a82cafd3238df36e83142d3e13e67a477099d033c7925
 DIST pypi_attestations-0.0.25.tar.gz 124877 BLAKE2B cda14a611e8bb2a8f728753639030feffdcc8143c1539dc52bbd3498645879cf6ec24da122cc9e506c39f26d0a76e64374574f56281c9331a5835d0920231232 SHA512 6ebe1854290e017247c688fcc551727e6bfc7a65f3edfa277a703be433b36b940a0815d1b0b8ab6b1c07b04de5c195b93d3bd62a7f54c72e96922fc5cc0c5bd5

diff --git a/dev-python/pypi-attestations/pypi-attestations-0.0.23.ebuild b/dev-python/pypi-attestations/pypi-attestations-0.0.23.ebuild
deleted file mode 100644
index ece5b2ff6650..000000000000
--- a/dev-python/pypi-attestations/pypi-attestations-0.0.23.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_{10..12} )
-
-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

diff --git a/dev-python/pypi-attestations/pypi-attestations-0.0.24.ebuild b/dev-python/pypi-attestations/pypi-attestations-0.0.24.ebuild
deleted file mode 100644
index ece5b2ff6650..000000000000
--- a/dev-python/pypi-attestations/pypi-attestations-0.0.24.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_{10..12} )
-
-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


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/pypi-attestations/
@ 2025-04-24  1:55 Michał Górny
  0 siblings, 0 replies; 15+ messages in thread
From: Michał Górny @ 2025-04-24  1:55 UTC (permalink / raw
  To: gentoo-commits

commit:     cb309f63700da14dae461a6ef16f2dd7e1a8a271
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 24 01:25:12 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Apr 24 01:54:21 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb309f63

dev-python/pypi-attestations: Bump to 0.0.25

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 insertions(+)

diff --git a/dev-python/pypi-attestations/Manifest b/dev-python/pypi-attestations/Manifest
index 3b9f87114ddf..069ab4a796ea 100644
--- a/dev-python/pypi-attestations/Manifest
+++ b/dev-python/pypi-attestations/Manifest
@@ -1,2 +1,3 @@
 DIST pypi_attestations-0.0.23.tar.gz 124046 BLAKE2B 9545680499dcee9241012b9c5e9a86368fc17db0608f0635fa1234769df51d78364fd1b202cb22c155ef6fec5f9ff6877bc996f68d64bbe98c10f680df2ff6db SHA512 1df039d715992b5d5e40fffee9982cf73c950f33ef5b8251382192d29f0652f24d868f83887cf394dfd1a7166b5d98a5fab51812987a9cc49f67ee548772929a
 DIST pypi_attestations-0.0.24.tar.gz 124841 BLAKE2B 327fc0abd3c1ff35ecde3e020bf059870f1b97b0cda11833a3dfb29286b4f7575c0121b57871222792e909d81645110ca208b0a7781fb7baa885ad6bbc8d20f2 SHA512 f894b597896026cb65cca729dbd58606eaba2e989562fef402bc882d20335a9adf448d3f4e8e22061c8a82cafd3238df36e83142d3e13e67a477099d033c7925
+DIST pypi_attestations-0.0.25.tar.gz 124877 BLAKE2B cda14a611e8bb2a8f728753639030feffdcc8143c1539dc52bbd3498645879cf6ec24da122cc9e506c39f26d0a76e64374574f56281c9331a5835d0920231232 SHA512 6ebe1854290e017247c688fcc551727e6bfc7a65f3edfa277a703be433b36b940a0815d1b0b8ab6b1c07b04de5c195b93d3bd62a7f54c72e96922fc5cc0c5bd5

diff --git a/dev-python/pypi-attestations/pypi-attestations-0.0.25.ebuild b/dev-python/pypi-attestations/pypi-attestations-0.0.25.ebuild
new file mode 100644
index 000000000000..ece5b2ff6650
--- /dev/null
+++ b/dev-python/pypi-attestations/pypi-attestations-0.0.25.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_{10..12} )
+
+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


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/pypi-attestations/
@ 2025-05-13  1:44 Sam James
  0 siblings, 0 replies; 15+ messages in thread
From: Sam James @ 2025-05-13  1:44 UTC (permalink / raw
  To: gentoo-commits

commit:     0e0f4766f8cb9ffd51536d71da038c02799d7c4c
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue May 13 01:42:31 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue May 13 01:42:31 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e0f4766

dev-python/pypi-attestations: enable py3.13

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-python/pypi-attestations/pypi-attestations-0.0.25.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pypi-attestations/pypi-attestations-0.0.25.ebuild b/dev-python/pypi-attestations/pypi-attestations-0.0.25.ebuild
index ece5b2ff6650..9ed29d2da015 100644
--- a/dev-python/pypi-attestations/pypi-attestations-0.0.25.ebuild
+++ b/dev-python/pypi-attestations/pypi-attestations-0.0.25.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{11..13} )
 
 inherit distutils-r1 pypi
 


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/pypi-attestations/
@ 2025-05-16  4:04 Michał Górny
  0 siblings, 0 replies; 15+ messages in thread
From: Michał Górny @ 2025-05-16  4:04 UTC (permalink / raw
  To: gentoo-commits

commit:     9d70ce985fa0d3689acee56028b860d9cbfd1b29
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri May 16 03:29:07 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri May 16 04:04:42 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d70ce98

dev-python/pypi-attestations: Bump to 0.0.26

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/pypi-attestations/Manifest              |  1 +
 .../pypi-attestations-0.0.26.ebuild                | 38 ++++++++++++++++++++++
 2 files changed, 39 insertions(+)

diff --git a/dev-python/pypi-attestations/Manifest b/dev-python/pypi-attestations/Manifest
index 27230d567883..e22da6bb9ae6 100644
--- a/dev-python/pypi-attestations/Manifest
+++ b/dev-python/pypi-attestations/Manifest
@@ -1 +1,2 @@
 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.26.ebuild b/dev-python/pypi-attestations/pypi-attestations-0.0.26.ebuild
new file mode 100644
index 000000000000..9ed29d2da015
--- /dev/null
+++ b/dev-python/pypi-attestations/pypi-attestations-0.0.26.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


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/pypi-attestations/
@ 2025-06-04  2:07 Michał Górny
  0 siblings, 0 replies; 15+ messages in thread
From: Michał Górny @ 2025-06-04  2:07 UTC (permalink / raw
  To: gentoo-commits

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


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/pypi-attestations/
@ 2025-06-04  2:07 Michał Górny
  0 siblings, 0 replies; 15+ messages in thread
From: Michał Górny @ 2025-06-04  2:07 UTC (permalink / raw
  To: gentoo-commits

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


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/pypi-attestations/
@ 2025-08-24 17:16 Michał Górny
  0 siblings, 0 replies; 15+ messages in thread
From: Michał Górny @ 2025-08-24 17:16 UTC (permalink / raw
  To: gentoo-commits

commit:     0b6afa6b8ad844836827ffba7b9d05aefa3f2b72
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 24 17:16:12 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Aug 24 17:16:12 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b6afa6b

dev-python/pypi-attestations: Use EPYTEST_PLUGINS

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/pypi-attestations/pypi-attestations-0.0.27.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/pypi-attestations/pypi-attestations-0.0.27.ebuild b/dev-python/pypi-attestations/pypi-attestations-0.0.27.ebuild
index 9ed29d2da015..c19a7c9fe83a 100644
--- a/dev-python/pypi-attestations/pypi-attestations-0.0.27.ebuild
+++ b/dev-python/pypi-attestations/pypi-attestations-0.0.27.ebuild
@@ -35,4 +35,5 @@ BDEPEND="
 	)
 "
 
+EPYTEST_PLUGINS=()
 distutils_enable_tests pytest


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/pypi-attestations/
@ 2025-08-24 17:16 Michał Górny
  0 siblings, 0 replies; 15+ messages in thread
From: Michał Górny @ 2025-08-24 17:16 UTC (permalink / raw
  To: gentoo-commits

commit:     25a188b70d11a0dbb436e69b19a3b7bf916ab6ed
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 24 17:15:29 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Aug 24 17:15:29 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25a188b7

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.26.ebuild                | 38 ----------------------
 2 files changed, 39 deletions(-)

diff --git a/dev-python/pypi-attestations/Manifest b/dev-python/pypi-attestations/Manifest
index 9d0118ee41d3..1396b9a869b9 100644
--- a/dev-python/pypi-attestations/Manifest
+++ b/dev-python/pypi-attestations/Manifest
@@ -1,2 +1 @@
-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.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}]
-	<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


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/pypi-attestations/
@ 2025-09-06  7:01 Michał Górny
  0 siblings, 0 replies; 15+ messages in thread
From: Michał Górny @ 2025-09-06  7:01 UTC (permalink / raw
  To: gentoo-commits

commit:     7615a4a7c55df90f256a0365caf732197da8bc59
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 24 17:54:55 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Sep  6 07:00:52 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7615a4a7

dev-python/pypi-attestations: Enable provenance verification

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
Part-of: https://github.com/gentoo/gentoo/pull/43549
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/pypi-attestations/Manifest                        | 1 +
 dev-python/pypi-attestations/pypi-attestations-0.0.27.ebuild | 1 +
 2 files changed, 2 insertions(+)

diff --git a/dev-python/pypi-attestations/Manifest b/dev-python/pypi-attestations/Manifest
index 1396b9a869b9..2d475693a137 100644
--- a/dev-python/pypi-attestations/Manifest
+++ b/dev-python/pypi-attestations/Manifest
@@ -1 +1,2 @@
 DIST pypi_attestations-0.0.27.tar.gz 123543 BLAKE2B 11e6dabcb58c5201af4df0392784c5cda02eabfde4d6d2cd39464d3bf89fa7a54495c435e86e5b7031ed7d9a85230ec273279d2f8ab86ba5e1dec2eb431829e4 SHA512 206c6aaf523a0143defe2ef35ee886d8d5d3cc7d3010a5f1ef6d5e9f0af3dac56b2a3b3af87256b50bf475d88ff397ea35f7512aac540a2918e8a52c91ac6e03
+DIST pypi_attestations-0.0.27.tar.gz.provenance 9602 BLAKE2B 70ace0f798e6bdeb1be3af64c78ba3d774a2944239776728c70c8d06f91c7a6fef1f929ca63ed52ffd83e4d623b1dfe457a670ab5c9e72908b59d93d1b54a3c5 SHA512 9cd9bed860bedd479800c52637e24a9fcbe9f03a8ea8c25a5c4029e4f8c61743843dbb583afd7958c6fa8418ef734f08d4a55a7c4222956fe1f934004c14cdf6

diff --git a/dev-python/pypi-attestations/pypi-attestations-0.0.27.ebuild b/dev-python/pypi-attestations/pypi-attestations-0.0.27.ebuild
index c19a7c9fe83a..bd6e00af8a18 100644
--- a/dev-python/pypi-attestations/pypi-attestations-0.0.27.ebuild
+++ b/dev-python/pypi-attestations/pypi-attestations-0.0.27.ebuild
@@ -4,6 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
+PYPI_VERIFY_REPO=https://github.com/trailofbits/pypi-attestations
 PYTHON_COMPAT=( python3_{11..13} )
 
 inherit distutils-r1 pypi


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/pypi-attestations/
@ 2025-09-06 17:39 Arthur Zamarin
  0 siblings, 0 replies; 15+ messages in thread
From: Arthur Zamarin @ 2025-09-06 17:39 UTC (permalink / raw
  To: gentoo-commits

commit:     531c03125a7929dcaaef259614b825d7cb9d143f
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Sep  6 17:38:58 2025 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Sep  6 17:38:58 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=531c0312

dev-python/pypi-attestations: Stabilize 0.0.27 amd64, #962428

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/pypi-attestations/pypi-attestations-0.0.27.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pypi-attestations/pypi-attestations-0.0.27.ebuild b/dev-python/pypi-attestations/pypi-attestations-0.0.27.ebuild
index bd6e00af8a18..d39e59df143d 100644
--- a/dev-python/pypi-attestations/pypi-attestations-0.0.27.ebuild
+++ b/dev-python/pypi-attestations/pypi-attestations-0.0.27.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 
 RDEPEND="
 	dev-python/cryptography[${PYTHON_USEDEP}]


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/pypi-attestations/
@ 2025-10-12 20:11 Arthur Zamarin
  0 siblings, 0 replies; 15+ messages in thread
From: Arthur Zamarin @ 2025-10-12 20:11 UTC (permalink / raw
  To: gentoo-commits

commit:     9a30f932b334e1465c5e588682a6d3a1860a1312
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 12 20:11:21 2025 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Oct 12 20:11:21 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a30f932

dev-python/pypi-attestations: Keyword 0.0.27 ppc, #962429

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/pypi-attestations/pypi-attestations-0.0.27.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pypi-attestations/pypi-attestations-0.0.27.ebuild b/dev-python/pypi-attestations/pypi-attestations-0.0.27.ebuild
index d39e59df143d..78b9e90f619b 100644
--- a/dev-python/pypi-attestations/pypi-attestations-0.0.27.ebuild
+++ b/dev-python/pypi-attestations/pypi-attestations-0.0.27.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64"
+KEYWORDS="amd64 ~ppc"
 
 RDEPEND="
 	dev-python/cryptography[${PYTHON_USEDEP}]


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/pypi-attestations/
@ 2025-10-12 20:11 Arthur Zamarin
  0 siblings, 0 replies; 15+ messages in thread
From: Arthur Zamarin @ 2025-10-12 20:11 UTC (permalink / raw
  To: gentoo-commits

commit:     da680780c4cface32a458bfc81083a15d4cc0e5a
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 12 20:11:22 2025 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Oct 12 20:11:22 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da680780

dev-python/pypi-attestations: Keyword 0.0.27 ppc64, #962429

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/pypi-attestations/pypi-attestations-0.0.27.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pypi-attestations/pypi-attestations-0.0.27.ebuild b/dev-python/pypi-attestations/pypi-attestations-0.0.27.ebuild
index 78b9e90f619b..7f842104ae3c 100644
--- a/dev-python/pypi-attestations/pypi-attestations-0.0.27.ebuild
+++ b/dev-python/pypi-attestations/pypi-attestations-0.0.27.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~ppc"
+KEYWORDS="amd64 ~ppc ~ppc64"
 
 RDEPEND="
 	dev-python/cryptography[${PYTHON_USEDEP}]


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/pypi-attestations/
@ 2025-10-17  5:57 Michał Górny
  0 siblings, 0 replies; 15+ messages in thread
From: Michał Górny @ 2025-10-17  5:57 UTC (permalink / raw
  To: gentoo-commits

commit:     3a547113f98563c2dde904cae799ea02e948bc69
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 17 05:22:15 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Oct 17 05:57:32 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a547113

dev-python/pypi-attestations: Bump to 0.0.28

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/pypi-attestations/Manifest              |  2 ++
 dev-python/pypi-attestations/metadata.xml          |  2 +-
 .../pypi-attestations-0.0.28.ebuild                | 40 ++++++++++++++++++++++
 3 files changed, 43 insertions(+), 1 deletion(-)

diff --git a/dev-python/pypi-attestations/Manifest b/dev-python/pypi-attestations/Manifest
index 2d475693a137..88b4d3d5c317 100644
--- a/dev-python/pypi-attestations/Manifest
+++ b/dev-python/pypi-attestations/Manifest
@@ -1,2 +1,4 @@
 DIST pypi_attestations-0.0.27.tar.gz 123543 BLAKE2B 11e6dabcb58c5201af4df0392784c5cda02eabfde4d6d2cd39464d3bf89fa7a54495c435e86e5b7031ed7d9a85230ec273279d2f8ab86ba5e1dec2eb431829e4 SHA512 206c6aaf523a0143defe2ef35ee886d8d5d3cc7d3010a5f1ef6d5e9f0af3dac56b2a3b3af87256b50bf475d88ff397ea35f7512aac540a2918e8a52c91ac6e03
 DIST pypi_attestations-0.0.27.tar.gz.provenance 9602 BLAKE2B 70ace0f798e6bdeb1be3af64c78ba3d774a2944239776728c70c8d06f91c7a6fef1f929ca63ed52ffd83e4d623b1dfe457a670ab5c9e72908b59d93d1b54a3c5 SHA512 9cd9bed860bedd479800c52637e24a9fcbe9f03a8ea8c25a5c4029e4f8c61743843dbb583afd7958c6fa8418ef734f08d4a55a7c4222956fe1f934004c14cdf6
+DIST pypi_attestations-0.0.28.tar.gz 124805 BLAKE2B f6a2227b715846199f632aa3476fd1b7c32a39e84f5deacdb088e7a649358182f5a1acb3bf2bc6b768c096e6015183ff540f55e020d3f6373dc2fc1bd09012a0 SHA512 96a24272ce62808b4401dc528035caab959bd89a82e790855453aba8e864cc4550cd3734a44734e67be98f569c9c6ffad5e4d4ba23facf4bd2c491ab6c47c713
+DIST pypi_attestations-0.0.28.tar.gz.provenance 9454 BLAKE2B 8c23ae6dd16cefb5036cc3fc6c3d31a8022d1ea53ca4aaae08e5a026b008731eb7a5404ad0ac13915aaf15dae05b9d79ee09ea8c5fff880f919aaa2ca4d910dd SHA512 33e4ab27a58f4a9a578c05875dcbac1a0a543bcdc30a8c89f07538bc8d4d4cdfbaa2a0e207a503dc8462e607a7a56836938b6e2ef9fb74d9468514f8b0ea0ffc

diff --git a/dev-python/pypi-attestations/metadata.xml b/dev-python/pypi-attestations/metadata.xml
index aa810c8f44b7..84d24fd6b0a1 100644
--- a/dev-python/pypi-attestations/metadata.xml
+++ b/dev-python/pypi-attestations/metadata.xml
@@ -6,7 +6,7 @@
 	</maintainer>
 	<stabilize-allarches/>
 	<upstream>
-		<remote-id type="github">trailofbits/pypi-attestations</remote-id>
+		<remote-id type="github">pypi/pypi-attestations</remote-id>
 		<remote-id type="pypi">pypi-attestations</remote-id>
 	</upstream>
 </pkgmetadata>

diff --git a/dev-python/pypi-attestations/pypi-attestations-0.0.28.ebuild b/dev-python/pypi-attestations/pypi-attestations-0.0.28.ebuild
new file mode 100644
index 000000000000..0687f5af949b
--- /dev/null
+++ b/dev-python/pypi-attestations/pypi-attestations-0.0.28.ebuild
@@ -0,0 +1,40 @@
+# Copyright 2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_VERIFY_REPO=https://github.com/pypi/pypi-attestations
+PYTHON_COMPAT=( python3_{11..13} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Convert between Sigstore Bundles and PEP-740 Attestation objects"
+HOMEPAGE="
+	https://github.com/pypi/pypi-attestations/
+	https://pypi.org/project/pypi-attestations/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64"
+
+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-4*[${PYTHON_USEDEP}]
+	dev-python/sigstore-models[${PYTHON_USEDEP}]
+"
+BDEPEND="
+	dev-python/setuptools-scm[${PYTHON_USEDEP}]
+	test? (
+		dev-python/pretend[${PYTHON_USEDEP}]
+	)
+"
+
+EPYTEST_PLUGINS=()
+distutils_enable_tests pytest


^ permalink raw reply related	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2025-10-17  5:58 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-24 17:16 [gentoo-commits] repo/gentoo:master commit in: dev-python/pypi-attestations/ Michał Górny
  -- strict thread matches above, loose matches on Subject: below --
2025-10-17  5:57 Michał Górny
2025-10-12 20:11 Arthur Zamarin
2025-10-12 20:11 Arthur Zamarin
2025-09-06 17:39 Arthur Zamarin
2025-09-06  7:01 Michał Górny
2025-08-24 17:16 Michał Górny
2025-06-04  2:07 Michał Górny
2025-06-04  2:07 Michał Górny
2025-05-16  4:04 Michał Górny
2025-05-13  1:44 Sam James
2025-04-24  1:55 Michał Górny
2025-04-24  1:55 Michał Górny
2025-04-23  5:35 Michał Górny
2025-04-06  5:42 Michał Górny

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox