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

Massimiliano Torromeo mtorromeo at archlinux.org
Wed Jun 2 17:44:54 UTC 2021


    Date: Wednesday, June 2, 2021 @ 17:44:49
  Author: mtorromeo
Revision: 953272

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   52 ++++++++++++++++++++++++++--------------------------
 1 file changed, 26 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-02 17:43:54 UTC (rev 953271)
+++ PKGBUILD	2021-06-02 17:44:49 UTC (rev 953272)
@@ -1,26 +0,0 @@
-# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
-
-pkgname=python-oauthlib
-pkgver=3.1.0
-pkgrel=6
-_libname=oauthlib
-pkgdesc="A generic, spec-compliant, thorough implementation of the OAuth request-signing logic"
-arch=(any)
-url="https://github.com/idan/oauthlib"
-license=('BSD')
-source=(https://files.pythonhosted.org/packages/source/${_libname:0:1}/$_libname/$_libname-$pkgver.tar.gz)
-depends=(python-cryptography)
-makedepends=(python-setuptools)
-sha256sums=('bee41cc35fcca6e988463cacc3bcb8a96224f470ca547e697b604cc697b2f889')
-
-build() {
-	cd "$srcdir/$_libname-$pkgver"
-	python setup.py build
-}
-
-package_python-oauthlib() {
-	cd "$srcdir/$_libname-$pkgver"
-	python setup.py install --skip-build -O1 --root="$pkgdir"
-	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 953271, python-oauthlib/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-06-02 17:44:49 UTC (rev 953272)
@@ -0,0 +1,26 @@
+# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
+
+pkgname=python-oauthlib
+pkgver=3.1.1
+pkgrel=1
+_libname=oauthlib
+pkgdesc="A generic, spec-compliant, thorough implementation of the OAuth request-signing logic"
+arch=(any)
+url="https://github.com/idan/oauthlib"
+license=('BSD')
+source=(https://files.pythonhosted.org/packages/source/${_libname:0:1}/$_libname/$_libname-$pkgver.tar.gz)
+depends=(python-cryptography)
+makedepends=(python-setuptools)
+sha256sums=('8f0215fcc533dd8dd1bee6f4c412d4f0cd7297307d43ac61666389e3bc3198a3')
+
+build() {
+	cd "$srcdir/$_libname-$pkgver"
+	python setup.py build
+}
+
+package_python-oauthlib() {
+	cd "$srcdir/$_libname-$pkgver"
+	python setup.py install --skip-build -O1 --root="$pkgdir"
+	install -m0644 -D "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+	chmod -R a+r "$pkgdir/usr/lib"
+}



More information about the arch-commits mailing list