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-pip/
Date: Fri, 03 Mar 2023 17:48:14
Message-Id: 1677865681.9370636d92e8b6c6fb10f158700e4384257a9821.mgorny@gentoo
1 commit: 9370636d92e8b6c6fb10f158700e4384257a9821
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 3 17:43:46 2023 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 3 17:48:01 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9370636d
7
8 dev-python/ensurepip-pip: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/ensurepip-pip/Manifest | 1 -
13 dev-python/ensurepip-pip/ensurepip-pip-23.0.ebuild | 24 ----------------------
14 2 files changed, 25 deletions(-)
15
16 diff --git a/dev-python/ensurepip-pip/Manifest b/dev-python/ensurepip-pip/Manifest
17 index cd498833eb2d..494a779c57da 100644
18 --- a/dev-python/ensurepip-pip/Manifest
19 +++ b/dev-python/ensurepip-pip/Manifest
20 @@ -1,3 +1,2 @@
21 DIST pip-22.3.1-py3-none-any.whl 2051534 BLAKE2B b15f5eac6b3d8d12b382aabfb7fc920bea564be7f9133050d7cb0b4627a92c1de19676dced6bcb79971701898bb1606f3ea1b44349ab35527de90936c0057c71 SHA512 f09c2a48e85108514c20fdc58466b9be6a9b7f234241ccd46e23249f690bd1ec03fa5e60c9df80f4cf31a9be64d7d59b2fa786c1d7779e284fec42b04bffc257
22 -DIST pip-23.0-py3-none-any.whl 2056044 BLAKE2B 3b7183fe28c8f5ed64fceee3332795615218a1263d196b461a872a91676613c1c307a68702c92b6c23d9373b29e381ad6b2c8ba811a694d9dbef429be05077b8 SHA512 7bf9f3507dab29922e9f901b0584a9a84906031dc40a58537dbc001c6c49dee5a3df4ee0c21af923c7ffbafd80fbd37beea3d04e7dd607c0b2811c1df80d7be5
23 DIST pip-23.0.1-py3-none-any.whl 2055563 BLAKE2B 1b7a2f007c44a0e3aa6c9ecbc3b4b55c3f88c6504fef0d55d2a23fa369393d481dd6e28eb8898aa0015a9744d2faa3ef985e720456d1011c08b0889416e6b51d SHA512 6bad5536c30a0b2d5905318a1592948929fbac9baf3bcf2e7faeaf90f445f82bc2b656d0a89070d8a6a9395761f4793c83187bd640c64b2656a112b5be41f73d
24
25 diff --git a/dev-python/ensurepip-pip/ensurepip-pip-23.0.ebuild b/dev-python/ensurepip-pip/ensurepip-pip-23.0.ebuild
26 deleted file mode 100644
27 index 8a4b916f03bd..000000000000
28 --- a/dev-python/ensurepip-pip/ensurepip-pip-23.0.ebuild
29 +++ /dev/null
30 @@ -1,24 +0,0 @@
31 -# Copyright 2022-2023 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=8
35 -
36 -inherit pypi
37 -
38 -DESCRIPTION="Shared pip wheel for ensurepip Python module"
39 -HOMEPAGE="https://pypi.org/project/pip/"
40 -SRC_URI="$(pypi_wheel_url "${PN#ensurepip-}")"
41 -S=${DISTDIR}
42 -
43 -LICENSE="Apache-2.0 BSD BSD-2 ISC LGPL-2.1+ MIT MPL-2.0 PSF-2"
44 -SLOT="0"
45 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
46 -
47 -RDEPEND="
48 - !<dev-python/ensurepip-wheels-100
49 -"
50 -
51 -src_install() {
52 - insinto /usr/lib/python/ensurepip
53 - doins "${A}"
54 -}