diff --git a/dev-python/types-protobuf/Manifest b/dev-python/types-protobuf/Manifest index 78fa49e29b..9e916f70d6 100644 --- a/dev-python/types-protobuf/Manifest +++ b/dev-python/types-protobuf/Manifest @@ -1,2 +1 @@ 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.4.ebuild b/dev-python/types-protobuf/types-protobuf-4.24.0.4.ebuild deleted file mode 100644 index 77353203fd..0000000000 --- a/dev-python/types-protobuf/types-protobuf-4.24.0.4.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# 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..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"