[arch-commits] Commit in python-google-api-core/repos/community-any (2 files)
Morten Linderud
foxboron at gemini.archlinux.org
Fri Dec 17 19:14:44 UTC 2021
Date: Friday, December 17, 2021 @ 19:14:44
Author: foxboron
Revision: 1076471
archrelease: copy trunk to community-any
Added:
python-google-api-core/repos/community-any/PKGBUILD
(from rev 1076470, python-google-api-core/trunk/PKGBUILD)
Deleted:
python-google-api-core/repos/community-any/PKGBUILD
----------+
PKGBUILD | 50 +++++++++++++++++++++++++-------------------------
1 file changed, 25 insertions(+), 25 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-17 19:14:38 UTC (rev 1076470)
+++ PKGBUILD 2021-12-17 19:14:44 UTC (rev 1076471)
@@ -1,25 +0,0 @@
-# Maintainer: Andrzej Giniewicz <gginiu at gmail.com>
-# Maintainer: Morten Linderud <foxboron at archlinux.org>
-# Contributor: Kaizhao Zhang <zhangkaizhao at gmail.com>
-
-pkgname=python-google-api-core
-pkgver=2.3.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=('538cd927bfe0f7c63bc1eb5fcadeeeb52f90bb29117dea87ae8cae48953d4c60')
-
-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 1076470, python-google-api-core/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-12-17 19:14:44 UTC (rev 1076471)
@@ -0,0 +1,25 @@
+# Maintainer: Andrzej Giniewicz <gginiu at gmail.com>
+# Maintainer: Morten Linderud <foxboron at archlinux.org>
+# Contributor: Kaizhao Zhang <zhangkaizhao at gmail.com>
+
+pkgname=python-google-api-core
+pkgver=2.3.2
+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=('c8889f45cf58deca522888ae1d39b2a25e93e7d1b019ae8cee6456d5c726a40c')
+
+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