python-Flask-OAuthlib: update to 0.9.2

This commit is contained in:
Alessio Sergi 2015-11-30 23:41:12 +01:00
parent 486812d972
commit 628179a359

View file

@ -1,6 +1,6 @@
# Template file for 'python-Flask-OAuthlib' # Template file for 'python-Flask-OAuthlib'
pkgname=python-Flask-OAuthlib pkgname=python-Flask-OAuthlib
version=0.9.1 version=0.9.2
revision=1 revision=1
noarch=yes noarch=yes
wrksrc="${pkgname#*-}-${version}" wrksrc="${pkgname#*-}-${version}"
@ -11,10 +11,10 @@ hostmakedepends="python-setuptools python3.4-setuptools"
depends="python-Flask python-requests-oauthlib" depends="python-Flask python-requests-oauthlib"
short_desc="OAuthlib for Flask (Python2)" short_desc="OAuthlib for Flask (Python2)"
maintainer="Eivind Uggedal <eivind@uggedal.com>" maintainer="Eivind Uggedal <eivind@uggedal.com>"
license="BSD" license="3-clause-BSD"
homepage="https://github.com/lepture/flask-oauthlib" homepage="https://github.com/lepture/flask-oauthlib"
distfiles="${PYPI_SITE}/F/Flask-OAuthlib/Flask-OAuthlib-${version}.tar.gz" distfiles="${PYPI_SITE}/F/Flask-OAuthlib/Flask-OAuthlib-${version}.tar.gz"
checksum=0f43719fdc2a6a59a58af133eb76453d4e52de9bb55675f8b698d49963e2a7da checksum=e6b2c412bbf9ab7fe347fec9bb66fd0fd335efd87d06feb69c41dc9401d8c3a1
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE