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

Felix Yan felixonmars at gemini.archlinux.org
Thu Dec 2 20:04:37 UTC 2021


    Date: Thursday, December 2, 2021 @ 20:04:37
  Author: felixonmars
Revision: 1062502

archrelease: copy trunk to community-staging-any

Added:
  python-google-auth-oauthlib/repos/community-staging-any/PKGBUILD
    (from rev 1062498, python-google-auth-oauthlib/trunk/PKGBUILD)
Deleted:
  python-google-auth-oauthlib/repos/community-staging-any/PKGBUILD

----------+
 PKGBUILD |   54 +++++++++++++++++++++++++++---------------------------
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-02 20:04:36 UTC (rev 1062501)
+++ PKGBUILD	2021-12-02 20:04:37 UTC (rev 1062502)
@@ -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.4
-pkgrel=2
-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
-}

Copied: python-google-auth-oauthlib/repos/community-staging-any/PKGBUILD (from rev 1062498, python-google-auth-oauthlib/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-02 20:04:37 UTC (rev 1062502)
@@ -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=3
+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