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