commit: 8095e194339fc7cac5df73e39be27f1710c50219 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Fri May 2 09:19:54 2025 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri May 2 09:29:26 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8095e194
dev-python/jaraco-context: 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> .../{jaraco-context-6.0.1.ebuild => jaraco-context-6.0.1-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/jaraco-context/jaraco-context-6.0.1.ebuild b/dev-python/jaraco-context/jaraco-context-6.0.1-r1.ebuild similarity index 94% rename from dev-python/jaraco-context/jaraco-context-6.0.1.ebuild rename to dev-python/jaraco-context/jaraco-context-6.0.1-r1.ebuild index 5eee1faa70e6..1f03c21b8d7a 100644 --- a/dev-python/jaraco-context/jaraco-context-6.0.1.ebuild +++ b/dev-python/jaraco-context/jaraco-context-6.0.1-r1.ebuild @@ -6,7 +6,7 @@ EAPI=8 DISTUTILS_USE_PEP517=flit PYPI_PN=${PN/-/.} -PYTHON_COMPAT=( python3_{10..13} python3_13t pypy3 pypy3_11 ) +PYTHON_COMPAT=( python3_{11..13} python3_13t pypy3_11 ) inherit distutils-r1 pypi @@ -23,7 +23,7 @@ KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 RDEPEND=" $(python_gen_cond_dep ' dev-python/backports-tarfile[${PYTHON_USEDEP}] - ' 3.10 3.11) + ' 3.11) " BDEPEND=" test? (
