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

Evangelos Foutras foutrelis at archlinux.org
Mon Nov 9 18:16:57 UTC 2020


    Date: Monday, November 9, 2020 @ 18:16:57
  Author: foutrelis
Revision: 747923

archrelease: copy trunk to community-staging-any

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

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

Copied: python-google-api-core/repos/community-staging-any/PKGBUILD (from rev 747922, python-google-api-core/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2020-11-09 18:16:57 UTC (rev 747923)
@@ -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.22.4
+pkgrel=2
+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=('4a9d7ac2527a9e298eebb580a5e24e7e41d6afd97010848dd0f306cae198ec1a')
+
+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