public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-python/sigstore-models/
@ 2025-09-19 12:29 Michał Górny
  0 siblings, 0 replies; 3+ messages in thread
From: Michał Górny @ 2025-09-19 12:29 UTC (permalink / raw
  To: gentoo-commits

commit:     e9db9fda048d83548f013c3f1aecb7c80b57780a
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 19 11:50:01 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Sep 19 12:23:10 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9db9fda

dev-python/sigstore-models: New package, v0.0.5

New dependency of dev-python/sigstore.

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

 dev-python/sigstore-models/Manifest                |  1 +
 dev-python/sigstore-models/metadata.xml            | 12 +++++++++
 .../sigstore-models/sigstore-models-0.0.5.ebuild   | 31 ++++++++++++++++++++++
 3 files changed, 44 insertions(+)

diff --git a/dev-python/sigstore-models/Manifest b/dev-python/sigstore-models/Manifest
new file mode 100644
index 000000000000..ebfda63e8d71
--- /dev/null
+++ b/dev-python/sigstore-models/Manifest
@@ -0,0 +1 @@
+DIST sigstore-models-0.0.5.gh.tar.gz 29297 BLAKE2B 344284540bf1e279fa7e11b27b6f3ebe584a099bc2da08a6278d6700db0bfd2a6f9d55ec8aba8bb6a4cb5b74a66c625013e338e03f650fe8ca3a0c723ac237fe SHA512 e66ac6f079cbf6a531e92edc72e2a951fa756396449ac51e76f5556fcae47d05b57394d5728812af7497cd226e641b44241f3172251f1f9ba90b35c068b75819

diff --git a/dev-python/sigstore-models/metadata.xml b/dev-python/sigstore-models/metadata.xml
new file mode 100644
index 000000000000..7b33cd83487d
--- /dev/null
+++ b/dev-python/sigstore-models/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">astral-sh/sigstore-models</remote-id>
+		<remote-id type="pypi">sigstore-models</remote-id>
+	</upstream>
+</pkgmetadata>

diff --git a/dev-python/sigstore-models/sigstore-models-0.0.5.ebuild b/dev-python/sigstore-models/sigstore-models-0.0.5.ebuild
new file mode 100644
index 000000000000..76e4c7132a46
--- /dev/null
+++ b/dev-python/sigstore-models/sigstore-models-0.0.5.ebuild
@@ -0,0 +1,31 @@
+# Copyright 2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=uv-build
+PYTHON_COMPAT=( pypy3_11 python3_{11..13} )
+
+inherit distutils-r1
+
+DESCRIPTION="Pydantic based models for Sigstore's protobuf specifications"
+HOMEPAGE="
+	https://github.com/astral-sh/sigstore-models/
+	https://pypi.org/project/sigstore-models/
+"
+SRC_URI="
+	https://github.com/astral-sh/sigstore-models/archive/v${PV}.tar.gz
+		-> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+	>=dev-python/pydantic-2.11.7[${PYTHON_USEDEP}]
+	>=dev-python/typing-extensions-4.14.1[${PYTHON_USEDEP}]
+"
+
+EPYTEST_PLUGINS=()
+distutils_enable_tests pytest


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

* [gentoo-commits] repo/gentoo:master commit in: dev-python/sigstore-models/
@ 2025-10-10  5:23 Arthur Zamarin
  0 siblings, 0 replies; 3+ messages in thread
From: Arthur Zamarin @ 2025-10-10  5:23 UTC (permalink / raw
  To: gentoo-commits

commit:     03dc39eb2082d841b6684e54a2ab38190135da56
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 10 05:23:14 2025 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Oct 10 05:23:14 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03dc39eb

dev-python/sigstore-models: Keyword 0.0.5 ppc, #955633

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

 dev-python/sigstore-models/sigstore-models-0.0.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/sigstore-models/sigstore-models-0.0.5.ebuild b/dev-python/sigstore-models/sigstore-models-0.0.5.ebuild
index 76e4c7132a46..9d5bc0e434f8 100644
--- a/dev-python/sigstore-models/sigstore-models-0.0.5.ebuild
+++ b/dev-python/sigstore-models/sigstore-models-0.0.5.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~ppc"
 
 RDEPEND="
 	>=dev-python/pydantic-2.11.7[${PYTHON_USEDEP}]


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

* [gentoo-commits] repo/gentoo:master commit in: dev-python/sigstore-models/
@ 2025-10-10  5:23 Arthur Zamarin
  0 siblings, 0 replies; 3+ messages in thread
From: Arthur Zamarin @ 2025-10-10  5:23 UTC (permalink / raw
  To: gentoo-commits

commit:     bfce484544218524ae1adedc3f71297cecbfdcc5
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 10 05:23:18 2025 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Oct 10 05:23:18 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfce4845

dev-python/sigstore-models: Keyword 0.0.5 ppc64, #955633

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

 dev-python/sigstore-models/sigstore-models-0.0.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/sigstore-models/sigstore-models-0.0.5.ebuild b/dev-python/sigstore-models/sigstore-models-0.0.5.ebuild
index 9d5bc0e434f8..54224175d969 100644
--- a/dev-python/sigstore-models/sigstore-models-0.0.5.ebuild
+++ b/dev-python/sigstore-models/sigstore-models-0.0.5.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc"
+KEYWORDS="~amd64 ~ppc ~ppc64"
 
 RDEPEND="
 	>=dev-python/pydantic-2.11.7[${PYTHON_USEDEP}]


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

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

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-10  5:23 [gentoo-commits] repo/gentoo:master commit in: dev-python/sigstore-models/ Arthur Zamarin
  -- strict thread matches above, loose matches on Subject: below --
2025-10-10  5:23 Arthur Zamarin
2025-09-19 12:29 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