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 CD7E615802E for ; Thu, 27 Jun 2024 08:41:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6BA87E2B66; Thu, 27 Jun 2024 08:41:35 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5483DE2B66 for ; Thu, 27 Jun 2024 08:41:35 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9AFBB343054 for ; Thu, 27 Jun 2024 08:41:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 159C11D81 for ; Thu, 27 Jun 2024 08:41:31 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1719413937.a0597dc2ad9151f11206a104a762e309741d3b8c.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/types-protobuf/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/types-protobuf/Manifest dev-python/types-protobuf/types-protobuf-5.27.0.20240626.ebuild X-VCS-Directories: dev-python/types-protobuf/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: a0597dc2ad9151f11206a104a762e309741d3b8c X-VCS-Branch: master Date: Thu, 27 Jun 2024 08:41:31 +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: 9463f208-4d95-4d00-a8d8-6ff18b54b276 X-Archives-Hash: e75b0fdfadaa722413eb92fe1bddbec1 commit: a0597dc2ad9151f11206a104a762e309741d3b8c Author: Lucio Sauer posteo net> AuthorDate: Wed Jun 26 14:58:57 2024 +0000 Commit: David Roman gmail com> CommitDate: Wed Jun 26 14:58:57 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a0597dc2 dev-python/types-protobuf: add 5.27.0.20240626 Signed-off-by: Lucio Sauer posteo.net> dev-python/types-protobuf/Manifest | 1 + .../types-protobuf-5.27.0.20240626.ebuild | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+) diff --git a/dev-python/types-protobuf/Manifest b/dev-python/types-protobuf/Manifest index f96f57b60..164657a40 100644 --- a/dev-python/types-protobuf/Manifest +++ b/dev-python/types-protobuf/Manifest @@ -1 +1,2 @@ DIST types-protobuf-4.24.0.20240408.tar.gz 52102 BLAKE2B 3312ddd8e28ee490f6ae94978d5ebfca353cbd9051862629cdde08474ae657130bf87cda8cb06f33ea2d38ccb5bfe9097ef3d8f4bb77fba94707b9914ff33466 SHA512 adb4d69ef5d8bab15e6e311c7d1013725419f2b681e64befea2cc435fec69cf0d0e70431ae65b9f617e8b4c86957fdaae88abd57cc306fa55ad51d3c09d5f222 +DIST types-protobuf-5.27.0.20240626.tar.gz 54215 BLAKE2B 49f791cf6cc8cdc0b16172c2afc2f22eb15c8ecb73b89fa323779227e12105dd82fe316e58a2fa9b0421a3e91f0b8206e7b073cf0193a705be3cc339c53df525 SHA512 f7e572985639ef19b4a257e0bc2a931f4c745eb3c8f10d98ccd6c95133b0df3486b40b86418045b94854c46a26da510be1f63c524005580cf1446364aca4eade diff --git a/dev-python/types-protobuf/types-protobuf-5.27.0.20240626.ebuild b/dev-python/types-protobuf/types-protobuf-5.27.0.20240626.ebuild new file mode 100644 index 000000000..6262bb240 --- /dev/null +++ b/dev-python/types-protobuf/types-protobuf-5.27.0.20240626.ebuild @@ -0,0 +1,18 @@ +# Copyright 2023-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYPI_NO_NORMALIZE=1 +PYTHON_COMPAT=( python3_{10..12} ) +inherit distutils-r1 pypi + +DESCRIPTION="Typing stubs for protobuf" +HOMEPAGE=" + https://pypi.org/project/types-protobuf/ + https://github.com/python/typeshed/tree/master/stubs/protobuf/ +" +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64"