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 A8A0F158089 for ; Sun, 24 Sep 2023 00:33:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A66D92BC017; Sun, 24 Sep 2023 00:33:58 +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 6F27E2BC035 for ; Sun, 24 Sep 2023 00:33:58 +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 53E97340834 for ; Sun, 24 Sep 2023 00:33:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 89CF21242 for ; Sun, 24 Sep 2023 00:33:55 +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: <1695327135.1197485931f81e9561b90ef7a51ff6cde5bf952c.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-4.24.0.2.ebuild X-VCS-Directories: dev-python/types-protobuf/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 1197485931f81e9561b90ef7a51ff6cde5bf952c X-VCS-Branch: master Date: Sun, 24 Sep 2023 00:33:55 +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: 70082e20-34c1-44b9-8925-2233a0968e8c X-Archives-Hash: 4ab888e51a68be606c23983e72acec41 commit: 1197485931f81e9561b90ef7a51ff6cde5bf952c Author: Lucio Sauer posteo net> AuthorDate: Thu Sep 21 20:11:41 2023 +0000 Commit: David Roman gmail com> CommitDate: Thu Sep 21 20:12:15 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=11974859 dev-python/types-protobuf: add 4.24.0.2 Signed-off-by: Lucio Sauer posteo.net> dev-python/types-protobuf/Manifest | 1 + .../types-protobuf/types-protobuf-4.24.0.2.ebuild | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+) diff --git a/dev-python/types-protobuf/Manifest b/dev-python/types-protobuf/Manifest index 9eec4c7b9c..fcb159d18b 100644 --- a/dev-python/types-protobuf/Manifest +++ b/dev-python/types-protobuf/Manifest @@ -1 +1,2 @@ DIST types-protobuf-4.24.0.1.tar.gz 47648 BLAKE2B bed5e77f06ab0f051f8c93c212911727e7e94ba5142389fcdaaab051c5d955edc421760c7a6a9c144df74704fcab8f1a0648e4b9ab1e6f1c6aa3d7090d4d62d9 SHA512 af2324044890d6fa67102fd8d20335f2d39194c50667a19b15e936cdb9807e346e80cd16de311bc3b0f97e6a74d0f361987206f98e19d8c387af4bd57a66c6e7 +DIST types-protobuf-4.24.0.2.tar.gz 47831 BLAKE2B 9c18bbf2950bc57a46c8fbdaca05f6d0c66f55b3b11b78ffb78139135ad80e666a1db5fdba79b0f9ebdd5349812107e69ff40255737bda27651256c51b521b94 SHA512 2740c72811db1b75b5aca8bb61be54a88d724c51349f4beeaec2dd56180d929972a189ddcf88eee06c2da7085696d45c7573103797e887ded60a5c314e4885f0 diff --git a/dev-python/types-protobuf/types-protobuf-4.24.0.2.ebuild b/dev-python/types-protobuf/types-protobuf-4.24.0.2.ebuild new file mode 100644 index 0000000000..522a3b2df2 --- /dev/null +++ b/dev-python/types-protobuf/types-protobuf-4.24.0.2.ebuild @@ -0,0 +1,18 @@ +# Copyright 2023 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,11} ) +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"