[arch-commits] Commit in python-pydrive2/repos/community-any (PKGBUILD PKGBUILD)

George Rawlinson grawlinson at gemini.archlinux.org
Tue Jul 19 04:33:11 UTC 2022


    Date: Tuesday, July 19, 2022 @ 04:33:10
  Author: grawlinson
Revision: 1254526

archrelease: copy trunk to community-any

Added:
  python-pydrive2/repos/community-any/PKGBUILD
    (from rev 1254525, python-pydrive2/trunk/PKGBUILD)
Deleted:
  python-pydrive2/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   80 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-19 04:32:28 UTC (rev 1254525)
+++ PKGBUILD	2022-07-19 04:33:10 UTC (rev 1254526)
@@ -1,40 +0,0 @@
-# Maintainer: George Rawlinson <grawlinson at archlinux.org>
-
-pkgname=python-pydrive2
-_pkgname="${pkgname#python-}"
-pkgver=1.10.1
-pkgrel=1
-pkgdesc='Google Drive API Python wrapper library (maintained fork of PyDrive)'
-arch=('any')
-url='https://github.com/iterative/PyDrive2'
-license=('Apache')
-depends=(
-  'python'
-  'python-google-api-python-client'
-  'python-six'
-  'python-oauth2client'
-  'python-pyaml'
-  'python-pyopenssl'
-)
-makedepends=('git' 'python-setuptools')
-_commit='0547b42833f821230316e7e9d22511cfde004e4b'
-source=("$pkgname::git+$url#commit=$_commit")
-b2sums=('SKIP')
-
-pkgver() {
-  cd "$pkgname"
-
-  git describe --tags | sed 's/^v//'
-}
-
-build() {
-  cd "$pkgname"
-
-  python setup.py build
-}
-
-package() {
-  cd "$pkgname"
-
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}

Copied: python-pydrive2/repos/community-any/PKGBUILD (from rev 1254525, python-pydrive2/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-07-19 04:33:10 UTC (rev 1254526)
@@ -0,0 +1,40 @@
+# Maintainer: George Rawlinson <grawlinson at archlinux.org>
+
+pkgname=python-pydrive2
+_pkgname="${pkgname#python-}"
+pkgver=1.12.1
+pkgrel=1
+pkgdesc='Google Drive API Python wrapper library (maintained fork of PyDrive)'
+arch=('any')
+url='https://github.com/iterative/PyDrive2'
+license=('Apache')
+depends=(
+  'python'
+  'python-google-api-python-client'
+  'python-six'
+  'python-oauth2client'
+  'python-pyaml'
+  'python-pyopenssl'
+)
+makedepends=('git' 'python-setuptools')
+_commit='0f5eb74c5e60f7f5af00db4f540342c919b97d4d'
+source=("$pkgname::git+$url#commit=$_commit")
+b2sums=('SKIP')
+
+pkgver() {
+  cd "$pkgname"
+
+  git describe --tags | sed 's/^v//'
+}
+
+build() {
+  cd "$pkgname"
+
+  python setup.py build
+}
+
+package() {
+  cd "$pkgname"
+
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}



More information about the arch-commits mailing list