New package: python3-itunespy-1.5.3

This commit is contained in:
Andrew Benson 2019-11-15 07:55:21 -06:00 committed by Juan RP
parent 2d4c5e129d
commit c578e4e321

View file

@ -0,0 +1,20 @@
# Template file for 'python3-itunespy'
pkgname=python3-itunespy
version=1.5.3
revision=1
archs=noarch
wrksrc="itunespy-${version}"
build_style=python3-module
pycompile_module="itunespy"
hostmakedepends="python3-setuptools"
depends="python3-requests"
short_desc="Library to fetch data from the iTunes Store API (Python3)"
maintainer="Andrew Benson <abenson+void@gmail.com>"
license="MIT"
homepage="https://github.com/sleepyfran/itunespy"
distfiles="${homepage}/archive/${version}.tar.gz"
checksum=06e68528d8f3af74be5ac7ab5916146d701459e2d58b692ec63a0f076a427ec6
post_install() {
vlicense LICENSE.txt
}