aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py3-flask-themer/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/py3-flask-themer/APKBUILD')
-rw-r--r--testing/py3-flask-themer/APKBUILD11
1 files changed, 6 insertions, 5 deletions
diff --git a/testing/py3-flask-themer/APKBUILD b/testing/py3-flask-themer/APKBUILD
index 1bef070534b..d8664fee0e2 100644
--- a/testing/py3-flask-themer/APKBUILD
+++ b/testing/py3-flask-themer/APKBUILD
@@ -2,10 +2,10 @@
# Maintainer: Éloi Rivard <eloi.rivard@aquilenet.fr>
pkgname=py3-flask-themer
_pyname=flask-themer
-pkgver=1.4.3
-pkgrel=0
+pkgver=2.0.0
+pkgrel=1
pkgdesc="Simple theme mechanism for Flask"
-url="http://packages.python.org/pypi/flask-themer"
+url="https://pypi.org/project/flask-themer"
arch="noarch"
license="MIT"
depends="py3-flask"
@@ -14,6 +14,7 @@ checkdepends="
py3-pytest-cov
"
makedepends="py3-setuptools"
+subpackages="$pkgname-pyc"
source="$pkgname-$pkgver.tar.gz::https://github.com/TkTech/flask-themer/archive/refs/tags/v$pkgver.tar.gz"
builddir="$srcdir/flask-themer-$pkgver"
@@ -26,9 +27,9 @@ check() {
}
package() {
- python3 setup.py install --prefix=/usr --root="$pkgdir"
+ python3 setup.py install --skip-build --root="$pkgdir"
}
sha512sums="
-21287b19e907423e656d16fcdebdca00589d8915714d88fcd054408db2ae820a1e8d25cffc819f5b710ec6ad6265598ef831b22dbd6d81ac2a5111742214101e py3-flask-themer-1.4.3.tar.gz
+334f72e5f8fb888c1cf1067e5b29b587e9c67708845d1efb00a8c4dbe30f3e7c684734b584d4c64b3516b75fdebd92b7c14355a3aa0d68f7c60fd7a983c29a14 py3-flask-themer-2.0.0.tar.gz
"