mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
python3-itunespy: update to 1.6.
This commit is contained in:
parent
d82251f5f5
commit
2d79995b59
1 changed files with 5 additions and 6 deletions
|
@ -1,20 +1,19 @@
|
||||||
# Template file for 'python3-itunespy'
|
# Template file for 'python3-itunespy'
|
||||||
pkgname=python3-itunespy
|
pkgname=python3-itunespy
|
||||||
version=1.5.3
|
version=1.6
|
||||||
revision=2
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
wrksrc="itunespy-${version}"
|
wrksrc="itunespy-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
pycompile_module="itunespy"
|
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-requests"
|
depends="python3-requests python3-pycountry"
|
||||||
short_desc="Library to fetch data from the iTunes Store API (Python3)"
|
short_desc="Library to fetch data from the iTunes Store API (Python3)"
|
||||||
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/sleepyfran/itunespy"
|
homepage="https://github.com/sleepyfran/itunespy"
|
||||||
distfiles="${homepage}/archive/${version}.tar.gz"
|
distfiles="${homepage}/archive/${version}.tar.gz"
|
||||||
checksum=06e68528d8f3af74be5ac7ab5916146d701459e2d58b692ec63a0f076a427ec6
|
checksum=cd8b0c8ec8b033424f52be642af5055b05491f84335f23b27ddc37e17d914361
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE.txt
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue