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

George Rawlinson grawlinson at gemini.archlinux.org
Thu Jul 21 08:10:25 UTC 2022


    Date: Thursday, July 21, 2022 @ 08:10:24
  Author: grawlinson
Revision: 1254969

archrelease: copy trunk to community-any

Added:
  python-pydrive2/repos/community-any/PKGBUILD
    (from rev 1254968, 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-21 08:09:42 UTC (rev 1254968)
+++ PKGBUILD	2022-07-21 08:10:24 UTC (rev 1254969)
@@ -1,40 +0,0 @@
-# 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
-}

Copied: python-pydrive2/repos/community-any/PKGBUILD (from rev 1254968, python-pydrive2/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-07-21 08:10:24 UTC (rev 1254969)
@@ -0,0 +1,40 @@
+# Maintainer: George Rawlinson <grawlinson at archlinux.org>
+
+pkgname=python-pydrive2
+_pkgname="${pkgname#python-}"
+pkgver=1.13.0
+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='80a980d6ee7fc0f71df34abb7be3bd291413ec75'
+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