commit: 20d9b9a3705009b0163b15ec8fa139289ff764da Author: Mike Pagano <mpagano <AT> gentoo <DOT> org> AuthorDate: Sun Mar 30 19:05:03 2025 +0000 Commit: Mike Pagano <mpagano <AT> gentoo <DOT> org> CommitDate: Sun Mar 30 19:05:36 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20d9b9a3
net-mail/b4: enable py3.13 and disable py3.10 Closes: https://bugs.gentoo.org/952602 Signed-off-by: Mike Pagano <mpagano <AT> gentoo.org> net-mail/b4/b4-0.14.2.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net-mail/b4/b4-0.14.2.ebuild b/net-mail/b4/b4-0.14.2.ebuild index 793028281105..2634ebaf3e46 100644 --- a/net-mail/b4/b4-0.14.2.ebuild +++ b/net-mail/b4/b4-0.14.2.ebuild @@ -1,10 +1,10 @@ -# Copyright 2020-2024 Gentoo Authors +# Copyright 2020-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{11..13} ) inherit distutils-r1 DESCRIPTION="Utility for fetching patchsets from public-inbox" @@ -21,7 +21,7 @@ RDEPEND=" >=dev-python/dnspython-2.1[${PYTHON_USEDEP}] >=dev-python/patatt-0.6[${PYTHON_USEDEP}] >=dev-python/requests-2.24[${PYTHON_USEDEP}] - >=dev-vcs/git-filter-repo-2.30[${PYTHON_USEDEP}] + >=dev-vcs/git-filter-repo-2.47[${PYTHON_USEDEP}] " BDEPEND=" test? (
