commit:     0a03955b49e454db4500075a656ca80b4001d62d
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 15 21:43:44 2025 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Tue Jul 15 21:43:44 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a03955b

net-misc/gallery-dl: sync live 9999 version

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 net-misc/gallery-dl/gallery-dl-9999.ebuild | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/net-misc/gallery-dl/gallery-dl-9999.ebuild 
b/net-misc/gallery-dl/gallery-dl-9999.ebuild
index 1ed226367c28..00e51376ef1f 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() {

Reply via email to