New package: python3-ytmusicapi-0.17.3

This commit is contained in:
Andrew Benson 2021-06-27 13:43:13 -05:00
parent d2316a558a
commit 44e50ebdde
1 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,19 @@
# Template file for 'python3-ytmusicapi'
pkgname=python3-ytmusicapi
version=0.17.3
revision=1
build_style=python3-module
wrksrc="ytmusicapi-${version}"
hostmakedepends="python3-setuptools"
depends="python3-requests"
checkdepends="$depends python3-coverage"
short_desc="Unofficial API for YouTube Music"
maintainer="Andrew Benson <abenson+void@gmail.com>"
license="MIT"
homepage="https://github.com/sigma67/ytmusicapi"
distfiles="${homepage}/archive/refs/tags/${version}.tar.gz"
checksum=4dae9898677c488afa6e9ff6c7cff4ca1a57051240251a668b2a2375e9abafd1
post_install() {
vlicense LICENSE
}