summaryrefslogtreecommitdiff
path: root/dev-lang/python
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2025-07-05 11:42:20 +0200
committerMichał Górny <mgorny@gentoo.org>2025-07-05 11:47:07 +0200
commit5e21254b0cebafc6755c004a87b71a9197a68a3e (patch)
tree988874a04d078a8381e2c43748695caced2b0f96 /dev-lang/python
parenta38b70c078a251595a886932682fcd64d1ff1e73 (diff)
downloadgentoo-5e21254b0cebafc6755c004a87b71a9197a68a3e.tar.gz
gentoo-5e21254b0cebafc6755c004a87b71a9197a68a3e.tar.bz2
gentoo-5e21254b0cebafc6755c004a87b71a9197a68a3e.zip
dev-lang/python: Update dev-python/ensurepip-* dependencies
Inline dev-python/ensurepip-wheels dependencies in all Python versions to pave the way for removing the metapackage. Remove unnecessary dev-python/ensurepip-wheel test dependency from slots other than 3.12; the dependency was introduced in that version and removed in 3.13, as the bundled setuptools wheel was updated. TODO: patch 3.12 to remove the dependency as well? Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-lang/python')
-rw-r--r--dev-lang/python/python-0.3.13.4.ebuild1
-rw-r--r--dev-lang/python/python-0.3.13.9999.ebuild1
-rw-r--r--dev-lang/python/python-0.3.14.0_beta3.ebuild1
-rw-r--r--dev-lang/python/python-0.3.14.9999.ebuild1
-rw-r--r--dev-lang/python/python-3.10.18-r1.ebuild (renamed from dev-lang/python/python-3.10.18.ebuild)11
-rw-r--r--dev-lang/python/python-3.10.9999.ebuild11
-rw-r--r--dev-lang/python/python-3.11.13-r1.ebuild (renamed from dev-lang/python/python-3.11.13.ebuild)11
-rw-r--r--dev-lang/python/python-3.11.9999.ebuild11
-rw-r--r--dev-lang/python/python-3.13.5.ebuild1
-rw-r--r--dev-lang/python/python-3.13.9999.ebuild1
-rw-r--r--dev-lang/python/python-3.14.0_beta3.ebuild1
-rw-r--r--dev-lang/python/python-3.14.9999.ebuild1
-rw-r--r--dev-lang/python/python-3.8.20_p7-r1.ebuild (renamed from dev-lang/python/python-3.8.20_p7.ebuild)11
-rw-r--r--dev-lang/python/python-3.9.23-r1.ebuild (renamed from dev-lang/python/python-3.9.23.ebuild)11
-rw-r--r--dev-lang/python/python-3.9.9999.ebuild11
15 files changed, 63 insertions, 22 deletions
diff --git a/dev-lang/python/python-0.3.13.4.ebuild b/dev-lang/python/python-0.3.13.4.ebuild
index f8274cb351f1..58645b4268a9 100644
--- a/dev-lang/python/python-0.3.13.4.ebuild
+++ b/dev-lang/python/python-0.3.13.4.ebuild
@@ -77,7 +77,6 @@ DEPEND="
test? (
dev-python/ensurepip-pip
dev-python/ensurepip-setuptools
- dev-python/ensurepip-wheel
)
valgrind? ( dev-debug/valgrind )
"
diff --git a/dev-lang/python/python-0.3.13.9999.ebuild b/dev-lang/python/python-0.3.13.9999.ebuild
index 6dbe301dac38..0861f69afcf6 100644
--- a/dev-lang/python/python-0.3.13.9999.ebuild
+++ b/dev-lang/python/python-0.3.13.9999.ebuild
@@ -69,7 +69,6 @@ DEPEND="
test? (
dev-python/ensurepip-pip
dev-python/ensurepip-setuptools
- dev-python/ensurepip-wheel
)
valgrind? ( dev-debug/valgrind )
"
diff --git a/dev-lang/python/python-0.3.14.0_beta3.ebuild b/dev-lang/python/python-0.3.14.0_beta3.ebuild
index 3a63db6a1878..26514fc0a693 100644
--- a/dev-lang/python/python-0.3.14.0_beta3.ebuild
+++ b/dev-lang/python/python-0.3.14.0_beta3.ebuild
@@ -78,7 +78,6 @@ DEPEND="
test? (
dev-python/ensurepip-pip
dev-python/ensurepip-setuptools
- dev-python/ensurepip-wheel
)
valgrind? ( dev-debug/valgrind )
"
diff --git a/dev-lang/python/python-0.3.14.9999.ebuild b/dev-lang/python/python-0.3.14.9999.ebuild
index d3ee27dfcafb..391c0123711d 100644
--- a/dev-lang/python/python-0.3.14.9999.ebuild
+++ b/dev-lang/python/python-0.3.14.9999.ebuild
@@ -69,7 +69,6 @@ DEPEND="
test? (
dev-python/ensurepip-pip
dev-python/ensurepip-setuptools
- dev-python/ensurepip-wheel
)
valgrind? ( dev-debug/valgrind )
"
diff --git a/dev-lang/python/python-3.10.18.ebuild b/dev-lang/python/python-3.10.18-r1.ebuild
index e773b36793d8..674506c19202 100644
--- a/dev-lang/python/python-3.10.18.ebuild
+++ b/dev-lang/python/python-3.10.18-r1.ebuild
@@ -50,7 +50,10 @@ RDEPEND="
>=sys-libs/zlib-1.1.3:=
virtual/libcrypt:=
virtual/libintl
- ensurepip? ( dev-python/ensurepip-wheels )
+ ensurepip? (
+ dev-python/ensurepip-pip
+ dev-python/ensurepip-setuptools
+ )
gdbm? ( sys-libs/gdbm:=[berkdb] )
kernel_linux? ( sys-apps/util-linux:= )
ncurses? ( >=sys-libs/ncurses-5.2:= )
@@ -71,8 +74,12 @@ RDEPEND="
DEPEND="
${RDEPEND}
bluetooth? ( net-wireless/bluez )
+ test? (
+ app-arch/xz-utils
+ dev-python/ensurepip-pip
+ dev-python/ensurepip-setuptools
+ )
valgrind? ( dev-debug/valgrind )
- test? ( app-arch/xz-utils )
"
# autoconf-archive needed to eautoreconf
BDEPEND="
diff --git a/dev-lang/python/python-3.10.9999.ebuild b/dev-lang/python/python-3.10.9999.ebuild
index 34bb28709302..f43d0be50200 100644
--- a/dev-lang/python/python-3.10.9999.ebuild
+++ b/dev-lang/python/python-3.10.9999.ebuild
@@ -44,7 +44,10 @@ RDEPEND="
>=sys-libs/zlib-1.1.3:=
virtual/libcrypt:=
virtual/libintl
- ensurepip? ( dev-python/ensurepip-wheels )
+ ensurepip? (
+ dev-python/ensurepip-pip
+ dev-python/ensurepip-setuptools
+ )
gdbm? ( sys-libs/gdbm:=[berkdb] )
kernel_linux? ( sys-apps/util-linux:= )
ncurses? ( >=sys-libs/ncurses-5.2:= )
@@ -65,8 +68,12 @@ RDEPEND="
DEPEND="
${RDEPEND}
bluetooth? ( net-wireless/bluez )
+ test? (
+ app-arch/xz-utils
+ dev-python/ensurepip-pip
+ dev-python/ensurepip-setuptools
+ )
valgrind? ( dev-debug/valgrind )
- test? ( app-arch/xz-utils )
"
# autoconf-archive needed to eautoreconf
BDEPEND="
diff --git a/dev-lang/python/python-3.11.13.ebuild b/dev-lang/python/python-3.11.13-r1.ebuild
index c5ec37268160..f078432fe3af 100644
--- a/dev-lang/python/python-3.11.13.ebuild
+++ b/dev-lang/python/python-3.11.13-r1.ebuild
@@ -51,7 +51,10 @@ RDEPEND="
>=sys-libs/zlib-1.1.3:=
virtual/libcrypt:=
virtual/libintl
- ensurepip? ( dev-python/ensurepip-wheels )
+ ensurepip? (
+ dev-python/ensurepip-pip
+ dev-python/ensurepip-setuptools
+ )
gdbm? ( sys-libs/gdbm:=[berkdb] )
kernel_linux? ( sys-apps/util-linux:= )
ncurses? ( >=sys-libs/ncurses-5.2:= )
@@ -72,7 +75,11 @@ RDEPEND="
DEPEND="
${RDEPEND}
bluetooth? ( net-wireless/bluez )
- test? ( app-arch/xz-utils )
+ test? (
+ app-arch/xz-utils
+ dev-python/ensurepip-pip
+ dev-python/ensurepip-setuptools
+ )
valgrind? ( dev-debug/valgrind )
"
# autoconf-archive needed to eautoreconf
diff --git a/dev-lang/python/python-3.11.9999.ebuild b/dev-lang/python/python-3.11.9999.ebuild
index 224e9c5699b8..769d7f5c8026 100644
--- a/dev-lang/python/python-3.11.9999.ebuild
+++ b/dev-lang/python/python-3.11.9999.ebuild
@@ -45,7 +45,10 @@ RDEPEND="
>=sys-libs/zlib-1.1.3:=
virtual/libcrypt:=
virtual/libintl
- ensurepip? ( dev-python/ensurepip-wheels )
+ ensurepip? (
+ dev-python/ensurepip-pip
+ dev-python/ensurepip-setuptools
+ )
gdbm? ( sys-libs/gdbm:=[berkdb] )
kernel_linux? ( sys-apps/util-linux:= )
ncurses? ( >=sys-libs/ncurses-5.2:= )
@@ -66,7 +69,11 @@ RDEPEND="
DEPEND="
${RDEPEND}
bluetooth? ( net-wireless/bluez )
- test? ( app-arch/xz-utils )
+ test? (
+ app-arch/xz-utils
+ dev-python/ensurepip-pip
+ dev-python/ensurepip-setuptools
+ )
valgrind? ( dev-debug/valgrind )
"
# autoconf-archive needed to eautoreconf
diff --git a/dev-lang/python/python-3.13.5.ebuild b/dev-lang/python/python-3.13.5.ebuild
index 11664b8e09e7..7e399422782d 100644
--- a/dev-lang/python/python-3.13.5.ebuild
+++ b/dev-lang/python/python-3.13.5.ebuild
@@ -79,7 +79,6 @@ DEPEND="
test? (
dev-python/ensurepip-pip
dev-python/ensurepip-setuptools
- dev-python/ensurepip-wheel
)
valgrind? ( dev-debug/valgrind )
"
diff --git a/dev-lang/python/python-3.13.9999.ebuild b/dev-lang/python/python-3.13.9999.ebuild
index 37ac8dcf64d3..5af2cbe80f51 100644
--- a/dev-lang/python/python-3.13.9999.ebuild
+++ b/dev-lang/python/python-3.13.9999.ebuild
@@ -72,7 +72,6 @@ DEPEND="
test? (
dev-python/ensurepip-pip
dev-python/ensurepip-setuptools
- dev-python/ensurepip-wheel
)
valgrind? ( dev-debug/valgrind )
"
diff --git a/dev-lang/python/python-3.14.0_beta3.ebuild b/dev-lang/python/python-3.14.0_beta3.ebuild
index 4337b2f22edd..96b2eb246539 100644
--- a/dev-lang/python/python-3.14.0_beta3.ebuild
+++ b/dev-lang/python/python-3.14.0_beta3.ebuild
@@ -80,7 +80,6 @@ DEPEND="
test? (
dev-python/ensurepip-pip
dev-python/ensurepip-setuptools
- dev-python/ensurepip-wheel
)
valgrind? ( dev-debug/valgrind )
"
diff --git a/dev-lang/python/python-3.14.9999.ebuild b/dev-lang/python/python-3.14.9999.ebuild
index 14832e250609..0ded39fc4070 100644
--- a/dev-lang/python/python-3.14.9999.ebuild
+++ b/dev-lang/python/python-3.14.9999.ebuild
@@ -72,7 +72,6 @@ DEPEND="
test? (
dev-python/ensurepip-pip
dev-python/ensurepip-setuptools
- dev-python/ensurepip-wheel
)
valgrind? ( dev-debug/valgrind )
"
diff --git a/dev-lang/python/python-3.8.20_p7.ebuild b/dev-lang/python/python-3.8.20_p7-r1.ebuild
index fdb933080a1e..befe9e3cb75e 100644
--- a/dev-lang/python/python-3.8.20_p7.ebuild
+++ b/dev-lang/python/python-3.8.20_p7-r1.ebuild
@@ -50,7 +50,10 @@ RDEPEND="
>=sys-libs/zlib-1.1.3:=
virtual/libcrypt:=
virtual/libintl
- ensurepip? ( dev-python/ensurepip-wheels )
+ ensurepip? (
+ dev-python/ensurepip-pip
+ dev-python/ensurepip-setuptools
+ )
gdbm? ( sys-libs/gdbm:=[berkdb] )
kernel_linux? ( sys-apps/util-linux:= )
ncurses? ( >=sys-libs/ncurses-5.2:= )
@@ -68,7 +71,11 @@ RDEPEND="
DEPEND="
${RDEPEND}
bluetooth? ( net-wireless/bluez )
- test? ( app-arch/xz-utils )
+ test? (
+ app-arch/xz-utils
+ dev-python/ensurepip-pip
+ dev-python/ensurepip-setuptools
+ )
valgrind? ( dev-debug/valgrind )
"
# autoconf-archive needed to eautoreconf
diff --git a/dev-lang/python/python-3.9.23.ebuild b/dev-lang/python/python-3.9.23-r1.ebuild
index 5a8c6b388dda..143e7fe9107e 100644
--- a/dev-lang/python/python-3.9.23.ebuild
+++ b/dev-lang/python/python-3.9.23-r1.ebuild
@@ -50,7 +50,10 @@ RDEPEND="
>=sys-libs/zlib-1.1.3:=
virtual/libcrypt:=
virtual/libintl
- ensurepip? ( dev-python/ensurepip-wheels )
+ ensurepip? (
+ dev-python/ensurepip-pip
+ dev-python/ensurepip-setuptools
+ )
gdbm? ( sys-libs/gdbm:=[berkdb] )
kernel_linux? ( sys-apps/util-linux:= )
ncurses? ( >=sys-libs/ncurses-5.2:= )
@@ -68,7 +71,11 @@ RDEPEND="
DEPEND="
${RDEPEND}
bluetooth? ( net-wireless/bluez )
- test? ( app-arch/xz-utils )
+ test? (
+ app-arch/xz-utils
+ dev-python/ensurepip-pip
+ dev-python/ensurepip-setuptools
+ )
valgrind? ( dev-debug/valgrind )
"
# autoconf-archive needed to eautoreconf
diff --git a/dev-lang/python/python-3.9.9999.ebuild b/dev-lang/python/python-3.9.9999.ebuild
index 4a4effea93f8..efa77f20d705 100644
--- a/dev-lang/python/python-3.9.9999.ebuild
+++ b/dev-lang/python/python-3.9.9999.ebuild
@@ -44,7 +44,10 @@ RDEPEND="
>=sys-libs/zlib-1.1.3:=
virtual/libcrypt:=
virtual/libintl
- ensurepip? ( dev-python/ensurepip-wheels )
+ ensurepip? (
+ dev-python/ensurepip-pip
+ dev-python/ensurepip-setuptools
+ )
gdbm? ( sys-libs/gdbm:=[berkdb] )
kernel_linux? ( sys-apps/util-linux:= )
ncurses? ( >=sys-libs/ncurses-5.2:= )
@@ -62,7 +65,11 @@ RDEPEND="
DEPEND="
${RDEPEND}
bluetooth? ( net-wireless/bluez )
- test? ( app-arch/xz-utils )
+ test? (
+ app-arch/xz-utils
+ dev-python/ensurepip-pip
+ dev-python/ensurepip-setuptools
+ )
valgrind? ( dev-debug/valgrind )
"
# autoconf-archive needed to eautoreconf