mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-04 22:23:51 +02:00
18 lines
584 B
Bash
18 lines
584 B
Bash
# Template file for 'python3-ytmusicapi'
|
|
pkgname=python3-ytmusicapi
|
|
version=1.10.3
|
|
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=7235361ac9d5958d49a29f586eec55b1c83e90f7b063361e8a206e1cf4f76216
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|