[arch-commits] Commit in python-google-api-core/repos/community-staging-any (2 files)
Evangelos Foutras
foutrelis at archlinux.org
Thu Nov 12 12:01:21 UTC 2020
Date: Thursday, November 12, 2020 @ 12:01:21
Author: foutrelis
Revision: 751631
archrelease: copy trunk to community-staging-any
Added:
python-google-api-core/repos/community-staging-any/PKGBUILD
(from rev 751629, python-google-api-core/trunk/PKGBUILD)
Deleted:
python-google-api-core/repos/community-staging-any/PKGBUILD
----------+
PKGBUILD | 52 ++++++++++++++++++++++++++--------------------------
1 file changed, 26 insertions(+), 26 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-12 12:01:21 UTC (rev 751630)
+++ PKGBUILD 2020-11-12 12:01:21 UTC (rev 751631)
@@ -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.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
-}
Copied: python-google-api-core/repos/community-staging-any/PKGBUILD (from rev 751629, python-google-api-core/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-11-12 12:01:21 UTC (rev 751631)
@@ -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=3
+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