vp-build/srcpkgs/python-Flask-Login/template

32 lines
835 B
Bash

# Template file for 'python-Flask-Login'
pkgname=python-Flask-Login
version=0.4.1
revision=1
noarch=yes
wrksrc="${pkgname#*-}-${version}"
build_style=python-module
pycompile_module="flask_login.py"
hostmakedepends="python-setuptools python3-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=c815c1ac7b3e35e2081685e389a665f2c74d7e077cb93cecabaea352da4752ec
post_install() {
vlicense LICENSE
}
python3-Flask-Login_package() {
noarch=yes
depends="python3-Flask"
pycompile_module="flask_login.py"
short_desc="${short_desc/Python2/Python3}"
pkg_install() {
vmove usr/lib/python3*
vlicense LICENSE
}
}