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

Andrzej Giniewicz aginiewicz at archlinux.org
Sat Jun 13 15:44:21 UTC 2020


    Date: Saturday, June 13, 2020 @ 15:44:21
  Author: aginiewicz
Revision: 642885

archrelease: copy trunk to community-any

Added:
  python-google-api-core/repos/community-any/PKGBUILD
    (from rev 642884, python-google-api-core/trunk/PKGBUILD)
Deleted:
  python-google-api-core/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   52 ++++++++++++++++++++++++++--------------------------
 1 file changed, 26 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-13 15:44:13 UTC (rev 642884)
+++ PKGBUILD	2020-06-13 15:44:21 UTC (rev 642885)
@@ -1,26 +0,0 @@
-# Maintainer: Andrzej Giniewicz <gginiu at gmail.com>
-# Contributor: Kaizhao Zhang <zhangkaizhao at gmail.com>
-
-pkgname=python-google-api-core
-pkgver=1.16.0
-pkgrel=1
-pkgdesc="Google API client core library"
-arch=('any')
-url="https://github.com/googleapis/googleapis"
-license=('Apache')
-depends=('python-setuptools' 'python-pytz' 'python-requests' 'python-googleapis-common-protos' 'python-google-auth')
-optdepends=('python-grpcio: for grpc support')
-source=("https://files.pythonhosted.org/packages/source/g/google-api-core/google-api-core-${pkgver}.tar.gz")
-sha256sums=('92e962a087f1c4b8d1c5c88ade1c1dfd550047dcffb320c57ef6a534a20403e2')
-
-build() {
-  cd "google-api-core-${pkgver}"
-
-  python setup.py build
-}
-
-package() {
-  cd "google-api-core-${pkgver}"
-
-  python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-google-api-core/repos/community-any/PKGBUILD (from rev 642884, python-google-api-core/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-06-13 15:44:21 UTC (rev 642885)
@@ -0,0 +1,26 @@
+# Maintainer: Andrzej Giniewicz <gginiu at gmail.com>
+# Contributor: Kaizhao Zhang <zhangkaizhao at gmail.com>
+
+pkgname=python-google-api-core
+pkgver=1.20.0
+pkgrel=1
+pkgdesc="Google API client core library"
+arch=('any')
+url="https://github.com/googleapis/googleapis"
+license=('Apache')
+depends=('python-setuptools' 'python-pytz' 'python-requests' 'python-googleapis-common-protos' 'python-google-auth')
+optdepends=('python-grpcio: for grpc support')
+source=("https://files.pythonhosted.org/packages/source/g/google-api-core/google-api-core-${pkgver}.tar.gz")
+sha256sums=('eec2c302b50e6db0c713fb84b71b8d75cfad5dc6d4dffc78e9f69ba0008f5ede')
+
+build() {
+  cd "google-api-core-${pkgver}"
+
+  python setup.py build
+}
+
+package() {
+  cd "google-api-core-${pkgver}"
+
+  python setup.py install --root="$pkgdir" --optimize=1
+}



More information about the arch-commits mailing list