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

Sven-Hendrik Haase svenstaro at gemini.archlinux.org
Mon Apr 11 13:50:16 UTC 2022


    Date: Monday, April 11, 2022 @ 13:50:16
  Author: svenstaro
Revision: 1185846

archrelease: copy trunk to community-any

Added:
  python-google-auth-oauthlib/repos/community-any/PKGBUILD
    (from rev 1185845, 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	2022-04-11 13:49:42 UTC (rev 1185845)
+++ PKGBUILD	2022-04-11 13:50:16 UTC (rev 1185846)
@@ -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=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
-}

Copied: python-google-auth-oauthlib/repos/community-any/PKGBUILD (from rev 1185845, python-google-auth-oauthlib/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-04-11 13:50:16 UTC (rev 1185846)
@@ -0,0 +1,27 @@
+# Maintainer: Sven-Hendrik Haase <svenstaro at archlinux.org>
+# Contributor: Guillaume Horel <guillaume.horel at gmail.com>
+
+pkgname=python-google-auth-oauthlib
+_pkgname='google-auth-oauthlib'
+pkgver=0.5.1
+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=('30596b824fc6808fdaca2f048e4998cc40fb4b3599eaea66d28dc7085b36c5b8')
+
+# 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