Date: Thursday, November 3, 2022 @ 20:15:07
Author: foxboron
Revision: 1341700
archrelease: copy trunk to community-any
Added:
python-google-api-python-client/repos/community-any/PKGBUILD
(from rev 1341699, 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-11-03 20:14:59 UTC (rev 1341699)
+++ PKGBUILD 2022-11-03 20:15:07 UTC (rev 1341700)
@@ -1,30 +0,0 @@
-# Maintainer: Andrzej Giniewicz <[email protected]>
-# Maintainer: Morten Linderud <[email protected]>
-# Contributor: shadyabhi <[email protected]>
-
-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"
-}
Copied: python-google-api-python-client/repos/community-any/PKGBUILD (from rev
1341699, python-google-api-python-client/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-11-03 20:15:07 UTC (rev 1341700)
@@ -0,0 +1,30 @@
+# Maintainer: Andrzej Giniewicz <[email protected]>
+# Maintainer: Morten Linderud <[email protected]>
+# Contributor: shadyabhi <[email protected]>
+
+pkgname=python-google-api-python-client
+pkgver=2.65.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=('4846fc7ac904103a4667172f3384b7c049043ec386a6a7ede527528c396d0925')
+
+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"
+}