mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 08:03:51 +02:00
New package: python3-Flask-User-0.6.21
This commit is contained in:
parent
7071fe79f8
commit
e84a836d94
3 changed files with 21 additions and 2 deletions
|
@ -4,7 +4,7 @@ version=0.9.1
|
||||||
revision=1
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
wrksrc="${pkgname#*-}-${version}"
|
wrksrc="${pkgname#*-}-${version}"
|
||||||
build_style=python-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-Flask"
|
depends="python3-Flask"
|
||||||
short_desc="Flask extension for sending email (python3)"
|
short_desc="Flask extension for sending email (python3)"
|
||||||
|
|
|
@ -4,7 +4,7 @@ version=2.4.1
|
||||||
revision=1
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
wrksrc="${pkgname#*-}-${version}"
|
wrksrc="${pkgname#*-}-${version}"
|
||||||
build_style=python-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-Flask python3-SQLAlchemy"
|
depends="python3-Flask python3-SQLAlchemy"
|
||||||
short_desc="Adds SQLAlchemy support to your Flask application (python3)"
|
short_desc="Adds SQLAlchemy support to your Flask application (python3)"
|
||||||
|
|
19
srcpkgs/python3-Flask-User/template
Normal file
19
srcpkgs/python3-Flask-User/template
Normal 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
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue