[arch-commits] Commit in python-google-auth-oauthlib/repos/community-any (2 files)

Sven-Hendrik Haase svenstaro at archlinux.org
Fri Mar 5 09:06:40 UTC 2021


    Date: Friday, March 5, 2021 @ 09:06:38
  Author: svenstaro
Revision: 881681

archrelease: copy trunk to community-any

Added:
  python-google-auth-oauthlib/repos/community-any/PKGBUILD
    (from rev 881680, 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-03-05 09:06:23 UTC (rev 881680)
+++ PKGBUILD	2021-03-05 09:06:38 UTC (rev 881681)
@@ -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.2
-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=('65b65bc39ad8cab15039b35e5898455d3d66296d0584d96fe0e79d67d04c51d9')
-
-# 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 881680, python-google-auth-oauthlib/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-03-05 09:06:38 UTC (rev 881681)
@@ -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.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
+}



More information about the arch-commits mailing list