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: Sat, 05 Nov 2022 11:01:08
Message-Id: 1667645948.5a014c37d453b08d3229518e5f27f85410a4dc9b.mgorny@gentoo
1 commit: 5a014c37d453b08d3229518e5f27f85410a4dc9b
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 5 10:59:08 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 5 10:59:08 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a014c37
7
8 dev-python/ensurepip-setuptools: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/ensurepip-setuptools/Manifest | 2 --
13 .../ensurepip-setuptools-65.4.1.ebuild | 27 ----------------------
14 .../ensurepip-setuptools-65.5.0.ebuild | 27 ----------------------
15 3 files changed, 56 deletions(-)
16
17 diff --git a/dev-python/ensurepip-setuptools/Manifest b/dev-python/ensurepip-setuptools/Manifest
18 index cdf375b884e3..06974779641b 100644
19 --- a/dev-python/ensurepip-setuptools/Manifest
20 +++ b/dev-python/ensurepip-setuptools/Manifest
21 @@ -1,3 +1 @@
22 -DIST setuptools-65.4.1-py3-none-any.whl 1232518 BLAKE2B 545caa5f7c551090e3dcb71c388477c4aad8aaee1dbf4a7f7fc08f27a296a81a055310b41c3d4af7cb3cf375c5ab465fec29ef3e29456281f56b7df544dd0eca SHA512 c0bc3f5f3b7c8a8b83df4d12f5f99d41ea910220abc16e8b93e3b533dc8d665802608c447e8c1eb070c19c24b1baa83faf2ac42488f95808ed585c169afadd58
23 -DIST setuptools-65.5.0-py3-none-any.whl 1232695 BLAKE2B 4079fddb68bcd123a3864a1a1bc42b88b40343caebbf4365bf7eb6379e73c7792eea36b53d7a4e63a4621f64a74fd440f555092e6a251e0943dd6eb526f89b0d SHA512 b179096ad073fd1fc2c9b68b4eecc6df5cb5e54250020b16a689f7c89ddad75ec88b8031fe4249cd609ee18e1aa22e7bc011d9ddb32b7b661e57f0645879e710
24 DIST setuptools-65.5.1-py3-none-any.whl 1232712 BLAKE2B 7ffda4e3e3e148a2ec55964ddb2a191710e6b5c8ec77c2f1af0cb2427992bce90c1fe309c916e404afe7cac8dcb87e8ef6351d0946432a455bdd91a9b6550884 SHA512 8fe0472001b1589caf81f1e0fe17777e524f003fc414d0a17a431209ba5aa8292741bdf13ae4346227afba2491099ea7369bf767ce621ef3fa38dda7b304b5c0
25
26 diff --git a/dev-python/ensurepip-setuptools/ensurepip-setuptools-65.4.1.ebuild b/dev-python/ensurepip-setuptools/ensurepip-setuptools-65.4.1.ebuild
27 deleted file mode 100644
28 index 4dc09f674370..000000000000
29 --- a/dev-python/ensurepip-setuptools/ensurepip-setuptools-65.4.1.ebuild
30 +++ /dev/null
31 @@ -1,27 +0,0 @@
32 -# Copyright 2022 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=8
36 -
37 -MY_PN=${PN#ensurepip-}
38 -WHL=${MY_PN}-${PV}-py3-none-any.whl
39 -
40 -DESCRIPTION="Shared setuptools wheel for ensurepip Python module"
41 -HOMEPAGE="https://pypi.org/project/setuptools/"
42 -SRC_URI="
43 - https://files.pythonhosted.org/packages/py3/${MY_PN::1}/${MY_PN}/${WHL}
44 -"
45 -S=${DISTDIR}
46 -
47 -LICENSE="MIT"
48 -SLOT="0"
49 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
50 -
51 -RDEPEND="
52 - !<dev-python/ensurepip-wheels-100
53 -"
54 -
55 -src_install() {
56 - insinto /usr/lib/python/ensurepip
57 - doins "${WHL}"
58 -}
59
60 diff --git a/dev-python/ensurepip-setuptools/ensurepip-setuptools-65.5.0.ebuild b/dev-python/ensurepip-setuptools/ensurepip-setuptools-65.5.0.ebuild
61 deleted file mode 100644
62 index 96c75c915768..000000000000
63 --- a/dev-python/ensurepip-setuptools/ensurepip-setuptools-65.5.0.ebuild
64 +++ /dev/null
65 @@ -1,27 +0,0 @@
66 -# Copyright 2022 Gentoo Authors
67 -# Distributed under the terms of the GNU General Public License v2
68 -
69 -EAPI=8
70 -
71 -MY_PN=${PN#ensurepip-}
72 -WHL=${MY_PN}-${PV}-py3-none-any.whl
73 -
74 -DESCRIPTION="Shared setuptools wheel for ensurepip Python module"
75 -HOMEPAGE="https://pypi.org/project/setuptools/"
76 -SRC_URI="
77 - https://files.pythonhosted.org/packages/py3/${MY_PN::1}/${MY_PN}/${WHL}
78 -"
79 -S=${DISTDIR}
80 -
81 -LICENSE="MIT"
82 -SLOT="0"
83 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
84 -
85 -RDEPEND="
86 - !<dev-python/ensurepip-wheels-100
87 -"
88 -
89 -src_install() {
90 - insinto /usr/lib/python/ensurepip
91 - doins "${WHL}"
92 -}