ytcc: update to 2.7.2

ytcc: update to 2.7.2

ytcc: update to 2.7.2

ytcc: update to 2.7.2
This commit is contained in:
manfred3000 2025-06-02 16:20:28 +02:00 committed by classabbyamp
parent 251983662d
commit 0d05247464

View file

@ -1,21 +1,18 @@
# Template file for 'ytcc' # Template file for 'ytcc'
pkgname=ytcc pkgname=ytcc
version=2.6.1 version=2.7.2
revision=3 revision=1
build_style=python3-module build_style=python3-pep517
hostmakedepends="python3-setuptools" make_check_args="-m not(flaky)"
depends="mpv yt-dlp python3-click python3-wcwidth" hostmakedepends="python3-build hatchling python3-installer python3-wheel"
depends="mpv yt-dlp python3-click python3-wcwidth python3-defusedxml"
checkdepends="${depends} python3-pytest" checkdepends="${depends} python3-pytest"
short_desc="Cmdline tool to track your youtube channels" short_desc="Cmdline tool to track your youtube channels"
maintainer="Orphaned <orphan@voidlinux.org>" maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-3.0-or-later" license="GPL-3.0-or-later"
homepage="https://github.com/woefe/ytcc" homepage="https://github.com/woefe/ytcc"
distfiles="https://github.com/woefe/ytcc/archive/refs/tags/v${version}.tar.gz" distfiles="https://github.com/woefe/ytcc/archive/refs/tags/v${version}.tar.gz"
checksum=abd6d26d8c1a0ad5787cf890b08ddf1cb685c2e26f353abb168da49a40974e3c checksum=06827c92906326498034c3be2fb89b873f58298b78914036538e676a19d6d7a4
do_check() {
PYTHONPATH="$(cd build/lib* && pwd)" python3 -m pytest -m "not flaky" test
}
post_install() { post_install() {
vcompletion scripts/completions/bash/ytcc.completion.sh bash vcompletion scripts/completions/bash/ytcc.completion.sh bash