[arch-commits] Commit in python-google-api-python-client/repos/community-any (2 files)
Morten Linderud
foxboron at gemini.archlinux.org
Sat Sep 10 11:58:20 UTC 2022
Date: Saturday, September 10, 2022 @ 11:58:19
Author: foxboron
Revision: 1298827
archrelease: copy trunk to community-any
Added:
python-google-api-python-client/repos/community-any/PKGBUILD
(from rev 1298826, python-google-api-python-client/trunk/PKGBUILD)
Deleted:
python-google-api-python-client/repos/community-any/PKGBUILD
----------+
PKGBUILD | 60 ++++++++++++++++++++++++++++++------------------------------
1 file changed, 30 insertions(+), 30 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-09-10 11:58:13 UTC (rev 1298826)
+++ PKGBUILD 2022-09-10 11:58:19 UTC (rev 1298827)
@@ -1,30 +0,0 @@
-# Maintainer: Andrzej Giniewicz <gginiu at gmail.com>
-# Maintainer: Morten Linderud <foxboron at archlinux.org>
-# Contributor: shadyabhi <abhijeet.1989 at gmail.com>
-
-pkgname=python-google-api-python-client
-pkgver=2.57.0
-pkgrel=1
-pkgdesc="Google API Client Library for Python"
-arch=('any')
-url="https://github.com/google/google-api-python-client"
-license=('Apache')
-depends=('python-google-auth-httplib2' 'python-uritemplate' 'python-google-api-core')
-optdepends=('python-oauth2client: optional backend')
-makedepends=('python-setuptools')
-source=("google-api-python-client-${pkgver}.tar.gz::https://github.com/google/google-api-python-client/archive/v${pkgver}.tar.gz")
-sha256sums=('dd9e43469f65cda4d042670177ddc34d74c0bcb07e5e6a95cc34d00616ea42b8')
-
-build() {
- cd "google-api-python-client-${pkgver}"
- python setup.py build
-}
-
-package() {
- cd "google-api-python-client-$pkgver"
- python setup.py install --skip-build --root="$pkgdir" --optimize=1
-
- # Workaround for FS#47243
- _site_packages=`python -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())"`
- chmod -R a+r "$pkgdir$_site_packages"
-}
Copied: python-google-api-python-client/repos/community-any/PKGBUILD (from rev 1298826, python-google-api-python-client/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-09-10 11:58:19 UTC (rev 1298827)
@@ -0,0 +1,30 @@
+# Maintainer: Andrzej Giniewicz <gginiu at gmail.com>
+# Maintainer: Morten Linderud <foxboron at archlinux.org>
+# Contributor: shadyabhi <abhijeet.1989 at gmail.com>
+
+pkgname=python-google-api-python-client
+pkgver=2.60.0
+pkgrel=1
+pkgdesc="Google API Client Library for Python"
+arch=('any')
+url="https://github.com/google/google-api-python-client"
+license=('Apache')
+depends=('python-google-auth-httplib2' 'python-uritemplate' 'python-google-api-core')
+optdepends=('python-oauth2client: optional backend')
+makedepends=('python-setuptools')
+source=("google-api-python-client-${pkgver}.tar.gz::https://github.com/google/google-api-python-client/archive/v${pkgver}.tar.gz")
+sha256sums=('138dae4c3c99f256a454aa58e367446427e37c16a6a1d45984098a242f5ee09d')
+
+build() {
+ cd "google-api-python-client-${pkgver}"
+ python setup.py build
+}
+
+package() {
+ cd "google-api-python-client-$pkgver"
+ python setup.py install --skip-build --root="$pkgdir" --optimize=1
+
+ # Workaround for FS#47243
+ _site_packages=`python -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())"`
+ chmod -R a+r "$pkgdir$_site_packages"
+}
More information about the arch-commits
mailing list