diff options
author | 2024-09-27 19:43:06 +0200 | |
---|---|---|
committer | 2024-09-27 20:35:24 +0200 | |
commit | 4ce6d0a79aa96dc600e5327e4ff555b7fef45727 (patch) | |
tree | 4e2fa013a4c91efee13930fd57c0e1e726bba79d /dev-python/sigstore-protobuf-specs | |
parent | dev-tcltk/tcl3d: add 0.9.5 (diff) | |
download | gentoo-4ce6d0a79aa96dc600e5327e4ff555b7fef45727.tar.gz gentoo-4ce6d0a79aa96dc600e5327e4ff555b7fef45727.tar.bz2 gentoo-4ce6d0a79aa96dc600e5327e4ff555b7fef45727.zip |
dev-python/sigstore-protobuf-specs: New package, v0.3.2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/sigstore-protobuf-specs')
-rw-r--r-- | dev-python/sigstore-protobuf-specs/Manifest | 1 | ||||
-rw-r--r-- | dev-python/sigstore-protobuf-specs/metadata.xml | 12 | ||||
-rw-r--r-- | dev-python/sigstore-protobuf-specs/sigstore-protobuf-specs-0.3.2.ebuild | 23 |
3 files changed, 36 insertions, 0 deletions
diff --git a/dev-python/sigstore-protobuf-specs/Manifest b/dev-python/sigstore-protobuf-specs/Manifest new file mode 100644 index 000000000000..055e385fa4cb --- /dev/null +++ b/dev-python/sigstore-protobuf-specs/Manifest @@ -0,0 +1 @@ +DIST sigstore_protobuf_specs-0.3.2.tar.gz 17529 BLAKE2B e12bcd471f20c993b0fd5cabc2abf424fd5d185d159321c34c14175d5e11089c18d631f612d81b083176359dc66948691e3711de4c91e1c64e55a5bd7df85543 SHA512 52559a5b2eb4f108950c41ab885fa22169b30de674af08314dd81dc1dbc568b887427d0fee497f5b98c230700f8d81c6901ccad77bddd7ca89f1a453d48c94ae diff --git a/dev-python/sigstore-protobuf-specs/metadata.xml b/dev-python/sigstore-protobuf-specs/metadata.xml new file mode 100644 index 000000000000..41a3fc248d15 --- /dev/null +++ b/dev-python/sigstore-protobuf-specs/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">sigstore/protobuf-specs</remote-id> + <remote-id type="pypi">sigstore-protobuf-specs</remote-id> + </upstream> +</pkgmetadata> diff --git a/dev-python/sigstore-protobuf-specs/sigstore-protobuf-specs-0.3.2.ebuild b/dev-python/sigstore-protobuf-specs/sigstore-protobuf-specs-0.3.2.ebuild new file mode 100644 index 000000000000..6e6b92b12011 --- /dev/null +++ b/dev-python/sigstore-protobuf-specs/sigstore-protobuf-specs-0.3.2.ebuild @@ -0,0 +1,23 @@ +# Copyright 2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=flit +PYTHON_COMPAT=( python3_{10..12} ) + +inherit distutils-r1 pypi + +DESCRIPTION="A library for serializing and deserializing Sigstore messages" +HOMEPAGE=" + https://github.com/sigstore/protobuf-specs/tree/main/gen/pb-python/ + https://pypi.org/project/sigstore-protobuf-specs/ +" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" + ~dev-python/betterproto-2.0.0_beta6[${PYTHON_USEDEP}] +" |