[arch-commits] Commit in (4 files)

Andrzej Giniewicz aginiewicz at archlinux.org
Tue Mar 31 23:13:58 UTC 2020


    Date: Tuesday, March 31, 2020 @ 23:13:57
  Author: aginiewicz
Revision: 608547

python-google-api-core: moved from AUR as a dependency of python-google-api-python-client

Added:
  python-google-api-core/
  python-google-api-core/repos/
  python-google-api-core/trunk/
  python-google-api-core/trunk/PKGBUILD

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

Added: python-google-api-core/trunk/PKGBUILD
===================================================================
--- python-google-api-core/trunk/PKGBUILD	                        (rev 0)
+++ python-google-api-core/trunk/PKGBUILD	2020-03-31 23:13:57 UTC (rev 608547)
@@ -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=0
+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