New package: python3-Flask-User-0.6.21

This commit is contained in:
Pulux 2020-01-28 19:48:19 +01:00 committed by Helmut Pozimski
parent 7071fe79f8
commit e84a836d94
3 changed files with 21 additions and 2 deletions

View file

@ -4,7 +4,7 @@ version=0.9.1
revision=1
archs=noarch
wrksrc="${pkgname#*-}-${version}"
build_style=python-module
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-Flask"
short_desc="Flask extension for sending email (python3)"

View file

@ -4,7 +4,7 @@ version=2.4.1
revision=1
archs=noarch
wrksrc="${pkgname#*-}-${version}"
build_style=python-module
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-Flask python3-SQLAlchemy"
short_desc="Adds SQLAlchemy support to your Flask application (python3)"

View file

@ -0,0 +1,19 @@
# Template file for 'python3-Flask-User'
pkgname=python3-Flask-User
version=0.6.21
revision=1
archs=noarch
wrksrc="${pkgname#*-}-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-Flask python3-Flask-Login python3-Flask-WTF python3-Flask-SQLAlchemy python3-Flask-Mail python3-Flask-Babel"
short_desc="User session management for Flask (Python3)"
maintainer="pulux <pulux@pf4sh.de>"
license="MIT"
homepage="http://flask-user.readthedocs.io/en/v0.6/"
distfiles="${PYPI_SITE}/F/Flask-User/Flask-User-${version}.tar.gz"
checksum=deed4a69b081deea32dee1fc935dead270e79dcd602192ee34204a2859c7d51b
post_install() {
vlicense LICENSE.txt
}