Date: Sunday, November 13, 2022 @ 19:31:46
Author: jelle
Revision: 1347368
archrelease: copy trunk to community-any
Added:
python-requests-oauthlib/repos/community-any/PKGBUILD
(from rev 1347367, python-requests-oauthlib/trunk/PKGBUILD)
Deleted:
python-requests-oauthlib/repos/community-any/PKGBUILD
----------+
PKGBUILD | 64 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 32 insertions(+), 32 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-11-13 19:31:37 UTC (rev 1347367)
+++ PKGBUILD 2022-11-13 19:31:46 UTC (rev 1347368)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-# Contributor: Sebastien Leduc <[email protected]>
-# Contributor: Roberto Catini <[email protected]>
-
-pkgname=python-requests-oauthlib
-pkgver=1.3.1
-pkgrel=1
-pkgdesc="First-class OAuth library support for Requests"
-arch=('any')
-url="https://pypi.python.org/pypi/requests-oauthlib"
-license=('custom:ISC')
-depends=('python-requests' 'python-oauthlib')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest' 'python-requests-mock' 'python-mock'
'python-pyjwt')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/requests/requests-oauthlib/archive/v$pkgver.tar.gz")
-sha512sums=('86fe34d39ad7224fd44a1b0c4fbf3784032239b894ae73ba65043941cde9675c2f8abedf44ccc00b5fb1648b8e261de258464b311f3ace6392ab6202fb50aa08')
-
-build() {
- cd requests-oauthlib-$pkgver
- python setup.py build
-}
-
-check() {
- cd requests-oauthlib-$pkgver
- py.test
-}
-
-package() {
- cd requests-oauthlib-$pkgver
- python setup.py install --root="$pkgdir/" --optimize=1
- install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
Copied: python-requests-oauthlib/repos/community-any/PKGBUILD (from rev
1347367, python-requests-oauthlib/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-11-13 19:31:46 UTC (rev 1347368)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan <[email protected]>
+# Contributor: Sebastien Leduc <[email protected]>
+# Contributor: Roberto Catini <[email protected]>
+
+pkgname=python-requests-oauthlib
+pkgver=1.3.1
+pkgrel=2
+pkgdesc="First-class OAuth library support for Requests"
+arch=('any')
+url="https://pypi.python.org/pypi/requests-oauthlib"
+license=('custom:ISC')
+depends=('python-requests' 'python-oauthlib')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest' 'python-requests-mock' 'python-pyjwt')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/requests/requests-oauthlib/archive/v$pkgver.tar.gz")
+sha512sums=('86fe34d39ad7224fd44a1b0c4fbf3784032239b894ae73ba65043941cde9675c2f8abedf44ccc00b5fb1648b8e261de258464b311f3ace6392ab6202fb50aa08')
+
+build() {
+ cd requests-oauthlib-$pkgver
+ python setup.py build
+}
+
+check() {
+ cd requests-oauthlib-$pkgver
+ py.test
+}
+
+package() {
+ cd requests-oauthlib-$pkgver
+ python setup.py install --root="$pkgdir/" --optimize=1
+ install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}