python-requests-oauthlib: update to 1.2.0.

- adopt package
This commit is contained in:
bra1nwave 2019-08-14 22:19:31 +02:00 committed by Helmut Pozimski
parent 26555d74a6
commit cd22fdd1d4

View file

@ -1,6 +1,6 @@
# Template file for 'python-requests-oauthlib'
pkgname=python-requests-oauthlib
version=1.1.0
version=1.2.0
revision=1
archs=noarch
wrksrc="${pkgname#*-}-${version}"
@ -9,11 +9,11 @@ pycompile_module="requests_oauthlib"
hostmakedepends="python-setuptools python3-setuptools"
depends="python-requests python-oauthlib"
short_desc="OAuthlib authentication support for Requests (Python2)"
maintainer="Eivind Uggedal <eivind@uggedal.com>"
maintainer="bra1nwave <brainwave@openmailbox.org>"
license="ISC"
homepage="https://github.com/requests/requests-oauthlib"
distfiles="${PYPI_SITE}/r/requests-oauthlib/requests-oauthlib-${version}.tar.gz"
checksum=eabd8eb700ebed81ba080c6ead96d39d6bdc39996094bd23000204f6965786b0
checksum=bd6533330e8748e94bf0b214775fed487d309b8b8fe823dc45641ebcd9a32f57
post_install() {
vlicense LICENSE
@ -25,7 +25,7 @@ python3-requests-oauthlib_package() {
pycompile_module="requests_oauthlib"
short_desc="${short_desc/Python2/Python3}"
pkg_install() {
vmove usr/lib/python3*
vmove "usr/lib/python3*"
vlicense LICENSE
}
}