diff --git a/net-misc/gallery-dl/gallery-dl-9999.ebuild b/net-misc/gallery-dl/gallery-dl-9999.ebuild index 1ed226367c28e..00e51376ef1ff 100644 --- a/net-misc/gallery-dl/gallery-dl-9999.ebuild +++ b/net-misc/gallery-dl/gallery-dl-9999.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{12..14} ) PYTHON_REQ_USE="sqlite,ssl,xml(+)" +DISTUTILS_USE_PEP517="setuptools" inherit distutils-r1 optfeature @@ -34,13 +34,13 @@ distutils_enable_tests unittest src_prepare() { # Tests against real servers, some tests always fail and some are subject to change. - rm test/test_extractor.py test/test_results.py || die + rm ./test/test_{extractor,results}.py || die distutils-r1_src_prepare } python_compile_all() { - emake PYTHON="${EPYTHON}" data/completion/{,_}gallery-dl man + emake PYTHON="${EPYTHON}" ./data/completion/{,_}gallery-dl man } pkg_postinst() {