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

Evangelos Foutras foutrelis at gemini.archlinux.org
Thu Dec 2 18:45:00 UTC 2021


    Date: Thursday, December 2, 2021 @ 18:45:00
  Author: foutrelis
Revision: 1062241

archrelease: copy trunk to community-staging-any

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

----------+
 PKGBUILD |   50 +++++++++++++++++++++++++-------------------------
 1 file changed, 25 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-02 18:44:58 UTC (rev 1062240)
+++ PKGBUILD	2021-12-02 18:45:00 UTC (rev 1062241)
@@ -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.2.2
-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=('97349cc18c2bb2415f64f1353a80273a289a61294ce3eb2f7ce682d251bdd997')
-
-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 1062239, python-google-api-core/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-02 18:45:00 UTC (rev 1062241)
@@ -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.2.2
+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=('97349cc18c2bb2415f64f1353a80273a289a61294ce3eb2f7ce682d251bdd997')
+
+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