commit:     3fd43bf199885057e404a1c4c709f27e1c14559d
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Dec  7 10:53:01 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Dec  7 11:35:56 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fd43bf1

dev-python/ensurepip-wheel: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/ensurepip-wheel/Manifest                  |  2 --
 .../ensurepip-wheel/ensurepip-wheel-0.44.0.ebuild    | 20 --------------------
 .../ensurepip-wheel/ensurepip-wheel-0.45.0.ebuild    | 20 --------------------
 3 files changed, 42 deletions(-)

diff --git a/dev-python/ensurepip-wheel/Manifest 
b/dev-python/ensurepip-wheel/Manifest
index 293ab7c95416..667251597183 100644
--- a/dev-python/ensurepip-wheel/Manifest
+++ b/dev-python/ensurepip-wheel/Manifest
@@ -1,3 +1 @@
-DIST wheel-0.44.0-py3-none-any.whl 67059 BLAKE2B 
e02afce5ad38a1cccc19b67acca74d3c43e0b45f52f334d28102d71ed8ffff5f0749f0ffa49c26d8eb89ce63f0a240c33117593b7807c6797fffd1e6daf6fc87
 SHA512 
98209d3ff1a04fd50ae256b94a648deb9ff29114e90a632c0fc34304c9f8a904b000f66019c684e228f56900e51105fe8678dc9c1bbcdd9ec69dd28d8e98058a
-DIST wheel-0.45.0-py3-none-any.whl 72497 BLAKE2B 
ab83fa3a1dd36fb44791dd2277252c9ad71d69c3bb0913e29c9f92f3b3335074ab517c307d6f5030c5873f241f076f66035c1330d655ceb677847ccbe55991f4
 SHA512 
c24d09819cf081025f1abd896bf53efa86f459e37668ce2537f22d27b071b4bca931c532ef3c0526bf5e2804b403b7475c50c05b50cdb829ea579847f8dd9a38
 DIST wheel-0.45.1-py3-none-any.whl 72494 BLAKE2B 
f87dc394465368d06eb57c1697d45250ac3e04a15841ab018b1fc5ca5bb8eaa731108c61e6e2a018b6d2a6fa3ea66e5b182d6041c5143d03f7b2b92bdb2e71c6
 SHA512 
86c16248ec804ee0ac95d43b03d47351dceb534d0cdc4025ca1eb073e39e539de44c870b9261f0373144e1537f0e42675a759a318a8d5d346bbd9efcb704061d

diff --git a/dev-python/ensurepip-wheel/ensurepip-wheel-0.44.0.ebuild 
b/dev-python/ensurepip-wheel/ensurepip-wheel-0.44.0.ebuild
deleted file mode 100644
index 5900daf1ef10..000000000000
--- a/dev-python/ensurepip-wheel/ensurepip-wheel-0.44.0.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 2022-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit pypi
-
-DESCRIPTION="Shared wheel wheel for use in pip tests"
-HOMEPAGE="https://pypi.org/project/wheel/";
-SRC_URI="$(pypi_wheel_url "${PN#ensurepip-}")"
-S=${DISTDIR}
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86"
-
-src_install() {
-       insinto /usr/lib/python/ensurepip
-       doins "${A}"
-}

diff --git a/dev-python/ensurepip-wheel/ensurepip-wheel-0.45.0.ebuild 
b/dev-python/ensurepip-wheel/ensurepip-wheel-0.45.0.ebuild
deleted file mode 100644
index 03e848400d01..000000000000
--- a/dev-python/ensurepip-wheel/ensurepip-wheel-0.45.0.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 2022-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit pypi
-
-DESCRIPTION="Shared wheel wheel for use in pip tests"
-HOMEPAGE="https://pypi.org/project/wheel/";
-SRC_URI="$(pypi_wheel_url "${PN#ensurepip-}")"
-S=${DISTDIR}
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
-
-src_install() {
-       insinto /usr/lib/python/ensurepip
-       doins "${A}"
-}

Reply via email to