diff options
author | Lucio Sauer <watermanpaint@posteo.net> | 2023-08-14 00:58:49 +0200 |
---|---|---|
committer | Lucio Sauer <watermanpaint@posteo.net> | 2023-08-14 00:58:49 +0200 |
commit | d894462be5bcac69b9ed337db770543785192b28 (patch) | |
tree | d3bf74dd2e1024c4facac9ed149abfd80bfb44f2 /dev-python/types-protobuf | |
parent | dev-python/types-protobuf: add 4.24.0.1 (diff) | |
download | guru-d894462be5bcac69b9ed337db770543785192b28.tar.gz guru-d894462be5bcac69b9ed337db770543785192b28.tar.bz2 guru-d894462be5bcac69b9ed337db770543785192b28.zip |
dev-python/types-protobuf: drop 4.24.0.0
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.0.ebuild | 18 |
2 files changed, 0 insertions, 19 deletions
diff --git a/dev-python/types-protobuf/Manifest b/dev-python/types-protobuf/Manifest index 3332233a8..9eec4c7b9 100644 --- a/dev-python/types-protobuf/Manifest +++ b/dev-python/types-protobuf/Manifest @@ -1,2 +1 @@ -DIST types-protobuf-4.24.0.0.tar.gz 47598 BLAKE2B fe8ad6648cfc1ac527b9ef0272907d8dc9f173839c13d491952978a84e5c213509920b6e31c25e725cfc5dd33a643aa6725a08f898baf0ffb5cd1446688430ab SHA512 82f765df40db88f8ce48b557f684ad84184f7398628592726ac143e7feb0b07b7ea4d1e3c2068afbaae1bbcae10f4d85c7230e830455b6e2208839624d531aea DIST types-protobuf-4.24.0.1.tar.gz 47648 BLAKE2B bed5e77f06ab0f051f8c93c212911727e7e94ba5142389fcdaaab051c5d955edc421760c7a6a9c144df74704fcab8f1a0648e4b9ab1e6f1c6aa3d7090d4d62d9 SHA512 af2324044890d6fa67102fd8d20335f2d39194c50667a19b15e936cdb9807e346e80cd16de311bc3b0f97e6a74d0f361987206f98e19d8c387af4bd57a66c6e7 diff --git a/dev-python/types-protobuf/types-protobuf-4.24.0.0.ebuild b/dev-python/types-protobuf/types-protobuf-4.24.0.0.ebuild deleted file mode 100644 index 522a3b2df..000000000 --- a/dev-python/types-protobuf/types-protobuf-4.24.0.0.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,11} ) -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" |