# Template file for 'python-Flask-OAuthlib' pkgname=python-Flask-OAuthlib version=0.9.3 revision=1 noarch=yes wrksrc="${pkgname#*-}-${version}" build_style=python-module python_versions="2.7 3.4" pycompile_module="flask_oauthlib" hostmakedepends="python-setuptools python3.4-setuptools" depends="python-Flask python-requests-oauthlib" short_desc="OAuthlib for Flask (Python2)" maintainer="Eivind Uggedal " license="3-clause-BSD" homepage="https://github.com/lepture/flask-oauthlib" distfiles="${PYPI_SITE}/F/Flask-OAuthlib/Flask-OAuthlib-${version}.tar.gz" checksum=ee60f7e996850c3544821ce9746079917e5b839d38ce4190a63482b0a902e791 post_install() { vlicense LICENSE } python3.4-Flask-OAuthlib_package() { noarch=yes depends="python3.4-Flask python3.4-requests-oauthlib" pycompile_version="3.4" pycompile_module="flask_oauthlib" short_desc="${short_desc/Python2/Python3.4}" pkg_install() { vmove usr/lib/python3.4 vlicense LICENSE } }