mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-15 03:23:50 +02:00
python3-ytmusicapi: update to 0.24.0.
This commit is contained in:
parent
e8c9c3b19b
commit
b6c4acf585
1 changed files with 5 additions and 4 deletions
|
@ -1,10 +1,11 @@
|
||||||
# Template file for 'python3-ytmusicapi'
|
# Template file for 'python3-ytmusicapi'
|
||||||
pkgname=python3-ytmusicapi
|
pkgname=python3-ytmusicapi
|
||||||
version=0.22.0
|
version=0.24.0
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="ytmusicapi-${version}"
|
wrksrc="ytmusicapi-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-pep517
|
||||||
hostmakedepends="python3-setuptools"
|
make_install_target="ytmusicapi-*.*.*-*-*-*.whl"
|
||||||
|
hostmakedepends="python3-poetry-core python3-wheel"
|
||||||
depends="python3-requests"
|
depends="python3-requests"
|
||||||
checkdepends="$depends python3-coverage"
|
checkdepends="$depends python3-coverage"
|
||||||
short_desc="Unofficial API for YouTube Music"
|
short_desc="Unofficial API for YouTube Music"
|
||||||
|
@ -12,7 +13,7 @@ maintainer="Andrew Benson <abenson+void@gmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/sigma67/ytmusicapi"
|
homepage="https://github.com/sigma67/ytmusicapi"
|
||||||
distfiles="${homepage}/archive/refs/tags/${version}.tar.gz"
|
distfiles="${homepage}/archive/refs/tags/${version}.tar.gz"
|
||||||
checksum=5240fc8862a6bf7fd602bc420a0b48d81fae389acad6ff1ee8eeb5ed32ae09b9
|
checksum=862094c2950c1c6687384f6275d6eb61eb2b2cabb923edcf86a6708e81a8ebea
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue