commit:     517c28eb6be2fc088ccb082c371a8e6336e86edb
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri May  2 09:24:00 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri May  2 09:29:29 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=517c28eb

dev-python/httpcore: Revbump due to eclass 3.10 cond dep bug

Bug: https://bugs.gentoo.org/955213
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 .../httpcore/{httpcore-1.0.8.ebuild => httpcore-1.0.8-r1.ebuild}      | 2 +-
 .../httpcore/{httpcore-1.0.9.ebuild => httpcore-1.0.9-r1.ebuild}      | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

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 bb3bbca727ae..6fe3baad2eb5 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 ade906993c34..b6a2544d6b8e 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})
        )
 "
 

Reply via email to