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

Daniel M. Capella polyzen at archlinux.org
Sat May 16 22:16:43 UTC 2020


    Date: Saturday, May 16, 2020 @ 22:16:43
  Author: polyzen
Revision: 628208

gunicorn and "speedups" optdeps

Modified:
  python-aiohttp/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-16 22:07:54 UTC (rev 628207)
+++ PKGBUILD	2020-05-16 22:16:43 UTC (rev 628208)
@@ -11,12 +11,16 @@
 arch=('x86_64')
 license=('Apache')
 depends=('python' 'python-chardet' 'python-multidict' 'python-async-timeout'
-         'python-yarl' 'python-attrs' 'gunicorn')
+         'python-yarl' 'python-attrs')
 makedepends=('cython' 'python-setuptools' 'git')
 checkdepends=('python-pytest' 'python-pytest-runner' 'python-pytest-mock'
               'python-pytest-timeout' 'python-async_generator' 'python-brotlipy'
               'python-pytest-xdist' 'python-pytest-forked' 'python-pytest-cov'
-              'python-trustme' 'python-freezegun')
+              'python-trustme' 'python-freezegun' 'gunicorn')
+optdepends=('gunicorn: to deploy using Gunicorn'
+            'python-aiodns: for fast DNS resolving'
+            'python-cchardet: for faster encoding detection'
+            'python-brotlipy: for Brotli transfer-encodings support')
 source=(${pkgname}::"git+https://github.com/aio-libs/aiohttp#commit=${_gitcommit}"
         git+https://github.com/nodejs/http-parser)
 sha512sums=('SKIP'



More information about the arch-commits mailing list