diff --git a/dev-python/types-protobuf/Manifest b/dev-python/types-protobuf/Manifest index 386d607f8b..78fa49e29b 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.4.tar.gz 48077 BLAKE2B 8ed8488ddc2315587a5ef69d3a2fbcf6451854da6fe89ba311fba0b5ec47b7f98f6e21946fd193eb37673bf18cab44772c3e5e894b28b4fd4deaeeed589299f5 SHA512 5b84b38ecfae91c4e9477d8e2e6375c7cd9186f654469667889ef78928f2c5e1e61fa50d0b0dec490bcb028c8c423def7fccf1815315e9a690629c1d43a5dd68 diff --git a/dev-python/types-protobuf/types-protobuf-4.24.0.20240106.ebuild b/dev-python/types-protobuf/types-protobuf-4.24.0.20240106.ebuild new file mode 100644 index 0000000000..6262bb240a --- /dev/null +++ b/dev-python/types-protobuf/types-protobuf-4.24.0.20240106.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"