From e0243790aafbbcff57715ddae690c421576f3a98 Mon Sep 17 00:00:00 2001 From: Leo Date: Wed, 28 Aug 2019 21:02:41 -0300 Subject: [PATCH] main/py3-pylast: upgrade to 3.1.0 --- main/py3-pylast/APKBUILD | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/main/py3-pylast/APKBUILD b/main/py3-pylast/APKBUILD index 992d30fff37..4fc48a493b9 100644 --- a/main/py3-pylast/APKBUILD +++ b/main/py3-pylast/APKBUILD @@ -1,16 +1,17 @@ # Contributor: Carlo Landmeter # Maintainer: Fabian Affolter 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"