main/py3-pylast: upgrade to 3.1.0

This commit is contained in:
Leo 2019-08-28 21:02:41 -03:00 committed by Leonardo Arena
parent c2b03c33a3
commit e0243790aa

View File

@ -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"