void-packages/srcpkgs/python-Flask-OAuthlib/template
2015-08-03 17:14:57 +00:00

34 lines
985 B
Bash

# Template file for 'python-Flask-OAuthlib'
pkgname=python-Flask-OAuthlib
version=0.9.1
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="BSD"
homepage="https://github.com/lepture/flask-oauthlib"
distfiles="${PYPI_SITE}/F/Flask-OAuthlib/Flask-OAuthlib-${version}.tar.gz"
checksum=0f43719fdc2a6a59a58af133eb76453d4e52de9bb55675f8b698d49963e2a7da
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
}
}