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

Andrzej Giniewicz aginiewicz at archlinux.org
Tue Mar 31 23:14:55 UTC 2020


    Date: Tuesday, March 31, 2020 @ 23:14:54
  Author: aginiewicz
Revision: 608551

archrelease: copy trunk to community-any

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

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

Copied: python-google-api-core/repos/community-any/PKGBUILD (from rev 608550, python-google-api-core/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2020-03-31 23:14:54 UTC (rev 608551)
@@ -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.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
+}



More information about the arch-commits mailing list