From 575efd1e5fa1844563dff3e34dd2d474b9d9be6d Mon Sep 17 00:00:00 2001 From: Lucio Sauer Date: Sun, 3 Mar 2024 10:24:12 +0100 Subject: [PATCH] dev-python/types-protobuf: drop 4.24.0.20240129 Signed-off-by: Lucio Sauer --- dev-python/types-protobuf/Manifest | 1 - .../types-protobuf-4.24.0.20240129.ebuild | 18 ------------------ 2 files changed, 19 deletions(-) delete mode 100644 dev-python/types-protobuf/types-protobuf-4.24.0.20240129.ebuild diff --git a/dev-python/types-protobuf/Manifest b/dev-python/types-protobuf/Manifest index 9c79166251..353e6b9d55 100644 --- a/dev-python/types-protobuf/Manifest +++ b/dev-python/types-protobuf/Manifest @@ -1,2 +1 @@ -DIST types-protobuf-4.24.0.20240129.tar.gz 48125 BLAKE2B 5348a59fe912411a06be7453066163b904f8183984da1f821745d0e7d1ff2ea81d087169c3ffdd5f4c22756b2c106a95a606e451eca84b341c1f05b882d87f56 SHA512 f7d381ed59ff72bddbd300d9d969bd323b6fd1f1a0add37065cdece3294a944e078d7701c6a8521c64103ab6e2a4d3c004ad2552523c0da75e45a971c2a96cde DIST types-protobuf-4.24.0.20240302.tar.gz 48129 BLAKE2B 97c090cae9d7e967f80743e4e887c1f97a206eb61317c4431a43640966973fce9c4f875090ae241592f5b0e7c882d3fac04acad633a2e3eb0efa39f68d0840cd SHA512 498a2ceb40a7d9769d30576b2f17db88fac4f2b88c8dc89f0eaa3a43b16ac24282d4c5294ffc557330faf64bd9779bfe9acbbed22852ce6364fa12270ae3d9fd 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 deleted file mode 100644 index 6262bb240a..0000000000 --- a/dev-python/types-protobuf/types-protobuf-4.24.0.20240129.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"