# Template file for 'python-Flask-Login' pkgname=python-Flask-Login version=0.3.2 revision=2 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 " license="MIT" homepage="https://github.com/maxcountryman/flask-login" distfiles="${PYPI_SITE}/F/Flask-Login/Flask-Login-${version}.tar.gz" checksum=e72eff5c35e5a31db1aeca1db5d2501be702674ea88e8f223b5d2b11644beee6 post_install() { vlicense LICENSE } python3-Flask-Login_package() { noarch=yes depends="python3-Flask" pycompile_module="flask_login.py" replaces="python3.4-Flask-Login>=0" short_desc="${short_desc/Python2/Python3}" pkg_install() { vmove usr/lib/python3* vlicense LICENSE } } python3.4-Flask-Login_package() { noarch=yes build_style=meta short_desc="${short_desc/Python2/Python3.4} (transitional dummy package)" depends="python3-Flask-Login>=${version}_${revision}" }