[arch-commits] Commit in python-google-auth-httplib2/repos/community-staging-any (2 files)
Evangelos Foutras
foutrelis at archlinux.org
Thu Nov 12 12:11:27 UTC 2020
Date: Thursday, November 12, 2020 @ 12:11:27
Author: foutrelis
Revision: 751713
archrelease: copy trunk to community-staging-any
Added:
python-google-auth-httplib2/repos/community-staging-any/PKGBUILD
(from rev 751712, 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 2020-11-12 12:11:23 UTC (rev 751712)
+++ PKGBUILD 2020-11-12 12:11:27 UTC (rev 751713)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-google-auth-httplib2
-pkgver=0.0.4
-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=('7206e7ee78988af7101417d073fdac78851d8534575b0c895e8017d02e6083cfed722b4792592b02c7e523aaf652f173fb7dee2967983e55cd1022bcbbc938da')
-
-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 751712, python-google-auth-httplib2/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-11-12 12:11:27 UTC (rev 751713)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-google-auth-httplib2
+pkgver=0.0.4
+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=('7206e7ee78988af7101417d073fdac78851d8534575b0c895e8017d02e6083cfed722b4792592b02c7e523aaf652f173fb7dee2967983e55cd1022bcbbc938da')
+
+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