commit: f3d8ab694cad39f0142e12c131bbdb20554d42d6
Author: Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
AuthorDate: Sun Apr 28 22:13:21 2024 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Mon Apr 29 14:13:44 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f3d8ab69
dev-python/types-protobuf: add 4.24.0.20240408
Signed-off-by: Lucio Sauer <watermanpaint <AT> posteo.net>
dev-python/types-protobuf/Manifest | 1 +
.../types-protobuf-4.24.0.20240408.ebuild | 18 ++++++++++++++++++
2 files changed, 19 insertions(+)
diff --git a/dev-python/types-protobuf/Manifest
b/dev-python/types-protobuf/Manifest
index 28094a8587..0a07110751 100644
--- a/dev-python/types-protobuf/Manifest
+++ b/dev-python/types-protobuf/Manifest
@@ -1 +1,2 @@
DIST types-protobuf-4.24.0.20240311.tar.gz 48154 BLAKE2B
6d73c3ea209a8517501ee345c1779dccb7dd3fad6113ea9506d22b5d389c6a1a8e89eeed0181e93825eeeecb4a2443b657103f7a88b91dd8ece4809df11aff8d
SHA512
c3b8d2474b8f958e4be22bfc06f38b25b0e11d7485f9c6e287d0afdc9b7695d33cc443203a0fd0553cade8f3252a0378517e6b99b17204745e6b6d5571607ec8
+DIST types-protobuf-4.24.0.20240408.tar.gz 52102 BLAKE2B
3312ddd8e28ee490f6ae94978d5ebfca353cbd9051862629cdde08474ae657130bf87cda8cb06f33ea2d38ccb5bfe9097ef3d8f4bb77fba94707b9914ff33466
SHA512
adb4d69ef5d8bab15e6e311c7d1013725419f2b681e64befea2cc435fec69cf0d0e70431ae65b9f617e8b4c86957fdaae88abd57cc306fa55ad51d3c09d5f222
diff --git a/dev-python/types-protobuf/types-protobuf-4.24.0.20240408.ebuild
b/dev-python/types-protobuf/types-protobuf-4.24.0.20240408.ebuild
new file mode 100644
index 0000000000..6262bb240a
--- /dev/null
+++ b/dev-python/types-protobuf/types-protobuf-4.24.0.20240408.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"