From 6f380c4fd67f42ded3fd23ce42e4b90e45391a25 Mon Sep 17 00:00:00 2001 From: dogknowsnx Date: Fri, 18 Jul 2025 13:29:59 +0200 Subject: [PATCH] ytcc: update to 2.8.0 Ignoring 'tests/test_cli.py' until https://github.com/pallets/click/issues/2939 is resolved --- srcpkgs/ytcc/template | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/srcpkgs/ytcc/template b/srcpkgs/ytcc/template index d9a26a354b8..4fa0b8a6491 100644 --- a/srcpkgs/ytcc/template +++ b/srcpkgs/ytcc/template @@ -1,18 +1,19 @@ # Template file for 'ytcc' pkgname=ytcc -version=2.7.2 +version=2.8.0 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" +depends="yt-dlp python3-click python3-wcwidth python3-defusedxml" checkdepends="${depends} python3-pytest" short_desc="Cmdline tool to track your youtube channels" maintainer="Orphaned " 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=06827c92906326498034c3be2fb89b873f58298b78914036538e676a19d6d7a4 +checksum=7d865c783452fdfe56c089e854f02049f13e6dec987065f56ece433dcc2f05ab +make_check_args+=" --ignore tests/test_cli.py" # https://github.com/pallets/click/issues/2939 post_install() { vcompletion scripts/completions/bash/ytcc.completion.sh bash