python-Flask-Login: update to 0.5.0.

This commit is contained in:
Pulux 2020-04-23 17:53:11 +02:00 committed by Piotr
parent 27abf252e7
commit 3ca5d1ca2a

View file

@ -1,11 +1,10 @@
# Template file for 'python-Flask-Login' # Template file for 'python-Flask-Login'
pkgname=python-Flask-Login pkgname=python-Flask-Login
version=0.4.1 version=0.5.0
revision=2 revision=1
archs=noarch archs=noarch
wrksrc="${pkgname#*-}-${version}" wrksrc="${pkgname#*-}-${version}"
build_style=python-module build_style=python-module
pycompile_module="flask_login.py"
hostmakedepends="python-setuptools python3-setuptools" hostmakedepends="python-setuptools python3-setuptools"
depends="python-Flask" depends="python-Flask"
short_desc="User session management for Flask (Python2)" short_desc="User session management for Flask (Python2)"
@ -13,7 +12,7 @@ maintainer="pulux <pulux@pf4sh.de>"
license="MIT" license="MIT"
homepage="https://github.com/maxcountryman/flask-login" homepage="https://github.com/maxcountryman/flask-login"
distfiles="${PYPI_SITE}/F/Flask-Login/Flask-Login-${version}.tar.gz" distfiles="${PYPI_SITE}/F/Flask-Login/Flask-Login-${version}.tar.gz"
checksum=c815c1ac7b3e35e2081685e389a665f2c74d7e077cb93cecabaea352da4752ec checksum=6d33aef15b5bcead780acc339464aae8a6e28f13c90d8b1cf9de8b549d1c0b4b
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE
@ -22,7 +21,6 @@ post_install() {
python3-Flask-Login_package() { python3-Flask-Login_package() {
archs=noarch archs=noarch
depends="python3-Flask" depends="python3-Flask"
pycompile_module="flask_login.py"
short_desc="${short_desc/Python2/Python3}" short_desc="${short_desc/Python2/Python3}"
pkg_install() { pkg_install() {
vmove usr/lib/python3* vmove usr/lib/python3*