commit:     59086cd2c9d48ca0049a7923c21ad880f4ad9457
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 24 12:45:00 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Aug 24 12:45:00 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59086cd2

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.40.0.ebuild    | 20 --------------------
 .../ensurepip-wheel/ensurepip-wheel-0.41.0.ebuild    | 20 --------------------
 3 files changed, 42 deletions(-)

diff --git a/dev-python/ensurepip-wheel/Manifest 
b/dev-python/ensurepip-wheel/Manifest
index a9812b358e44..36ad10c9cf9e 100644
--- a/dev-python/ensurepip-wheel/Manifest
+++ b/dev-python/ensurepip-wheel/Manifest
@@ -1,4 +1,2 @@
-DIST wheel-0.40.0-py3-none-any.whl 64545 BLAKE2B 
d42fcef0b33b560d5249d32c3400e8440bff154fbc21321e1802ffd6f734fcab032b296d5986cd5c23388800c9234d60c25e2e8f9008beeb6518391c52773f93
 SHA512 
83c4511bc8186485c7e61da1a798fdc41e209841300d70ea8e8f5515ec8200667b0195e3df149a81f10e3eaa159e8bab7f1701b43ce3d6746aee79cd0ba862e7
-DIST wheel-0.41.0-py3-none-any.whl 64712 BLAKE2B 
d4e4a9fbc432a246500997412bbda14bf4ad3e9b08bc702c9df9f2649c71399251d6d922c98769eb8bfd34e1a6f9c5c4f182d717c5d9aa9e8e88c6d7ccbb09e7
 SHA512 
fa2230b0f9f65a860ddbcf63be920a49adad7d4e97be6445e49c2fd746257ab5e3a824f5819c2b80bb3879727720eae07b1e1fc9e5f8e3c1b882e19efa3df52d
 DIST wheel-0.41.1-py3-none-any.whl 64755 BLAKE2B 
66741b95010f3463793b893b63663eda3f31b5f6e55c3677c9d46f374cdc98b15c45f2ac39551aaee9f9cb2e38f108811f27c394d67b240e4ca80048c290c13b
 SHA512 
db12f20343044676a1e7b5920b7b72e0369a1c29fc5426686b7dac7f2cfffb36b01407b52cbf974c06ddaa540227167b9f69e7cdc6af3aad9eb56c4ad0fec267
 DIST wheel-0.41.2-py3-none-any.whl 64848 BLAKE2B 
761efd3a97a9bbfbbd7683f12638aa5b0ed83679f3313cb8dce2632d2d2ba33fb9f0801a57e21077e8a232464aa929338983d334d57b4ccdf5f2c78a26202ca5
 SHA512 
9ecad670c61e4e2e598058cbd405e29401068a93d758c63481df72cff5e0a9f22b3c5ee1ae705140cffa1ea98149a6a8a9b3c80a356b520ea10bee586e615473

diff --git a/dev-python/ensurepip-wheel/ensurepip-wheel-0.40.0.ebuild 
b/dev-python/ensurepip-wheel/ensurepip-wheel-0.40.0.ebuild
deleted file mode 100644
index 943741be4ad4..000000000000
--- a/dev-python/ensurepip-wheel/ensurepip-wheel-0.40.0.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 2022-2023 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 ~ia64 ~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.41.0.ebuild 
b/dev-python/ensurepip-wheel/ensurepip-wheel-0.41.0.ebuild
deleted file mode 100644
index e3e7fe90c1fa..000000000000
--- a/dev-python/ensurepip-wheel/ensurepip-wheel-0.41.0.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 2022-2023 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 ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
-
-src_install() {
-       insinto /usr/lib/python/ensurepip
-       doins "${A}"
-}

Reply via email to