void-packages/srcpkgs/python3-ytmusicapi/template
Andrew J. Hesford 618becd2d0 python3-*: remove unnecessary make_install_target for pep517
Now that the wheel glob in do_check and do_install is more generic,
there is no longer a need to override the default behavior.
2023-05-25 13:43:29 -04:00

18 lines
583 B
Bash

# Template file for 'python3-ytmusicapi'
pkgname=python3-ytmusicapi
version=1.0.2
revision=1
build_style=python3-pep517
hostmakedepends="python3-setuptools_scm python3-wheel"
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="${PYPI_SITE}/y/ytmusicapi/ytmusicapi-${version}.tar.gz"
checksum=f798bfedd49738bece82aac15b2d97f04578ccb1572f347a350cb704df4d0e10
post_install() {
vlicense LICENSE
}