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 64B1715800A for ; Thu, 10 Aug 2023 10:27:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 75E412BC022; Thu, 10 Aug 2023 10:27:23 +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 50F622BC022 for ; Thu, 10 Aug 2023 10:27:23 +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 2EBBC33E4AD for ; Thu, 10 Aug 2023 10:27:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 660A5F35 for ; Thu, 10 Aug 2023 10:27:20 +0000 (UTC) From: "Lucio Sauer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lucio Sauer" Message-ID: <1691663229.c06a17aa6a68c840a0ee419664709cc8a61e74cc.watermanpaint@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev 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.0.ebuild X-VCS-Directories: dev-python/types-protobuf/ X-VCS-Committer: watermanpaint X-VCS-Committer-Name: Lucio Sauer X-VCS-Revision: c06a17aa6a68c840a0ee419664709cc8a61e74cc X-VCS-Branch: dev Date: Thu, 10 Aug 2023 10:27:20 +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: 7951f38d-5489-4697-9c87-b20abf52bb3f X-Archives-Hash: cf4f4fe2f587ef72fe6dd2b0680e56f7 commit: c06a17aa6a68c840a0ee419664709cc8a61e74cc Author: Lucio Sauer posteo net> AuthorDate: Thu Aug 10 10:19:48 2023 +0000 Commit: Lucio Sauer posteo net> CommitDate: Thu Aug 10 10:27:09 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c06a17aa dev-python/types-protobuf: add 4.24.0.0 Signed-off-by: Lucio Sauer posteo.net> dev-python/types-protobuf/Manifest | 1 + .../types-protobuf/types-protobuf-4.24.0.0.ebuild | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+) diff --git a/dev-python/types-protobuf/Manifest b/dev-python/types-protobuf/Manifest index 6c8c43806c..40af0d8034 100644 --- a/dev-python/types-protobuf/Manifest +++ b/dev-python/types-protobuf/Manifest @@ -1 +1,2 @@ DIST types-protobuf-4.23.0.3.tar.gz 47562 BLAKE2B ef694e1eb6354b2f1fd2c799784e157040ee47b291f2be389f4564ec57e14fce89d6d22362fcedf818cca5c675d3163c4b37a4e999c7ea94739420de3e4de3c1 SHA512 39b2b2997fa13b29479e7cb0395774f8428fb7135f8ddcdfa9a81293d212d8a1e29dfe6d54ea8a7652d44793b45bdeb7002a8cb07fe90c342de19c79a68d47ec +DIST types-protobuf-4.24.0.0.tar.gz 47598 BLAKE2B fe8ad6648cfc1ac527b9ef0272907d8dc9f173839c13d491952978a84e5c213509920b6e31c25e725cfc5dd33a643aa6725a08f898baf0ffb5cd1446688430ab SHA512 82f765df40db88f8ce48b557f684ad84184f7398628592726ac143e7feb0b07b7ea4d1e3c2068afbaae1bbcae10f4d85c7230e830455b6e2208839624d531aea diff --git a/dev-python/types-protobuf/types-protobuf-4.24.0.0.ebuild b/dev-python/types-protobuf/types-protobuf-4.24.0.0.ebuild new file mode 100644 index 0000000000..522a3b2df2 --- /dev/null +++ b/dev-python/types-protobuf/types-protobuf-4.24.0.0.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"