[arch-commits] Commit in python-google-auth-oauthlib/repos/community-any (2 files)
Sven-Hendrik Haase
svenstaro at archlinux.org
Wed Apr 14 12:37:31 UTC 2021
Date: Wednesday, April 14, 2021 @ 12:37:31
Author: svenstaro
Revision: 918424
archrelease: copy trunk to community-any
Added:
python-google-auth-oauthlib/repos/community-any/PKGBUILD
(from rev 918423, python-google-auth-oauthlib/trunk/PKGBUILD)
Deleted:
python-google-auth-oauthlib/repos/community-any/PKGBUILD
----------+
PKGBUILD | 54 +++++++++++++++++++++++++++---------------------------
1 file changed, 27 insertions(+), 27 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-04-14 12:37:25 UTC (rev 918423)
+++ PKGBUILD 2021-04-14 12:37:31 UTC (rev 918424)
@@ -1,27 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <svenstaro at gmail.com>
-# Contributor: Guillaume Horel <guillaume.horel at gmail.com>
-
-pkgname=python-google-auth-oauthlib
-_pkgname='google-auth-oauthlib'
-pkgver=0.4.3
-pkgrel=1
-pkgdesc="oauthlib integration for Google auth."
-url="http://google-auth-oauthlib.readthedocs.io/en/latest/"
-checkdepends=('python-click' 'python-pytest' 'python-mock')
-depends=('python' 'python-google-auth' 'python-requests-oauthlib')
-optdepends=('python-click')
-license=('Apache')
-arch=('any')
-source=("https://pypi.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz")
-sha256sums=('54431535309cfab50897d9c181e8c2226268825aa6e42e930b05b99c5041a18c')
-
-# check() {
-# cd "${srcdir}/${_pkgname}-${pkgver}"
-# pytest
-# }
-
-package() {
- cd "${srcdir}/${_pkgname}-${pkgver}"
- python setup.py install --root="${pkgdir}" --optimize=1
- install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
Copied: python-google-auth-oauthlib/repos/community-any/PKGBUILD (from rev 918423, python-google-auth-oauthlib/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-04-14 12:37:31 UTC (rev 918424)
@@ -0,0 +1,27 @@
+# Maintainer: Sven-Hendrik Haase <svenstaro at gmail.com>
+# Contributor: Guillaume Horel <guillaume.horel at gmail.com>
+
+pkgname=python-google-auth-oauthlib
+_pkgname='google-auth-oauthlib'
+pkgver=0.4.4
+pkgrel=1
+pkgdesc="oauthlib integration for Google auth."
+url="http://google-auth-oauthlib.readthedocs.io/en/latest/"
+checkdepends=('python-click' 'python-pytest' 'python-mock')
+depends=('python' 'python-google-auth' 'python-requests-oauthlib')
+optdepends=('python-click')
+license=('Apache')
+arch=('any')
+source=("https://pypi.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz")
+sha256sums=('09832c6e75032f93818edf1affe4746121d640c625a5bef9b5c96af676e98eee')
+
+# check() {
+# cd "${srcdir}/${_pkgname}-${pkgver}"
+# pytest
+# }
+
+package() {
+ cd "${srcdir}/${_pkgname}-${pkgver}"
+ python setup.py install --root="${pkgdir}" --optimize=1
+ install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
More information about the arch-commits
mailing list