From 26555d74a69b65238b9ac1b7119729100d40eebe Mon Sep 17 00:00:00 2001 From: bra1nwave Date: Wed, 14 Aug 2019 22:18:46 +0200 Subject: [PATCH] python-oauthlib: update to 3.1.0. - adopt package --- srcpkgs/python-oauthlib/template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/python-oauthlib/template b/srcpkgs/python-oauthlib/template index b010053b7ec..5bbaa7df29b 100644 --- a/srcpkgs/python-oauthlib/template +++ b/srcpkgs/python-oauthlib/template @@ -1,6 +1,6 @@ # Template file for 'python-oauthlib' pkgname=python-oauthlib -version=2.1.0 +version=3.1.0 revision=1 archs=noarch wrksrc="${pkgname#*-}-${version}" @@ -8,12 +8,12 @@ build_style=python-module pycompile_module="oauthlib" hostmakedepends="python-setuptools python3-setuptools" depends="python" -short_desc="Python2 implementation of the OAuth request-signing logic" -maintainer="Eivind Uggedal " +short_desc="Implementation of the OAuth request-signing logic (Python2)" +maintainer="bra1nwave " license="BSD-3-Clause" homepage="https://github.com/oauthlib/oauthlib" distfiles="${PYPI_SITE}/o/oauthlib/oauthlib-${version}.tar.gz" -checksum=ac35665a61c1685c56336bda97d5eefa246f1202618a1d6f34fccb1bdd404162 +checksum=bee41cc35fcca6e988463cacc3bcb8a96224f470ca547e697b604cc697b2f889 post_install() { vlicense LICENSE @@ -25,7 +25,7 @@ python3-oauthlib_package() { pycompile_module="oauthlib" short_desc="${short_desc/Python2/Python3}" pkg_install() { - vmove usr/lib/python3* + vmove "usr/lib/python3*" vlicense LICENSE } }