python3-ytmusicapi: fix python3-pep517 build
This commit is contained in:
parent
2783818387
commit
464b4b8d18
|
@ -1,18 +1,18 @@
|
||||||
# Template file for 'python3-ytmusicapi'
|
# Template file for 'python3-ytmusicapi'
|
||||||
pkgname=python3-ytmusicapi
|
pkgname=python3-ytmusicapi
|
||||||
version=0.24.0
|
version=0.24.0
|
||||||
revision=2
|
revision=3
|
||||||
build_style=python3-pep517
|
build_style=python3-pep517
|
||||||
make_install_target="ytmusicapi-*.*.*-*-*-*.whl"
|
make_install_target="dist/ytmusicapi-*.*.*-*-*-*.whl"
|
||||||
hostmakedepends="python3-poetry-core python3-wheel"
|
hostmakedepends="python3-setuptools_scm 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"
|
||||||
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
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="${PYPI_SITE}/y/ytmusicapi/ytmusicapi-${version}.tar.gz"
|
||||||
checksum=862094c2950c1c6687384f6275d6eb61eb2b2cabb923edcf86a6708e81a8ebea
|
checksum=bdb496801cdeded14b1291dd8772578a3de6e51ea20214d28eb08c6922d96a56
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Reference in New Issue