This commit is contained in:
parent
fa622d31ed
commit
fc8212c51e
22 changed files with 383 additions and 2 deletions
19
srcpkgs/python3-ytmusicapi1/template
Normal file
19
srcpkgs/python3-ytmusicapi1/template
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
# Template file for 'python3-ytmusicapi1'
|
||||
pkgname=python3-ytmusicapi1
|
||||
version=1.1.0
|
||||
revision=2
|
||||
build_style=python3-pep517
|
||||
hostmakedepends="python3-setuptools_scm python3-wheel"
|
||||
depends="python3-requests"
|
||||
conflicts="python3-ytmusicapi"
|
||||
checkdepends="$depends python3-coverage"
|
||||
short_desc="Unofficial API for YouTube Music legacy kept as KDE audiotube hard dependency"
|
||||
maintainer="ITmodulo <itmodulo@disroot.org>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/sigma67/ytmusicapi"
|
||||
distfiles="${PYPI_SITE}/y/ytmusicapi/ytmusicapi-${version}.tar.gz"
|
||||
checksum=3286de79e94a914e4a14814fffe372d24b734e784acd7f9fa734ee383adf8c6d
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
||||
Reference in a new issue