32 lines
905 B
Bash
32 lines
905 B
Bash
# Template file for 'python-Flask-OAuthlib'
|
|
pkgname=python-Flask-OAuthlib
|
|
version=0.9.4
|
|
revision=2
|
|
noarch=yes
|
|
wrksrc="${pkgname#*-}-${version}"
|
|
build_style=python-module
|
|
pycompile_module="flask_oauthlib"
|
|
hostmakedepends="python-setuptools python3-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=bcd6f2f4f58c764824a1de31b9beae22585c5191992d298c0be0b3118dfcbdc6
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|
|
|
|
python3-Flask-OAuthlib_package() {
|
|
noarch=yes
|
|
depends="python3-Flask python3-requests-oauthlib"
|
|
pycompile_module="flask_oauthlib"
|
|
short_desc="${short_desc/Python2/Python3}"
|
|
pkg_install() {
|
|
vmove usr/lib/python3*
|
|
vlicense LICENSE
|
|
}
|
|
}
|