mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 15:13:31 -04:00
net-misc/yt-dlg: update SRC_URI, fix QA
Signed-off-by: Huang Rui <vowstar@gmail.com>
This commit is contained in:
@@ -1 +1 @@
|
||||
DIST yt-dlg-2023.08.16.tar.gz 1481142 BLAKE2B d64bd9e52531c1c66ef83e18d960dc63200cfd7185af9b14339a5fd852a36966e8cbbd769ecc65e457d52fb0a46f84f84147116a8771d18ea80237d03ec0ab20 SHA512 efc7aaa88b18bc58466fbc0fa62d7b26f857bf759cb7960f3728a351e66d2dc4d13ae8002fce140e03f9e0ff89940686a3753c24796e78777b33928d86fcdedc
|
||||
DIST yt-dlg-2023.08.16.gh.tar.gz 1481142 BLAKE2B d64bd9e52531c1c66ef83e18d960dc63200cfd7185af9b14339a5fd852a36966e8cbbd769ecc65e457d52fb0a46f84f84147116a8771d18ea80237d03ec0ab20 SHA512 efc7aaa88b18bc58466fbc0fa62d7b26f857bf759cb7960f3728a351e66d2dc4d13ae8002fce140e03f9e0ff89940686a3753c24796e78777b33928d86fcdedc
|
||||
|
||||
9
net-misc/yt-dlg/metadata.xml
Normal file
9
net-misc/yt-dlg/metadata.xml
Normal file
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<!-- maintainer-needed -->
|
||||
<upstream>
|
||||
<remote-id type="github">yt-dlg/yt-dlg</remote-id>
|
||||
<remote-id type="pypi">yt-dlg</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
@@ -4,7 +4,7 @@
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
PYTHON_COMPAT=( python3_{10..11} )
|
||||
inherit desktop distutils-r1 xdg
|
||||
|
||||
DESCRIPTION="A cross platform front-end GUI of the popular youtube-dl written in wxPython."
|
||||
@@ -13,7 +13,7 @@ HOMEPAGE="https://yt-dlg.github.io/yt-dlg/"
|
||||
# Latest releases and tags are from 2021 and are probably deprecated and incompatible with current Python versions.
|
||||
# Same applies for the dependencies of yt-dlp.
|
||||
SHA="692e5c5deee95c721a4ad92ecae7ca86de8bef35"
|
||||
SRC_URI="https://github.com/yt-dlg/yt-dlg/archive/${SHA}.tar.gz -> ${P}.tar.gz"
|
||||
SRC_URI="https://github.com/yt-dlg/yt-dlg/archive/${SHA}.tar.gz -> ${P}.gh.tar.gz"
|
||||
|
||||
LICENSE="public-domain"
|
||||
SLOT="0"
|
||||
@@ -21,9 +21,8 @@ KEYWORDS="~amd64"
|
||||
|
||||
IUSE="ffmpeg test"
|
||||
|
||||
|
||||
|
||||
# net-misc/youtube-dl isn't available in gentoo anymore but I kept it as a dependency option just in case someone still use it or yt-dlp gets merged to youtube-dl.
|
||||
# net-misc/youtube-dl isn't available in gentoo anymore but I kept it as a dependency option just in case someone still
|
||||
# use it or yt-dlp gets merged to youtube-dl.
|
||||
DEPEND="${PYTHON_DEPS}
|
||||
>=dev-python/wxpython-4.2.0:*[${PYTHON_USEDEP}]
|
||||
|| (
|
||||
@@ -34,13 +33,12 @@ DEPEND="${PYTHON_DEPS}
|
||||
ffmpeg? ( media-video/ffmpeg )
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND=""
|
||||
|
||||
python_test() {
|
||||
local tests=( ditem dlist parsers utils widgets )
|
||||
local current_test
|
||||
for current_test in tests; do
|
||||
"${EPYTHON}" "tests/test_${curent_test}.py" || die "Tests fail with ${EPYTHON}"
|
||||
"${EPYTHON}" "tests/test_${curent_test}.py" || die "Tests fail with ${EPYTHON}"
|
||||
done
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user