mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 03:13:03 +02:00
ytcc: update to 2.8.0
Ignoring 'tests/test_cli.py' until https://github.com/pallets/click/issues/2939 is resolved
This commit is contained in:
parent
09ff6ff722
commit
6f380c4fd6
1 changed files with 4 additions and 3 deletions
|
@ -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 <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=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
|
||||
|
|
Loading…
Add table
Reference in a new issue