diff options
| author | Leo <thinkabit.ukim@gmail.com> | 2019-08-28 21:02:41 -0300 |
|---|---|---|
| committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2019-08-29 06:06:02 +0000 |
| commit | e0243790aafbbcff57715ddae690c421576f3a98 (patch) | |
| tree | 93f44b2865d2a09c30a6b7851a2b474a2bbe7aa4 | |
| parent | c2b03c33a37792aaf0b15fcde0042bacc0f8ccd3 (diff) | |
| download | aports-e0243790aafbbcff57715ddae690c421576f3a98.tar.bz2 aports-e0243790aafbbcff57715ddae690c421576f3a98.tar.xz | |
main/py3-pylast: upgrade to 3.1.0
| -rw-r--r-- | main/py3-pylast/APKBUILD | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/main/py3-pylast/APKBUILD b/main/py3-pylast/APKBUILD index 992d30fff3..4fc48a493b 100644 --- a/main/py3-pylast/APKBUILD +++ b/main/py3-pylast/APKBUILD @@ -1,16 +1,17 @@ # Contributor: Carlo Landmeter <clandmeter@gmail.com> # Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> pkgname=py3-pylast -pkgver=3.0.0 -pkgrel=1 +pkgver=3.1.0 +pkgrel=0 pkgdesc="A Python interface to the last.fm API" url="https://github.com/pylast/pylast" arch="noarch" license="Apache" replaces="py-pylast" -# Requires packages which are not available for test +# Requires unpackaged flaky options="!check" -makedepends="py3-setuptools python3-dev" +depends="python3" +makedepends="py3-setuptools" source="https://files.pythonhosted.org/packages/source/p/pylast/pylast-$pkgver.tar.gz" builddir="$srcdir"/pylast-$pkgver @@ -29,5 +30,5 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="550d780031088b28686fd9acacaab90566e9e536bfb5ceda59e2c5c5204d452a9dfa9fc4b5e28782f5c6a75f6084be773dc164ee922fe028cf85e8f74b94f106 pylast-3.0.0.tar.gz" +sha512sums="42caa255ca72933e74389657bef502497754b614aba84760e16d1d87751a7ec2cfa8bda7b9673d1f8be8a52f8ff8cd6fb28a6b057fbed12414d1256b1ebfab2e pylast-3.1.0.tar.gz" |
