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

Felix Yan felixonmars at gemini.archlinux.org
Fri Dec 3 00:44:14 UTC 2021


    Date: Friday, December 3, 2021 @ 00:44:13
  Author: felixonmars
Revision: 1064006

archrelease: copy trunk to community-staging-any

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

----------+
 PKGBUILD |   54 +++++++++++++++++++++++++++---------------------------
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-03 00:44:13 UTC (rev 1064005)
+++ PKGBUILD	2021-12-03 00:44:13 UTC (rev 1064006)
@@ -1,27 +0,0 @@
-# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
-
-pkgname=python-grequests
-_libname=grequests
-pkgver=0.6.0
-pkgrel=3
-pkgdesc="Allows you to use Requests with Gevent to make asyncronous HTTP Requests easily."
-url="https://pypi.python.org/pypi/grequests/"
-license=('custom: ISC')
-arch=('any')
-depends=('python-requests' 'python-gevent')
-makedepends=('python-setuptools')
-source=(https://files.pythonhosted.org/packages/source/${_libname:0:1}/$_libname/$_libname-$pkgver.tar.gz
-        $_libname-$pkgver-LICENSE::https://github.com/kennethreitz/grequests/raw/v$pkgver/LICENSE)
-sha256sums=('7dec890c6668e6755a1ea968565535867956639301268394d24df67b478df666'
-            '4063882a8913e4b37457d58fe6600bd975ba053c8db2e8c6b218e7c9c8575ca8')
-
-build() {
-    cd "$srcdir"/$_libname-$pkgver
-    python setup.py build
-}
-
-package_python-grequests() {
-    cd "$srcdir"/$_libname-$pkgver
-    python setup.py install --skip-build -O1 --root="$pkgdir"
-    install -m0644 -D "$srcdir"/$_libname-$pkgver-LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-grequests/repos/community-staging-any/PKGBUILD (from rev 1063999, python-grequests/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-03 00:44:13 UTC (rev 1064006)
@@ -0,0 +1,27 @@
+# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
+
+pkgname=python-grequests
+_libname=grequests
+pkgver=0.6.0
+pkgrel=4
+pkgdesc="Allows you to use Requests with Gevent to make asyncronous HTTP Requests easily."
+url="https://pypi.python.org/pypi/grequests/"
+license=('custom: ISC')
+arch=('any')
+depends=('python-requests' 'python-gevent')
+makedepends=('python-setuptools')
+source=(https://files.pythonhosted.org/packages/source/${_libname:0:1}/$_libname/$_libname-$pkgver.tar.gz
+        $_libname-$pkgver-LICENSE::https://github.com/kennethreitz/grequests/raw/v$pkgver/LICENSE)
+sha256sums=('7dec890c6668e6755a1ea968565535867956639301268394d24df67b478df666'
+            '4063882a8913e4b37457d58fe6600bd975ba053c8db2e8c6b218e7c9c8575ca8')
+
+build() {
+    cd "$srcdir"/$_libname-$pkgver
+    python setup.py build
+}
+
+package_python-grequests() {
+    cd "$srcdir"/$_libname-$pkgver
+    python setup.py install --skip-build -O1 --root="$pkgdir"
+    install -m0644 -D "$srcdir"/$_libname-$pkgver-LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



More information about the arch-commits mailing list