commit: 3e334e6d0022ede77fce4d50e1145b7869fcca51 Author: Lucio Sauer <watermanpaint <AT> posteo <DOT> net> AuthorDate: Wed Mar 20 00:37:01 2024 +0000 Commit: Julien Roy <julien <AT> jroy <DOT> ca> CommitDate: Wed Mar 20 00:37:01 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3e334e6d
dev-python/types-protobuf: drop 4.24.0.20240302 Signed-off-by: Lucio Sauer <watermanpaint <AT> posteo.net> dev-python/types-protobuf/Manifest | 1 - .../types-protobuf-4.24.0.20240302.ebuild | 18 ------------------ 2 files changed, 19 deletions(-) diff --git a/dev-python/types-protobuf/Manifest b/dev-python/types-protobuf/Manifest index 80fb5957d9..28094a8587 100644 --- a/dev-python/types-protobuf/Manifest +++ b/dev-python/types-protobuf/Manifest @@ -1,2 +1 @@ -DIST types-protobuf-4.24.0.20240302.tar.gz 48129 BLAKE2B 97c090cae9d7e967f80743e4e887c1f97a206eb61317c4431a43640966973fce9c4f875090ae241592f5b0e7c882d3fac04acad633a2e3eb0efa39f68d0840cd SHA512 498a2ceb40a7d9769d30576b2f17db88fac4f2b88c8dc89f0eaa3a43b16ac24282d4c5294ffc557330faf64bd9779bfe9acbbed22852ce6364fa12270ae3d9fd DIST types-protobuf-4.24.0.20240311.tar.gz 48154 BLAKE2B 6d73c3ea209a8517501ee345c1779dccb7dd3fad6113ea9506d22b5d389c6a1a8e89eeed0181e93825eeeecb4a2443b657103f7a88b91dd8ece4809df11aff8d SHA512 c3b8d2474b8f958e4be22bfc06f38b25b0e11d7485f9c6e287d0afdc9b7695d33cc443203a0fd0553cade8f3252a0378517e6b99b17204745e6b6d5571607ec8 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 deleted file mode 100644 index 6262bb240a..0000000000 --- a/dev-python/types-protobuf/types-protobuf-4.24.0.20240302.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# 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"