From 517c28eb6be2fc088ccb082c371a8e6336e86edb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 2 May 2025 11:24:00 +0200 Subject: [PATCH] dev-python/httpcore: Revbump due to eclass 3.10 cond dep bug MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bug: https://bugs.gentoo.org/955213 Signed-off-by: Michał Górny --- .../{httpcore-1.0.8.ebuild => httpcore-1.0.8-r1.ebuild} | 2 +- .../{httpcore-1.0.9.ebuild => httpcore-1.0.9-r1.ebuild} | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) rename dev-python/httpcore/{httpcore-1.0.8.ebuild => httpcore-1.0.8-r1.ebuild} (96%) rename dev-python/httpcore/{httpcore-1.0.9.ebuild => httpcore-1.0.9-r1.ebuild} (95%) diff --git a/dev-python/httpcore/httpcore-1.0.8.ebuild b/dev-python/httpcore/httpcore-1.0.8-r1.ebuild similarity index 96% rename from dev-python/httpcore/httpcore-1.0.8.ebuild rename to dev-python/httpcore/httpcore-1.0.8-r1.ebuild index bb3bbca727aec..6fe3baad2eb55 100644 --- a/dev-python/httpcore/httpcore-1.0.8.ebuild +++ b/dev-python/httpcore/httpcore-1.0.8-r1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=hatchling -PYTHON_COMPAT=( pypy3 pypy3_11 python3_{10..13} ) +PYTHON_COMPAT=( pypy3_11 python3_{11..13} ) inherit distutils-r1 optfeature diff --git a/dev-python/httpcore/httpcore-1.0.9.ebuild b/dev-python/httpcore/httpcore-1.0.9-r1.ebuild similarity index 95% rename from dev-python/httpcore/httpcore-1.0.9.ebuild rename to dev-python/httpcore/httpcore-1.0.9-r1.ebuild index ade906993c345..b6a2544d6b8ee 100644 --- a/dev-python/httpcore/httpcore-1.0.9.ebuild +++ b/dev-python/httpcore/httpcore-1.0.9-r1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=hatchling -PYTHON_COMPAT=( pypy3 pypy3_11 python3_{10..13} ) +PYTHON_COMPAT=( pypy3_11 python3_{11..13} ) inherit distutils-r1 optfeature @@ -40,7 +40,7 @@ BDEPEND=" $(python_gen_cond_dep ' dev-python/pytest-trio[${PYTHON_USEDEP}] dev-python/trio[${PYTHON_USEDEP}] - ' 3.{10..13}) + ' 3.{11..13}) ) "