[arch-commits] Commit in gunicorn/trunk (PKGBUILD)

Daniel M. Capella polyzen at gemini.archlinux.org
Thu May 19 07:49:44 UTC 2022


    Date: Thursday, May 19, 2022 @ 07:49:44
  Author: polyzen
Revision: 1209206

upgpkg: gunicorn 20.1.0-4: Add missing check/optdepends

Modified:
  gunicorn/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-19 05:11:40 UTC (rev 1209205)
+++ PKGBUILD	2022-05-19 07:49:44 UTC (rev 1209206)
@@ -5,7 +5,7 @@
 
 pkgname=gunicorn
 pkgver=20.1.0
-pkgrel=3
+pkgrel=4
 pkgdesc='WSGI HTTP Server for UNIX'
 arch=('any')
 url='https://gunicorn.org/'
@@ -12,9 +12,11 @@
 license=('MIT')
 depends=('python-setuptools')
 optdepends=('python-eventlet: For asynchronous request handling with eventlet.'
-            'python-gevent: For asynchronous request handling with gevent.')
+            'python-gevent: For asynchronous request handling with gevent.'
+            'python-tornado: For asynchronous request handling with tornado.'
+            'python-setproctitle: For process renaming.')
 checkdepends=('python-aiohttp' 'python-coverage' 'python-pytest' 'python-pytest-cov'
-              'python-eventlet' 'python-gevent')
+              'python-eventlet' 'python-gevent' 'python-six')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/benoitc/$pkgname/archive/$pkgver.tar.gz"
         "$pkgname-eventlet-0.30.3.patch::https://github.com/benoitc/gunicorn/commit/6a8ebb4844b2.patch")
 sha512sums=('4fd905f62adc30e044cf2a56a1a77e14bc633258267d6bfbd4f6a68494f93f377e9fb9ed94fab7f11f9d7813857a680974a88c4b6bf97d4f1b74792a81810111'



More information about the arch-commits mailing list