From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id ABDB315808B for ; Fri, 27 Sep 2024 18:35:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ABECBE29BD; Fri, 27 Sep 2024 18:35:36 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 902D9E29BD for ; Fri, 27 Sep 2024 18:35:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 698B9343088 for ; Fri, 27 Sep 2024 18:35:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9E77FC36 for ; Fri, 27 Sep 2024 18:35:33 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1727462124.4ce6d0a79aa96dc600e5327e4ff555b7fef45727.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sigstore-protobuf-specs/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/sigstore-protobuf-specs/Manifest dev-python/sigstore-protobuf-specs/metadata.xml dev-python/sigstore-protobuf-specs/sigstore-protobuf-specs-0.3.2.ebuild X-VCS-Directories: dev-python/sigstore-protobuf-specs/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 4ce6d0a79aa96dc600e5327e4ff555b7fef45727 X-VCS-Branch: master Date: Fri, 27 Sep 2024 18:35:33 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f4187c47-8185-4fa7-9018-d290205f5e29 X-Archives-Hash: f83453ee4412d7a1ceff038ea6176773 commit: 4ce6d0a79aa96dc600e5327e4ff555b7fef45727 Author: Michał Górny gentoo org> AuthorDate: Fri Sep 27 17:43:06 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Sep 27 18:35:24 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ce6d0a7 dev-python/sigstore-protobuf-specs: New package, v0.3.2 Signed-off-by: Michał Górny gentoo.org> dev-python/sigstore-protobuf-specs/Manifest | 1 + dev-python/sigstore-protobuf-specs/metadata.xml | 12 +++++++++++ .../sigstore-protobuf-specs-0.3.2.ebuild | 23 ++++++++++++++++++++++ 3 files changed, 36 insertions(+) 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 @@ + + + + + python@gentoo.org + + + + sigstore/protobuf-specs + sigstore-protobuf-specs + + 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}] +"