commit: 13308df6689750b138b725bec89e93d54febe427 Author: Ian Jordan <immoloism <AT> gmail <DOT> com> AuthorDate: Tue Jul 29 00:00:56 2025 +0000 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org> CommitDate: Fri Aug 1 05:58:33 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13308df6
dev-python/django-filter: enable py3.13 + ebuild cleanup Test suite passes and removed nonexist blocker. Closes: https://bugs.gentoo.org/952326 Signed-off-by: Ian Jordan <immoloism <AT> gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/43222 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org> .../{django-filter-25.1.ebuild => django-filter-25.1-r1.ebuild} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-python/django-filter/django-filter-25.1.ebuild b/dev-python/django-filter/django-filter-25.1-r1.ebuild similarity index 93% rename from dev-python/django-filter/django-filter-25.1.ebuild rename to dev-python/django-filter/django-filter-25.1-r1.ebuild index 2d4e90364d2d..ab327407b682 100644 --- a/dev-python/django-filter/django-filter-25.1.ebuild +++ b/dev-python/django-filter/django-filter-25.1-r1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=flit -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{11..13} ) inherit distutils-r1 @@ -32,7 +32,6 @@ BDEPEND=" ${RDEPEND} dev-python/djangorestframework[${PYTHON_USEDEP}] dev-python/pytz[${PYTHON_USEDEP}] - !!dev-python/coreapi ) "
