mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
net-misc/gallery-dl: sync live 9999 version
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user