Date: Saturday, November 5, 2022 @ 21:59:21
Author: mtorromeo
Revision: 1342560
archrelease: copy trunk to community-any
Added:
python-oauthlib/repos/community-any/PKGBUILD
(from rev 1342559, python-oauthlib/trunk/PKGBUILD)
Deleted:
python-oauthlib/repos/community-any/PKGBUILD
----------+
PKGBUILD | 52 ++++++++++++++++++++++++++--------------------------
1 file changed, 26 insertions(+), 26 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-11-05 21:59:15 UTC (rev 1342559)
+++ PKGBUILD 2022-11-05 21:59:21 UTC (rev 1342560)
@@ -1,26 +0,0 @@
-# Maintainer: Massimiliano Torromeo <[email protected]>
-
-pkgname=python-oauthlib
-pkgver=3.2.0
-pkgrel=1
-_libname=oauthlib
-pkgdesc="A generic, spec-compliant, thorough implementation of the OAuth
request-signing logic"
-arch=(any)
-url="https://github.com/oauthlib/oauthlib"
-license=('BSD')
-source=(https://files.pythonhosted.org/packages/source/${_libname:0:1}/$_libname/$_libname-$pkgver.tar.gz)
-depends=(python-cryptography)
-makedepends=(python-setuptools python-wheel python-build python-installer)
-sha256sums=('23a8208d75b902797ea29fd31fa80a15ed9dc2c6c16fe73f5d346f83f6fa27a2')
-
-build() {
- cd "$srcdir/$_libname-$pkgver"
- python -m build --wheel --no-isolation
-}
-
-package_python-oauthlib() {
- cd "$srcdir/$_libname-$pkgver"
- python -m installer --destdir="$pkgdir" dist/*.whl
- install -m0644 -D "LICENSE"
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
- chmod -R a+r "$pkgdir/usr/lib"
-}
Copied: python-oauthlib/repos/community-any/PKGBUILD (from rev 1342559,
python-oauthlib/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-11-05 21:59:21 UTC (rev 1342560)
@@ -0,0 +1,26 @@
+# Maintainer: Massimiliano Torromeo <[email protected]>
+
+pkgname=python-oauthlib
+pkgver=3.2.2
+pkgrel=1
+_libname=oauthlib
+pkgdesc="A generic, spec-compliant, thorough implementation of the OAuth
request-signing logic"
+arch=(any)
+url="https://github.com/oauthlib/oauthlib"
+license=('BSD')
+source=(https://files.pythonhosted.org/packages/source/${_libname:0:1}/$_libname/$_libname-$pkgver.tar.gz)
+depends=(python-cryptography)
+makedepends=(python-setuptools python-wheel python-build python-installer)
+sha256sums=('9859c40929662bec5d64f34d01c99e093149682a3f38915dc0655d5a633dd918')
+
+build() {
+ cd "$srcdir/$_libname-$pkgver"
+ python -m build --wheel --no-isolation
+}
+
+package_python-oauthlib() {
+ cd "$srcdir/$_libname-$pkgver"
+ python -m installer --destdir="$pkgdir" dist/*.whl
+ install -m0644 -D "LICENSE"
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+ chmod -R a+r "$pkgdir/usr/lib"
+}