Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ensurepip-setuptools/
Date: Wed, 17 Aug 2022 06:16:59
Message-Id: 1660717011.1bfbbc1eafe3ee010f43fada9b14f7c56b8a3a62.mgorny@gentoo
1 commit: 1bfbbc1eafe3ee010f43fada9b14f7c56b8a3a62
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 17 05:52:55 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 17 06:16:51 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bfbbc1e
7
8 dev-python/ensurepip-setuptools: Remove broken 65.0.0
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/ensurepip-setuptools/Manifest | 1 -
13 .../ensurepip-setuptools-65.0.0.ebuild | 27 ----------------------
14 2 files changed, 28 deletions(-)
15
16 diff --git a/dev-python/ensurepip-setuptools/Manifest b/dev-python/ensurepip-setuptools/Manifest
17 index 2aec9cabe3a8..c86590636a50 100644
18 --- a/dev-python/ensurepip-setuptools/Manifest
19 +++ b/dev-python/ensurepip-setuptools/Manifest
20 @@ -1,2 +1 @@
21 -DIST setuptools-65.0.0-py3-none-any.whl 1217438 BLAKE2B 07e9bbc6c316edbd9f1110cfbd6203f3848ff406c88e0b7bf5fdd7454ca6ace467da6b34d47c126ecf19551504f9a40b4b47ac07509eeef2642b4408489fbe25 SHA512 ca73a8aee402175084461a8a20381ec1ab8885cb360eca3cad02b2d89da363786ff9a9c3406d8539bf1e20eac38ee1afad927ec4b7f2572decfff947f79bcacf
22 DIST setuptools-65.0.2-py3-none-any.whl 1233332 BLAKE2B 0c0d0db73452d15947097f3d453f01bb42ef150b50122b7a1f39212f663064284bc313a04c3dbe99e8da7e614d72a963d6c9f0c8f486f5d84131a06718b288c8 SHA512 11d9975468166bf7db9a9da44d893a67daacc5f309da1b521278a95a33fa2b3574cae10840c9943de54bf5d411e54697f91b62a3bfb5a6a3bc69b804af2a1365
23
24 diff --git a/dev-python/ensurepip-setuptools/ensurepip-setuptools-65.0.0.ebuild b/dev-python/ensurepip-setuptools/ensurepip-setuptools-65.0.0.ebuild
25 deleted file mode 100644
26 index 96c75c915768..000000000000
27 --- a/dev-python/ensurepip-setuptools/ensurepip-setuptools-65.0.0.ebuild
28 +++ /dev/null
29 @@ -1,27 +0,0 @@
30 -# Copyright 2022 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=8
34 -
35 -MY_PN=${PN#ensurepip-}
36 -WHL=${MY_PN}-${PV}-py3-none-any.whl
37 -
38 -DESCRIPTION="Shared setuptools wheel for ensurepip Python module"
39 -HOMEPAGE="https://pypi.org/project/setuptools/"
40 -SRC_URI="
41 - https://files.pythonhosted.org/packages/py3/${MY_PN::1}/${MY_PN}/${WHL}
42 -"
43 -S=${DISTDIR}
44 -
45 -LICENSE="MIT"
46 -SLOT="0"
47 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
48 -
49 -RDEPEND="
50 - !<dev-python/ensurepip-wheels-100
51 -"
52 -
53 -src_install() {
54 - insinto /usr/lib/python/ensurepip
55 - doins "${WHL}"
56 -}