mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 06:48:18 -07:00
dev-python/sigstore-models: New package, v0.0.5
New dependency of dev-python/sigstore. Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
1
dev-python/sigstore-models/Manifest
Normal file
1
dev-python/sigstore-models/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST sigstore-models-0.0.5.gh.tar.gz 29297 BLAKE2B 344284540bf1e279fa7e11b27b6f3ebe584a099bc2da08a6278d6700db0bfd2a6f9d55ec8aba8bb6a4cb5b74a66c625013e338e03f650fe8ca3a0c723ac237fe SHA512 e66ac6f079cbf6a531e92edc72e2a951fa756396449ac51e76f5556fcae47d05b57394d5728812af7497cd226e641b44241f3172251f1f9ba90b35c068b75819
|
||||
12
dev-python/sigstore-models/metadata.xml
Normal file
12
dev-python/sigstore-models/metadata.xml
Normal file
@@ -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>
|
||||
31
dev-python/sigstore-models/sigstore-models-0.0.5.ebuild
Normal file
31
dev-python/sigstore-models/sigstore-models-0.0.5.ebuild
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user