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: Sat, 20 Jul 2024 09:01:04 +0000 (UTC) [thread overview]
Message-ID: <1721465852.33669abaa6568aada9158daa9fb4c6d688baba85.mgorny@gentoo> (raw)
commit: 33669abaa6568aada9158daa9fb4c6d688baba85
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 20 08:57:32 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jul 20 08:57:32 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33669aba
dev-python/ensurepip-setuptools: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/ensurepip-setuptools/Manifest | 3 ---
.../ensurepip-setuptools-70.1.1.ebuild | 24 ----------------------
.../ensurepip-setuptools-71.0.0.ebuild | 24 ----------------------
.../ensurepip-setuptools-71.0.3.ebuild | 24 ----------------------
4 files changed, 75 deletions(-)
diff --git a/dev-python/ensurepip-setuptools/Manifest b/dev-python/ensurepip-setuptools/Manifest
index 0dd758b08fe6..220cc3e3e212 100644
--- a/dev-python/ensurepip-setuptools/Manifest
+++ b/dev-python/ensurepip-setuptools/Manifest
@@ -1,6 +1,3 @@
-DIST setuptools-70.1.1-py3-none-any.whl 883347 BLAKE2B f0e9c3b3ee278942b72ebf470279841f648e7852d355841dab27d28551ee09fa1ed6a77e02c5c808a820810a134dffdc28038938c0e2003011f966e6d5799428 SHA512 81ebaa3c39d599ae3975ec5848ca03491188de10c62d0a01923ded1cb4d08dbbbb3be9ecee501cfe16d88726ec0899ad8f36f7c7b289f1f90c5bec403b5049c1
DIST setuptools-70.2.0-py3-none-any.whl 930834 BLAKE2B 7ef99e6c7c47fd306c4a136504a1d3285faa046da6a4b0be15ec66a2a2eccbe34f203bed794f0a9114ae6970aea163207d22bd4bf5aedf44a92cc2abcac3d881 SHA512 ed6b5199a795c776d653f02e665e560da27e515cf334a2afbbf7f7cb7eb9cd738ca685a2b52d43d68ce6f63486d8da5baa216e58af95e5fad03c6dd95d3d901a
DIST setuptools-70.3.0-py3-none-any.whl 931070 BLAKE2B 92c424f7efc52f42bb4e04f3ddcc57eb079e2db3cb2af1a142520f656c05895ed5bde816e37f05d96d4c431fb888bf09d576956313667a029b6f8de9afc867b4 SHA512 085d39ef4426aa5f097fbc484595becc16e61ca23fc7da4d2a8bba540a3b82e789e390b176c7151bdc67d01735cce22b1562cdb2e31273225a2d3e275851a4ad
-DIST setuptools-71.0.0-py3-none-any.whl 908395 BLAKE2B 9195292e68f5bfa557ff952b9dfe50ef68c15517309ed960657600dbebeebba4227d3d8b339bd7298bb67246a174f1f7f8060837f84d26062b58597467252139 SHA512 21376e2207ef8695e8ef699a153d9effd7d9c062ca51639087f53e73d7cb57bf2f415fcf859677f118fa733695a9e9a2678f17616f08ad366675b9a63483d589
-DIST setuptools-71.0.3-py3-none-any.whl 2341516 BLAKE2B bf3e6d2c5da5b6a7a61ebb3293a1779f68b99ca3e75bec08839852158a0c085b6bd8a23f03e961edfe762ce7c7b59a06f3b1f29a306b80b443c07ebb50680c86 SHA512 e2145ba3558c881d61e83689a034a2f712d1012ed9017f72f08b40d0de55fb021703a98958079630a046c49a051d997d73a8c55161ce8b61097993f0da49aeaa
DIST setuptools-71.0.4-py3-none-any.whl 2341127 BLAKE2B 6312511c9981ff41e0f8a7eb3da511c9bf35b52af9fb7cbd826d3fecf342008911d8b13a6a0747a1f3d0a8189fcf701d82b03b7b62c73774845d35dc38fb8743 SHA512 a5909a1bbc46924ac8ee89322ed35fbf5562397fc46f5d20d12f6d63dbd94355c4c9718c07597b6d50c7fe46a771b96c2c25f1f2f53d6ff17c4d7cbd9e6bcb09
diff --git a/dev-python/ensurepip-setuptools/ensurepip-setuptools-70.1.1.ebuild b/dev-python/ensurepip-setuptools/ensurepip-setuptools-70.1.1.ebuild
deleted file mode 100644
index 6e384d8b8a5b..000000000000
--- a/dev-python/ensurepip-setuptools/ensurepip-setuptools-70.1.1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 2022-2024 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 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
-
-RDEPEND="
- !<dev-python/ensurepip-wheels-100
-"
-
-src_install() {
- insinto /usr/lib/python/ensurepip
- doins "${A}"
-}
diff --git a/dev-python/ensurepip-setuptools/ensurepip-setuptools-71.0.0.ebuild b/dev-python/ensurepip-setuptools/ensurepip-setuptools-71.0.0.ebuild
deleted file mode 100644
index 97aca4a61872..000000000000
--- a/dev-python/ensurepip-setuptools/ensurepip-setuptools-71.0.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 2022-2024 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 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
-
-RDEPEND="
- !<dev-python/ensurepip-wheels-100
-"
-
-src_install() {
- insinto /usr/lib/python/ensurepip
- doins "${A}"
-}
diff --git a/dev-python/ensurepip-setuptools/ensurepip-setuptools-71.0.3.ebuild b/dev-python/ensurepip-setuptools/ensurepip-setuptools-71.0.3.ebuild
deleted file mode 100644
index 97aca4a61872..000000000000
--- a/dev-python/ensurepip-setuptools/ensurepip-setuptools-71.0.3.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 2022-2024 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 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
-
-RDEPEND="
- !<dev-python/ensurepip-wheels-100
-"
-
-src_install() {
- insinto /usr/lib/python/ensurepip
- doins "${A}"
-}
next reply other threads:[~2024-07-20 9:01 UTC|newest]
Thread overview: 135+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-07-20 9:01 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-21 6:01 [gentoo-commits] repo/gentoo:master commit in: dev-python/ensurepip-setuptools/ 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 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 7:07 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=1721465852.33669abaa6568aada9158daa9fb4c6d688baba85.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