From eb42c0b4dec8eafdbf1f10bef6bd2d3fcd724c11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Thu, 27 Nov 2025 04:11:07 +0100 Subject: [PATCH] dev-python/sigstore-models: Bump to 0.0.6 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/sigstore-models/Manifest | 1 + .../sigstore-models-0.0.6.ebuild | 31 +++++++++++++++++++ 2 files changed, 32 insertions(+) create mode 100644 dev-python/sigstore-models/sigstore-models-0.0.6.ebuild diff --git a/dev-python/sigstore-models/Manifest b/dev-python/sigstore-models/Manifest index ebfda63e8d71..ed9b26e9f352 100644 --- a/dev-python/sigstore-models/Manifest +++ b/dev-python/sigstore-models/Manifest @@ -1 +1,2 @@ DIST sigstore-models-0.0.5.gh.tar.gz 29297 BLAKE2B 344284540bf1e279fa7e11b27b6f3ebe584a099bc2da08a6278d6700db0bfd2a6f9d55ec8aba8bb6a4cb5b74a66c625013e338e03f650fe8ca3a0c723ac237fe SHA512 e66ac6f079cbf6a531e92edc72e2a951fa756396449ac51e76f5556fcae47d05b57394d5728812af7497cd226e641b44241f3172251f1f9ba90b35c068b75819 +DIST sigstore-models-0.0.6.gh.tar.gz 30598 BLAKE2B 9b3de71bfe7bc1ec85465cf0a3ad6a9eef964e604ad09062e3de824b43e5a5df686dfe3f373c4d84c5cc83f07126e1ae3c64e4066699a47ea4c3c44f1a111a25 SHA512 94fae96b4e8698a4e1f1dbc5186e3aedc05bed9da8c1c8520e66980bfc3d37d88b59602a3279c0146004a7bdecc6ffc30346908b53a2455a03cf018e45c56336 diff --git a/dev-python/sigstore-models/sigstore-models-0.0.6.ebuild b/dev-python/sigstore-models/sigstore-models-0.0.6.ebuild new file mode 100644 index 000000000000..54224175d969 --- /dev/null +++ b/dev-python/sigstore-models/sigstore-models-0.0.6.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 ~ppc ~ppc64" + +RDEPEND=" + >=dev-python/pydantic-2.11.7[${PYTHON_USEDEP}] + >=dev-python/typing-extensions-4.14.1[${PYTHON_USEDEP}] +" + +EPYTEST_PLUGINS=() +distutils_enable_tests pytest