34 lines
967 B
Bash
34 lines
967 B
Bash
# Template file for 'python-Flask-OAuthlib'
|
|
pkgname=python-Flask-OAuthlib
|
|
version=0.9.2
|
|
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 <eivind@uggedal.com>"
|
|
license="3-clause-BSD"
|
|
homepage="https://github.com/lepture/flask-oauthlib"
|
|
distfiles="${PYPI_SITE}/F/Flask-OAuthlib/Flask-OAuthlib-${version}.tar.gz"
|
|
checksum=e6b2c412bbf9ab7fe347fec9bb66fd0fd335efd87d06feb69c41dc9401d8c3a1
|
|
|
|
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
|
|
}
|
|
}
|