New package: python-Flask-Login-0.3.1
This commit is contained in:
parent
1fb3dda9f1
commit
d7063297de
2 changed files with 34 additions and 0 deletions
33
srcpkgs/python-Flask-Login/template
Normal file
33
srcpkgs/python-Flask-Login/template
Normal file
|
@ -0,0 +1,33 @@
|
||||||
|
# Template file for 'python-Flask-Login'
|
||||||
|
pkgname=python-Flask-Login
|
||||||
|
version=0.3.1
|
||||||
|
revision=1
|
||||||
|
noarch=yes
|
||||||
|
wrksrc="${pkgname#*-}-${version}"
|
||||||
|
build_style=python-module
|
||||||
|
python_versions="2.7 3.4"
|
||||||
|
pycompile_module="flask_login.py"
|
||||||
|
hostmakedepends="python-setuptools python3.4-setuptools"
|
||||||
|
depends="python-Flask"
|
||||||
|
short_desc="User session management for Flask (Python2)"
|
||||||
|
maintainer="pulux <pulux@pf4sh.de>"
|
||||||
|
license="MIT"
|
||||||
|
homepage="https://github.com/maxcountryman/flask-login"
|
||||||
|
distfiles="${PYPI_SITE}/F/Flask-Login/Flask-Login-${version}.tar.gz"
|
||||||
|
checksum=d81d71894c104398743535d80560d3b7cbe33613f050b0c860d43938c856222f
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
||||||
|
|
||||||
|
python3.4-Flask-Login_package() {
|
||||||
|
noarch=yes
|
||||||
|
depends="python3.4-Flask"
|
||||||
|
pycompile_version="3.4"
|
||||||
|
pycompile_module="flask_login.py"
|
||||||
|
short_desc="${short_desc/Python2/Python3.4}"
|
||||||
|
pkg_install() {
|
||||||
|
vmove usr/lib/python3.4
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
||||||
|
}
|
1
srcpkgs/python3.4-Flask-Login
Symbolic link
1
srcpkgs/python3.4-Flask-Login
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
python-Flask-Login
|
Loading…
Reference in a new issue