mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-25 15:02:56 +02:00
python-Flask-OAuthlib: update to 0.9.5. (#14473)
This commit is contained in:
parent
f7f255e49a
commit
b080842df9
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python-Flask-OAuthlib'
|
# Template file for 'python-Flask-OAuthlib'
|
||||||
pkgname=python-Flask-OAuthlib
|
pkgname=python-Flask-OAuthlib
|
||||||
version=0.9.4
|
version=0.9.5
|
||||||
revision=2
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="${pkgname#*-}-${version}"
|
wrksrc="${pkgname#*-}-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
|
@ -10,10 +10,10 @@ hostmakedepends="python-setuptools python3-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="3-clause-BSD"
|
license="BSD-3-Clause"
|
||||||
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=bcd6f2f4f58c764824a1de31b9beae22585c5191992d298c0be0b3118dfcbdc6
|
checksum=cbfe835902569909a19828582c3381148995ad677243016ccad9c951acf69406
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue