Date: Friday, May 12, 2023 @ 21:51:51
Author: grawlinson
Revision: 1460129
archrelease: copy trunk to community-any
Added:
python-pydrive2/repos/community-any/PKGBUILD
(from rev 1460128, python-pydrive2/trunk/PKGBUILD)
Deleted:
python-pydrive2/repos/community-any/PKGBUILD
----------+
PKGBUILD | 92 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 46 insertions(+), 46 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-05-12 21:51:12 UTC (rev 1460128)
+++ PKGBUILD 2023-05-12 21:51:51 UTC (rev 1460129)
@@ -1,46 +0,0 @@
-# Maintainer: George Rawlinson <[email protected]>
-
-pkgname=python-pydrive2
-_pkgname="${pkgname#python-}"
-pkgver=1.15.0
-pkgrel=2
-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-oauth2client'
- 'python-pyaml'
- 'python-pyopenssl'
-)
-makedepends=(
- 'git'
- 'python-build'
- 'python-installer'
- 'python-wheel'
- 'python-setuptools'
- 'python-setuptools-scm'
-)
-_commit='b95c9536b9c4069e4ee6cb3d78671c525fd901e6'
-source=("$pkgname::git+$url#commit=$_commit")
-b2sums=('SKIP')
-
-pkgver() {
- cd "$pkgname"
-
- git describe --tags | sed 's/^v//'
-}
-
-build() {
- cd "$pkgname"
-
- python -m build --wheel --no-isolation
-}
-
-package() {
- cd "$pkgname"
-
- python -m installer --destdir="$pkgdir" dist/*.whl
-}
Copied: python-pydrive2/repos/community-any/PKGBUILD (from rev 1460128,
python-pydrive2/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-05-12 21:51:51 UTC (rev 1460129)
@@ -0,0 +1,46 @@
+# Maintainer: George Rawlinson <[email protected]>
+
+pkgname=python-pydrive2
+_pkgname="${pkgname#python-}"
+pkgver=1.15.3
+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-oauth2client'
+ 'python-pyaml'
+ 'python-pyopenssl'
+)
+makedepends=(
+ 'git'
+ 'python-build'
+ 'python-installer'
+ 'python-wheel'
+ 'python-setuptools'
+ 'python-setuptools-scm'
+)
+_commit='0c632bf290d91444d9db6e5cdde9dd40bfadff3d'
+source=("$pkgname::git+$url#commit=$_commit")
+b2sums=('SKIP')
+
+pkgver() {
+ cd "$pkgname"
+
+ git describe --tags | sed 's/^v//'
+}
+
+build() {
+ cd "$pkgname"
+
+ python -m build --wheel --no-isolation
+}
+
+package() {
+ cd "$pkgname"
+
+ python -m installer --destdir="$pkgdir" dist/*.whl
+}