Groups | Search | Server Info | Login | Register
Groups > linux.gentoo.dev > #70514
| From | Michał Górny <mgorny@gentoo.org> |
|---|---|
| Newsgroups | linux.gentoo.dev |
| Subject | [gentoo-dev] [PATCH 6/8] dev-lang/python: Add python-exec deps to 3.15.0_beta1 and .9999 |
| Date | 2026-05-07 20:10 +0200 |
| Message-ID | <MSbkC-3l60-15@gated-at.bofh.it> (permalink) |
| References | <MSbkB-3l60-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Signed-off-by: Michał Górny <mgorny@gentoo.org>
---
dev-lang/python/python-0.3.15.0_beta1.ebuild | 5 +++++
dev-lang/python/python-0.3.15.9999.ebuild | 5 +++++
dev-lang/python/python-3.15.0_beta1.ebuild | 5 +++++
dev-lang/python/python-3.15.9999.ebuild | 5 +++++
4 files changed, 20 insertions(+)
diff --git a/dev-lang/python/python-0.3.15.0_beta1.ebuild b/dev-lang/python/python-0.3.15.0_beta1.ebuild
index c244e9bff0713..7d04c59a10227 100644
--- a/dev-lang/python/python-0.3.15.0_beta1.ebuild
+++ b/dev-lang/python/python-0.3.15.0_beta1.ebuild
@@ -92,6 +92,11 @@ BDEPEND="
)
)
"
+if [[ ${PV} != *_alpha* ]]; then
+ RDEPEND+="
+ dev-lang/python-exec[python_targets_python${PYVER/./_}(-)]
+ "
+fi
PDEPEND="
ensurepip? ( dev-python/ensurepip-pip )
"
diff --git a/dev-lang/python/python-0.3.15.9999.ebuild b/dev-lang/python/python-0.3.15.9999.ebuild
index 7390731836ba2..ba23e4bc2c691 100644
--- a/dev-lang/python/python-0.3.15.9999.ebuild
+++ b/dev-lang/python/python-0.3.15.9999.ebuild
@@ -84,6 +84,11 @@ BDEPEND="
)
)
"
+if [[ ${PV} != *_alpha* ]]; then
+ RDEPEND+="
+ dev-lang/python-exec[python_targets_python${PYVER/./_}(-)]
+ "
+fi
PDEPEND="
ensurepip? ( dev-python/ensurepip-pip )
"
diff --git a/dev-lang/python/python-3.15.0_beta1.ebuild b/dev-lang/python/python-3.15.0_beta1.ebuild
index 0331352178f61..d256d4d71d03d 100644
--- a/dev-lang/python/python-3.15.0_beta1.ebuild
+++ b/dev-lang/python/python-3.15.0_beta1.ebuild
@@ -100,6 +100,11 @@ BDEPEND="
)
)
"
+if [[ ${PV} != *_alpha* ]]; then
+ RDEPEND+="
+ dev-lang/python-exec[python_targets_python${PYVER/./_}(-)]
+ "
+fi
PDEPEND="
ensurepip? ( dev-python/ensurepip-pip )
"
diff --git a/dev-lang/python/python-3.15.9999.ebuild b/dev-lang/python/python-3.15.9999.ebuild
index 9cb02cde08232..6b0c32b8ea85f 100644
--- a/dev-lang/python/python-3.15.9999.ebuild
+++ b/dev-lang/python/python-3.15.9999.ebuild
@@ -93,6 +93,11 @@ BDEPEND="
)
)
"
+if [[ ${PV} != *_alpha* ]]; then
+ RDEPEND+="
+ dev-lang/python-exec[python_targets_python${PYVER/./_}(-)]
+ "
+fi
PDEPEND="
ensurepip? ( dev-python/ensurepip-pip )
"
Back to linux.gentoo.dev | Previous | Next | Find similar
[gentoo-dev] [PATCH 6/8] dev-lang/python: Add python-exec deps to 3.15.0_beta1 and .9999 Michał Górny <mgorny@gentoo.org> - 2026-05-07 20:10 +0200
csiph-web