diff options
author | Lucio Sauer <watermanpaint@posteo.net> | 2024-03-03 10:23:17 +0100 |
---|---|---|
committer | Lucio Sauer <watermanpaint@posteo.net> | 2024-03-03 10:23:17 +0100 |
commit | 2dbb6af01829a19296cce72c2c34d6175b3188e5 (patch) | |
tree | eb6f352b2c585aebfe25b7f5c3dd5c0883c0eb66 /dev-python | |
parent | media-libs/dr_wav: drop 0.13.16 with incorrect COMMIT (diff) | |
download | guru-2dbb6af01829a19296cce72c2c34d6175b3188e5.tar.gz guru-2dbb6af01829a19296cce72c2c34d6175b3188e5.tar.bz2 guru-2dbb6af01829a19296cce72c2c34d6175b3188e5.zip |
dev-python/types-protobuf: add 4.24.0.20240302
Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/types-protobuf/Manifest | 1 | ||||
-rw-r--r-- | dev-python/types-protobuf/types-protobuf-4.24.0.20240302.ebuild | 18 |
2 files changed, 19 insertions, 0 deletions
diff --git a/dev-python/types-protobuf/Manifest b/dev-python/types-protobuf/Manifest index fb57ca3c3..9c7916625 100644 --- a/dev-python/types-protobuf/Manifest +++ b/dev-python/types-protobuf/Manifest @@ -1 +1,2 @@ DIST types-protobuf-4.24.0.20240129.tar.gz 48125 BLAKE2B 5348a59fe912411a06be7453066163b904f8183984da1f821745d0e7d1ff2ea81d087169c3ffdd5f4c22756b2c106a95a606e451eca84b341c1f05b882d87f56 SHA512 f7d381ed59ff72bddbd300d9d969bd323b6fd1f1a0add37065cdece3294a944e078d7701c6a8521c64103ab6e2a4d3c004ad2552523c0da75e45a971c2a96cde +DIST types-protobuf-4.24.0.20240302.tar.gz 48129 BLAKE2B 97c090cae9d7e967f80743e4e887c1f97a206eb61317c4431a43640966973fce9c4f875090ae241592f5b0e7c882d3fac04acad633a2e3eb0efa39f68d0840cd SHA512 498a2ceb40a7d9769d30576b2f17db88fac4f2b88c8dc89f0eaa3a43b16ac24282d4c5294ffc557330faf64bd9779bfe9acbbed22852ce6364fa12270ae3d9fd diff --git a/dev-python/types-protobuf/types-protobuf-4.24.0.20240302.ebuild b/dev-python/types-protobuf/types-protobuf-4.24.0.20240302.ebuild new file mode 100644 index 000000000..6262bb240 --- /dev/null +++ b/dev-python/types-protobuf/types-protobuf-4.24.0.20240302.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" |