[arch-commits] Commit in python-oauthlib/repos/community-staging-any (2 files)

Evangelos Foutras foutrelis at gemini.archlinux.org
Thu Dec 2 18:43:00 UTC 2021


    Date: Thursday, December 2, 2021 @ 18:42:59
  Author: foutrelis
Revision: 1062190

archrelease: copy trunk to community-staging-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-02 18:42:57 UTC (rev 1062189)
+++ PKGBUILD	2021-12-02 18:42:59 UTC (rev 1062190)
@@ -1,26 +0,0 @@
-# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
-
-pkgname=python-oauthlib
-pkgver=3.1.1
-pkgrel=2
-_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"
-}

Copied: python-oauthlib/repos/community-staging-any/PKGBUILD (from rev 1062189, python-oauthlib/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-02 18:42:59 UTC (rev 1062190)
@@ -0,0 +1,26 @@
+# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
+
+pkgname=python-oauthlib
+pkgver=3.1.1
+pkgrel=3
+_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