diff options
author | 2024-01-30 23:06:22 +0100 | |
---|---|---|
committer | 2024-01-30 23:06:22 +0100 | |
commit | f8cc54d1d93f90fa07e6854813a87e90d1530fa8 (patch) | |
tree | 83b3041f206fb7a0808b70d5958d3cb9d128fb94 /dev-python/types-protobuf | |
parent | app-misc/brightnessctl: keyword 0.5.1 for ~arm64 (diff) | |
download | guru-f8cc54d1d93f90fa07e6854813a87e90d1530fa8.tar.gz guru-f8cc54d1d93f90fa07e6854813a87e90d1530fa8.tar.bz2 guru-f8cc54d1d93f90fa07e6854813a87e90d1530fa8.zip |
dev-python/types-protobuf: add 4.24.0.20240129
Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
Diffstat (limited to 'dev-python/types-protobuf')
-rw-r--r-- | dev-python/types-protobuf/Manifest | 1 | ||||
-rw-r--r-- | dev-python/types-protobuf/types-protobuf-4.24.0.20240129.ebuild | 18 |
2 files changed, 19 insertions, 0 deletions
diff --git a/dev-python/types-protobuf/Manifest b/dev-python/types-protobuf/Manifest index 9e916f70d..9c41f5a63 100644 --- a/dev-python/types-protobuf/Manifest +++ b/dev-python/types-protobuf/Manifest @@ -1 +1,2 @@ DIST types-protobuf-4.24.0.20240106.tar.gz 48159 BLAKE2B 4b10f28990d8b204ab44f21e49c99ae8a80ea7c08063f91aed18964e91cf61b5c226caf65b2c01dc7e402877a1921512d307d539e5930c0c98d4cc8c08789e4e SHA512 7f72f404e8144c3637abec7bcf7c356e56a1a51136e3cd64bd13210c52af43ab5fee7702f01de7e0fb072058afb73ddeb2dde47d0f0cccb14fb82b413d37f40a +DIST types-protobuf-4.24.0.20240129.tar.gz 48125 BLAKE2B 5348a59fe912411a06be7453066163b904f8183984da1f821745d0e7d1ff2ea81d087169c3ffdd5f4c22756b2c106a95a606e451eca84b341c1f05b882d87f56 SHA512 f7d381ed59ff72bddbd300d9d969bd323b6fd1f1a0add37065cdece3294a944e078d7701c6a8521c64103ab6e2a4d3c004ad2552523c0da75e45a971c2a96cde diff --git a/dev-python/types-protobuf/types-protobuf-4.24.0.20240129.ebuild b/dev-python/types-protobuf/types-protobuf-4.24.0.20240129.ebuild new file mode 100644 index 000000000..6262bb240 --- /dev/null +++ b/dev-python/types-protobuf/types-protobuf-4.24.0.20240129.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" |