commit: 1097ff4bcee6e1ad815ef4390f1555666d69df36 Author: Eli Schwartz <eschwartz <AT> gentoo <DOT> org> AuthorDate: Wed Nov 5 04:00:50 2025 +0000 Commit: Eli Schwartz <eschwartz <AT> gentoo <DOT> org> CommitDate: Wed Nov 5 04:29:01 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1097ff4b
dev-python/virtualenv: bump minimum setuptools wheel Tests fail without this (and so does tox) because things assume that bdist_wheel exists. This "broke" upstream when "wheel" itself stopped being part of the virtualenv bundle, due to bundling setuptools >=70.1: https://github.com/pypa/virtualenv/commit/db1d9fc02739d6388192eefb6befa9e4eccbe630 Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org> .../{virtualenv-20.34.0.ebuild => virtualenv-20.34.0-r1.ebuild} | 2 +- .../{virtualenv-20.35.3.ebuild => virtualenv-20.35.3-r1.ebuild} | 2 +- .../{virtualenv-20.35.4.ebuild => virtualenv-20.35.4-r1.ebuild} | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-python/virtualenv/virtualenv-20.34.0.ebuild b/dev-python/virtualenv/virtualenv-20.34.0-r1.ebuild similarity index 98% rename from dev-python/virtualenv/virtualenv-20.34.0.ebuild rename to dev-python/virtualenv/virtualenv-20.34.0-r1.ebuild index 4f29e029323c..858bcc05a4f5 100644 --- a/dev-python/virtualenv/virtualenv-20.34.0.ebuild +++ b/dev-python/virtualenv/virtualenv-20.34.0-r1.ebuild @@ -28,7 +28,7 @@ RDEPEND=" >=dev-python/platformdirs-3.9.1[${PYTHON_USEDEP}] dev-python/ensurepip-pip - dev-python/ensurepip-setuptools + >=dev-python/ensurepip-setuptools-70.1 dev-python/ensurepip-wheel " # coverage is used somehow magically in virtualenv, maybe it actually diff --git a/dev-python/virtualenv/virtualenv-20.35.3.ebuild b/dev-python/virtualenv/virtualenv-20.35.3-r1.ebuild similarity index 98% rename from dev-python/virtualenv/virtualenv-20.35.3.ebuild rename to dev-python/virtualenv/virtualenv-20.35.3-r1.ebuild index e8aa8fd818fa..af2938b98983 100644 --- a/dev-python/virtualenv/virtualenv-20.35.3.ebuild +++ b/dev-python/virtualenv/virtualenv-20.35.3-r1.ebuild @@ -28,7 +28,7 @@ RDEPEND=" >=dev-python/platformdirs-3.9.1[${PYTHON_USEDEP}] dev-python/ensurepip-pip - dev-python/ensurepip-setuptools + >=dev-python/ensurepip-setuptools-70.1 dev-python/ensurepip-wheel " # coverage is used somehow magically in virtualenv, maybe it actually diff --git a/dev-python/virtualenv/virtualenv-20.35.4.ebuild b/dev-python/virtualenv/virtualenv-20.35.4-r1.ebuild similarity index 99% rename from dev-python/virtualenv/virtualenv-20.35.4.ebuild rename to dev-python/virtualenv/virtualenv-20.35.4-r1.ebuild index 13e04558795b..e9052210a358 100644 --- a/dev-python/virtualenv/virtualenv-20.35.4.ebuild +++ b/dev-python/virtualenv/virtualenv-20.35.4-r1.ebuild @@ -29,7 +29,7 @@ RDEPEND=" >=dev-python/platformdirs-3.9.1[${PYTHON_USEDEP}] dev-python/ensurepip-pip - dev-python/ensurepip-setuptools + >=dev-python/ensurepip-setuptools-70.1 dev-python/ensurepip-wheel " # coverage is used somehow magically in virtualenv, maybe it actually
