diff --git a/dev-python/sigstore-models/Manifest b/dev-python/sigstore-models/Manifest index ed9b26e9f3525..7a5827e50308f 100644 --- a/dev-python/sigstore-models/Manifest +++ b/dev-python/sigstore-models/Manifest @@ -1,2 +1 @@ -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.5.ebuild b/dev-python/sigstore-models/sigstore-models-0.0.5.ebuild deleted file mode 100644 index 6a05a7459c0b0..0000000000000 --- a/dev-python/sigstore-models/sigstore-models-0.0.5.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# 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