aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin Berthault <justin.berthault@zaclys.net>2020-05-10 14:28:32 +0200
committerLeo <thinkabit.ukim@gmail.com>2020-05-10 12:53:26 +0000
commitc90b614c335a2aa4c080219c4fe7f9d625df0fd7 (patch)
treeb21000206ffaf124b66063f2af165d6e57666cec
parent61fb7515966f371c452c0a58c8346d5be55fc94d (diff)
testing/py3-flask-paginate: upgrade to 0.6.0
-rw-r--r--testing/py3-flask-paginate/APKBUILD14
1 files changed, 8 insertions, 6 deletions
diff --git a/testing/py3-flask-paginate/APKBUILD b/testing/py3-flask-paginate/APKBUILD
index f016095d7b9..c8199fe9118 100644
--- a/testing/py3-flask-paginate/APKBUILD
+++ b/testing/py3-flask-paginate/APKBUILD
@@ -1,16 +1,18 @@
# Contributor: Fabian Affolter <fabian@affolter-engineering.ch>
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
pkgname=py3-flask-paginate
-_pkgname=Flask-paginate
-pkgver=0.5.4
-pkgrel=1
+pkgver=0.6.0
+pkgrel=0
pkgdesc="Simple paginate support for Flask"
url="https://pypi.python.org/pypi/Flask-paginate"
arch="noarch"
license="BSD"
-depends="python3 py3-flask"
+depends="
+ python3
+ py3-flask
+ "
makedepends="py3-setuptools"
-source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/flask-paginate-$pkgver.tar.gz"
+source="$pkgname-$pkgver.tar.gz::https://github.com/lixxu/flask-paginate/archive/$pkgver.tar.gz"
builddir="$srcdir"/flask-paginate-$pkgver
replaces="py-flask-paginate" # Backwards compatibility
@@ -24,4 +26,4 @@ package() {
python3 setup.py install --prefix=/usr --root="$pkgdir"
}
-sha512sums="5b32cf7355e3b2b4f347ec5ce5a4d6bfed663357d9b587014bd4ee13556add3c8704514cf9b6048f869b6950d9155d7ab1b2a1ed8914e568f82c757fae1d61c5 flask-paginate-0.5.4.tar.gz"
+sha512sums="e3055998bf1706b2474c4e3b1d7075dbbb672d6ac05f5006002ba73766ec01ac35ec910bb91e1ac0f005ee81d9eeb88e1f086f46690a1e36a255a54cc8a6ec18 py3-flask-paginate-0.6.0.tar.gz"