From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ensurepip-setuptools/
Date: Wed, 5 Apr 2023 07:07:54 +0000 (UTC) [thread overview]
Message-ID: <1680678470.f0a3f1efeaef708f56758e6a48f99ee2e3dc4f38.mgorny@gentoo> (raw)
commit: f0a3f1efeaef708f56758e6a48f99ee2e3dc4f38
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 5 06:54:55 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Apr 5 07:07:50 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0a3f1ef
dev-python/ensurepip-setuptools: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/ensurepip-setuptools/Manifest | 5 ----
.../ensurepip-setuptools-65.6.3.ebuild | 27 ----------------------
.../ensurepip-setuptools-67.2.0.ebuild | 24 -------------------
.../ensurepip-setuptools-67.4.0.ebuild | 24 -------------------
.../ensurepip-setuptools-67.5.1.ebuild | 24 -------------------
.../ensurepip-setuptools-67.6.0.ebuild | 24 -------------------
6 files changed, 128 deletions(-)
diff --git a/dev-python/ensurepip-setuptools/Manifest b/dev-python/ensurepip-setuptools/Manifest
index c17c62a808b6..19a65f8729f1 100644
--- a/dev-python/ensurepip-setuptools/Manifest
+++ b/dev-python/ensurepip-setuptools/Manifest
@@ -1,6 +1 @@
-DIST setuptools-65.6.3-py3-none-any.whl 1233963 BLAKE2B 2bad02cc00293c9b6615cdcee9f2da4d66f83c494904c0467054ec15cb5650a7b72caaa52bb8925aea84eb6becd52107ba10763c2b241216d91072a1319f5d24 SHA512 6a9bf2230840ab90b228b433552e8813a176a9ad5f6dc74b20da412fe96c4a7f1df6095aac8dc2f25bd2393aae731927875eb9e7bc05203907539fb4a3b5c8fb
-DIST setuptools-67.2.0-py3-none-any.whl 1082973 BLAKE2B 7769ebdbde59e47cfc9f364ab28fada207e0b0826e0a40ccdec4ab4c8536148f8a8e071d688f74464a74dca6fb62ca840f3f54a48ccae5c016dd476634b99d2d SHA512 3987cc21a40b55f3aaae1ec643843dc473f8a3b442461892cbc77cc78f056c7e3736aad8624b68d8061358fbbeb555faf62c498df259de63fe3feecdd0d786e4
-DIST setuptools-67.4.0-py3-none-any.whl 1088291 BLAKE2B 9306200c32a903695edbc6330e6853368fc0dfc9c8b8b79ee6650b90a30f2ed321b9478ae2fb14755718ab7fb25db349d4028405f2aacfb70e6a6e8d0d2d35cd SHA512 b70632f1f7299c107cacfe8f0bbe1e448b660321977562dc0d18144eb997692c579f88e2f25b967f5c97ec8475e9e6314002685435ba6c8d9b5e39e27f8d4862
-DIST setuptools-67.5.1-py3-none-any.whl 1089040 BLAKE2B 3a63dd1cbcbd48110cb1a146f9ce27f4b5898058d5bace6ab504654894cefe2f7883b7d1166bd225b474de07f035e259dab870f708438b4c4d5a0c87b8f6f747 SHA512 64db0154188a67a7bec4862a45585a94ddc87d6bcce9f11caa933428dc590aa90116deb81d1e2850f5372eebec0cfd162f515aaf65bbd68e874c974aaabd0b71
-DIST setuptools-67.6.0-py3-none-any.whl 1089190 BLAKE2B 0d9b9e9f17f3bef32fb0493193d2da729e1c208cb750435721b61a7ffe48a39b49c9e7a0a35992849006485aff5e252d720ac698be3a20e95fa801c3c3f0e04a SHA512 b68b3813e03935d2019689bc01970e6345363eaec78187a62bab5f21c39ee8cb84e83e5e90b54f12de5b5e31857fe6f01a2e411f9d9236f844a7812a0a3b2efa
DIST setuptools-67.6.1-py3-none-any.whl 1089263 BLAKE2B fe1ca817d2743e5edefac47230aa2cb5f4e75945bcdb821ca2d61011a419653d8b0880d846e11e4450cb19fd22fcd45d570b6c33fce640a8515df6e65f7a1662 SHA512 ad7a81c60b2b3f190561178531123a0e2d278c4cd9615930d5b0276fc79bea390f1cc92ab37061378ebee09fc36c21440a4db00f20029093570b7006cd14b25b
diff --git a/dev-python/ensurepip-setuptools/ensurepip-setuptools-65.6.3.ebuild b/dev-python/ensurepip-setuptools/ensurepip-setuptools-65.6.3.ebuild
deleted file mode 100644
index 4dc09f674370..000000000000
--- a/dev-python/ensurepip-setuptools/ensurepip-setuptools-65.6.3.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-MY_PN=${PN#ensurepip-}
-WHL=${MY_PN}-${PV}-py3-none-any.whl
-
-DESCRIPTION="Shared setuptools wheel for ensurepip Python module"
-HOMEPAGE="https://pypi.org/project/setuptools/"
-SRC_URI="
- https://files.pythonhosted.org/packages/py3/${MY_PN::1}/${MY_PN}/${WHL}
-"
-S=${DISTDIR}
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
-
-RDEPEND="
- !<dev-python/ensurepip-wheels-100
-"
-
-src_install() {
- insinto /usr/lib/python/ensurepip
- doins "${WHL}"
-}
diff --git a/dev-python/ensurepip-setuptools/ensurepip-setuptools-67.2.0.ebuild b/dev-python/ensurepip-setuptools/ensurepip-setuptools-67.2.0.ebuild
deleted file mode 100644
index 4d841a7c1f62..000000000000
--- a/dev-python/ensurepip-setuptools/ensurepip-setuptools-67.2.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 2022-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit pypi
-
-DESCRIPTION="Shared setuptools wheel for ensurepip Python module"
-HOMEPAGE="https://pypi.org/project/setuptools/"
-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"
-
-RDEPEND="
- !<dev-python/ensurepip-wheels-100
-"
-
-src_install() {
- insinto /usr/lib/python/ensurepip
- doins "${A}"
-}
diff --git a/dev-python/ensurepip-setuptools/ensurepip-setuptools-67.4.0.ebuild b/dev-python/ensurepip-setuptools/ensurepip-setuptools-67.4.0.ebuild
deleted file mode 100644
index c13c3370cbbe..000000000000
--- a/dev-python/ensurepip-setuptools/ensurepip-setuptools-67.4.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 2022-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit pypi
-
-DESCRIPTION="Shared setuptools wheel for ensurepip Python module"
-HOMEPAGE="https://pypi.org/project/setuptools/"
-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"
-
-RDEPEND="
- !<dev-python/ensurepip-wheels-100
-"
-
-src_install() {
- insinto /usr/lib/python/ensurepip
- doins "${A}"
-}
diff --git a/dev-python/ensurepip-setuptools/ensurepip-setuptools-67.5.1.ebuild b/dev-python/ensurepip-setuptools/ensurepip-setuptools-67.5.1.ebuild
deleted file mode 100644
index c13c3370cbbe..000000000000
--- a/dev-python/ensurepip-setuptools/ensurepip-setuptools-67.5.1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 2022-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit pypi
-
-DESCRIPTION="Shared setuptools wheel for ensurepip Python module"
-HOMEPAGE="https://pypi.org/project/setuptools/"
-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"
-
-RDEPEND="
- !<dev-python/ensurepip-wheels-100
-"
-
-src_install() {
- insinto /usr/lib/python/ensurepip
- doins "${A}"
-}
diff --git a/dev-python/ensurepip-setuptools/ensurepip-setuptools-67.6.0.ebuild b/dev-python/ensurepip-setuptools/ensurepip-setuptools-67.6.0.ebuild
deleted file mode 100644
index c13c3370cbbe..000000000000
--- a/dev-python/ensurepip-setuptools/ensurepip-setuptools-67.6.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 2022-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit pypi
-
-DESCRIPTION="Shared setuptools wheel for ensurepip Python module"
-HOMEPAGE="https://pypi.org/project/setuptools/"
-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"
-
-RDEPEND="
- !<dev-python/ensurepip-wheels-100
-"
-
-src_install() {
- insinto /usr/lib/python/ensurepip
- doins "${A}"
-}
next reply other threads:[~2023-04-05 7:07 UTC|newest]
Thread overview: 142+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-04-05 7:07 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-25 10:01 [gentoo-commits] repo/gentoo:master commit in: dev-python/ensurepip-setuptools/ Michał Górny
2025-01-25 9:20 Arthur Zamarin
2025-01-09 5:26 Michał Górny
2025-01-06 6:42 Michał Górny
2024-12-07 11:52 Michał Górny
2024-12-07 11:07 Arthur Zamarin
2024-11-30 11:47 Michał Górny
2024-11-21 6:01 Michał Górny
2024-11-14 4:39 Michał Górny
2024-11-14 4:39 Michał Górny
2024-11-12 5:35 Michał Górny
2024-10-30 3:25 Michał Górny
2024-10-21 11:44 Michał Górny
2024-10-16 19:38 Michał Górny
2024-10-16 17:53 Michał Górny
2024-10-12 7:28 Michał Górny
2024-10-05 9:10 Michał Górny
2024-10-05 9:10 Michał Górny
2024-10-05 8:34 Arthur Zamarin
2024-09-17 6:11 Michał Górny
2024-09-16 3:59 Michał Górny
2024-09-16 3:59 Michał Górny
2024-09-07 12:15 Michał Górny
2024-09-07 11:26 Jakov Smolić
2024-09-06 9:29 Michał Górny
2024-09-06 9:25 Michał Górny
2024-09-04 3:13 Michał Górny
2024-09-03 5:23 Michał Górny
2024-08-31 9:21 Michał Górny
2024-08-31 8:33 Arthur Zamarin
2024-08-28 12:05 Michał Górny
2024-08-20 19:05 Eli Schwartz
2024-08-20 1:29 Michał Górny
2024-08-17 7:35 Michał Górny
2024-08-17 7:28 Michał Górny
2024-08-14 6:05 Michał Górny
2024-08-10 7:31 Michał Górny
2024-08-10 7:25 Michał Górny
2024-08-03 8:44 Michał Górny
2024-08-03 8:30 Jakov Smolić
2024-07-29 16:31 Eli Schwartz
2024-07-29 3:26 Michał Górny
2024-07-27 9:44 Michał Górny
2024-07-27 6:49 Arthur Zamarin
2024-07-22 1:47 Michał Górny
2024-07-20 9:01 Michał Górny
2024-07-20 8:14 Arthur Zamarin
2024-07-20 4:51 Michał Górny
2024-07-19 4:25 Michał Górny
2024-07-18 16:57 Michał Górny
2024-07-13 12:02 Michał Górny
2024-07-13 10:03 Arthur Zamarin
2024-07-10 5:13 Michał Górny
2024-07-03 5:17 Ionen Wolkens
2024-07-02 5:00 Michał Górny
2024-06-26 2:09 Michał Górny
2024-06-08 6:05 Arthur Zamarin
2024-06-06 0:39 Sam James
2024-06-05 7:16 Sam James
2024-06-05 6:48 Arthur Zamarin
2024-06-05 6:48 Arthur Zamarin
2024-06-05 6:48 Arthur Zamarin
2024-05-22 4:49 Michał Górny
2024-05-01 17:44 Michał Górny
2024-05-01 16:22 Sam James
2024-04-14 12:54 Michał Górny
2024-03-30 14:14 Michał Górny
2024-03-30 13:59 Michał Górny
2024-03-26 20:17 Ionen Wolkens
2024-03-14 4:22 Michał Górny
2024-03-09 20:24 Sam James
2024-02-24 8:49 Michał Górny
2024-02-12 4:11 Michał Górny
2024-01-13 11:48 Michał Górny
2024-01-13 11:15 Sam James
2023-12-24 7:00 Michał Górny
2023-12-09 15:30 Michał Górny
2023-12-09 15:13 Michał Górny
2023-11-22 7:49 Michał Górny
2023-11-21 19:05 Michał Górny
2023-11-20 19:17 Michał Górny
2023-10-14 18:28 Michał Górny
2023-09-17 4:44 Michał Górny
2023-09-16 22:58 Sam James
2023-09-13 15:47 Michał Górny
2023-09-12 5:07 Michał Górny
2023-08-19 6:44 Michał Górny
2023-08-15 19:15 Michał Górny
2023-06-27 11:52 Michał Górny
2023-06-27 5:19 Jakov Smolić
2023-06-20 5:38 Michał Górny
2023-05-23 16:02 Michał Górny
2023-05-23 16:02 Michał Górny
2023-05-20 6:22 Michał Górny
2023-05-03 6:48 Sam James
2023-05-03 6:44 Sam James
2023-04-25 15:00 Michał Górny
2023-04-21 12:13 Michał Górny
2023-04-21 4:34 Michał Górny
2023-04-05 6:53 Arthur Zamarin
2023-03-29 7:01 Michał Górny
2023-03-08 17:02 Michał Górny
2023-03-06 14:05 Michał Górny
2023-03-03 17:21 Michał Górny
2023-03-03 17:21 Michał Górny
2023-02-22 5:09 Michał Górny
2023-02-21 7:41 Michał Górny
2023-02-16 5:04 Michał Górny
2023-02-16 5:04 Michał Górny
2023-02-14 16:24 Michał Górny
2023-02-05 11:49 Michał Górny
2023-02-05 5:16 Michał Górny
2023-02-02 5:42 Michał Górny
2023-01-20 21:38 Michał Górny
2023-01-16 5:50 Michał Górny
2022-12-25 17:33 Michał Górny
2022-11-24 14:31 Michał Górny
2022-11-24 2:43 Michał Górny
2022-11-23 17:58 Michał Górny
2022-11-19 9:42 Michał Górny
2022-11-05 11:01 Michał Górny
2022-11-05 5:42 Arthur Zamarin
2022-11-05 5:00 Michał Górny
2022-11-03 19:51 Michał Górny
2022-11-03 19:27 Arthur Zamarin
2022-11-03 19:23 Arthur Zamarin
2022-10-07 20:33 Michał Górny
2022-10-07 20:16 Arthur Zamarin
2022-10-01 15:53 Michał Górny
2022-09-21 12:26 Agostino Sarubbo
2022-09-21 12:25 Agostino Sarubbo
2022-09-20 8:50 Agostino Sarubbo
2022-09-20 8:49 Agostino Sarubbo
2022-09-20 8:48 Agostino Sarubbo
2022-09-20 8:48 Agostino Sarubbo
2022-09-20 8:47 Agostino Sarubbo
2022-08-23 19:37 Arthur Zamarin
2022-08-18 18:11 Arthur Zamarin
2022-08-17 6:16 Michał Górny
2022-08-17 6:16 Michał Górny
2022-08-14 18:40 Michał Górny
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1680678470.f0a3f1efeaef708f56758e6a48f99ee2e3dc4f38.mgorny@gentoo \
--to=mgorny@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox