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

Evangelos Foutras foutrelis at gemini.archlinux.org
Thu Dec 2 18:43:33 UTC 2021


    Date: Thursday, December 2, 2021 @ 18:43:33
  Author: foutrelis
Revision: 1062204

archrelease: copy trunk to community-staging-any

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

----------+
 PKGBUILD |   60 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-02 18:43:30 UTC (rev 1062203)
+++ PKGBUILD	2021-12-02 18:43:33 UTC (rev 1062204)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-google-auth-httplib2
-pkgver=0.1.0
-pkgrel=2
-pkgdesc="Google Authentication Library: httplib2 transport"
-url="https://github.com/GoogleCloudPlatform/google-auth-library-python-httplib2"
-license=('Apache')
-arch=('any')
-depends=('python-google-auth' 'python-httplib2' 'python-six')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest-runner' 'python-mock' 'python-flask' 'python-pytest-localserver')
-source=("https://pypi.io/packages/source/g/google-auth-httplib2/google-auth-httplib2-$pkgver.tar.gz")
-sha512sums=('afc54c502046b29504641772ac135e2a11a6daaf6d76dcdb5daecebcd20887d098579eca8dab49fa59667544d323aee10bb99199d3c62e72582353dbddad88e2')
-
-build() {
-  cd "$srcdir"/google-auth-httplib2-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd "$srcdir"/google-auth-httplib2-$pkgver
-  python setup.py pytest
-}
-
-package() {
-  cd google-auth-httplib2-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-google-auth-httplib2/repos/community-staging-any/PKGBUILD (from rev 1062203, python-google-auth-httplib2/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-02 18:43:33 UTC (rev 1062204)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-google-auth-httplib2
+pkgver=0.1.0
+pkgrel=3
+pkgdesc="Google Authentication Library: httplib2 transport"
+url="https://github.com/GoogleCloudPlatform/google-auth-library-python-httplib2"
+license=('Apache')
+arch=('any')
+depends=('python-google-auth' 'python-httplib2' 'python-six')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner' 'python-mock' 'python-flask' 'python-pytest-localserver')
+source=("https://pypi.io/packages/source/g/google-auth-httplib2/google-auth-httplib2-$pkgver.tar.gz")
+sha512sums=('afc54c502046b29504641772ac135e2a11a6daaf6d76dcdb5daecebcd20887d098579eca8dab49fa59667544d323aee10bb99199d3c62e72582353dbddad88e2')
+
+build() {
+  cd "$srcdir"/google-auth-httplib2-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir"/google-auth-httplib2-$pkgver
+  python setup.py pytest
+}
+
+package() {
+  cd google-auth-httplib2-$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