aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichał Polański <michal@polanski.me>2020-08-02 02:21:03 +0200
committerLeo <thinkabit.ukim@gmail.com>2020-08-02 18:55:02 +0000
commit1b72043e8a4b100fe7ec8480b3af39e497c0358a (patch)
treeeba6f5ffb1d375d19f9a0d1bc603bd8e90033c1c
parent73d2a9341137d29fdf190e34bf94c733080625dc (diff)
testing/py3-flask-paginate: use SPDX license identifier
-rw-r--r--testing/py3-flask-paginate/APKBUILD9
1 files changed, 3 insertions, 6 deletions
diff --git a/testing/py3-flask-paginate/APKBUILD b/testing/py3-flask-paginate/APKBUILD
index 8a910846d42..29dbc82ed00 100644
--- a/testing/py3-flask-paginate/APKBUILD
+++ b/testing/py3-flask-paginate/APKBUILD
@@ -2,15 +2,12 @@
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
pkgname=py3-flask-paginate
pkgver=0.7.0
-pkgrel=0
+pkgrel=1
pkgdesc="Simple paginate support for Flask"
url="https://pypi.python.org/pypi/Flask-paginate"
arch="noarch"
-license="BSD"
-depends="
- python3
- py3-flask
- "
+license="BSD-3-Clause"
+depends="python3 py3-flask"
makedepends="py3-setuptools"
source="$pkgname-$pkgver.tar.gz::https://github.com/lixxu/flask-paginate/archive/$pkgver.tar.gz"
builddir="$srcdir"/flask-paginate-$pkgver