summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO26
1 files changed, 12 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 06b5d1ea0639..91dab445083f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,21 +1,19 @@
-# Generated by mksrcinfo v8
-# Sat Jan 14 19:38:51 UTC 2017
pkgbase = python2-gunicorn
pkgdesc = WSGI HTTP Server for UNIX
- pkgver = 19.6.0
- pkgrel = 1
+ pkgver = 19.9.0
+ pkgrel = 3
url = http://gunicorn.org/
- arch = x86_64
- arch = i686
- arch = armv7h
- arch = armv6h
+ arch = any
license = MIT
- makedepends = python2-distribute
- depends = python2
- provides = gunicorn-python2
- conflicts = gunicorn-python2
- source = python2-gunicorn-19.6.0.tar.gz::https://github.com/benoitc/gunicorn/archive/19.6.0.tar.gz
- sha256sums = 1e0de4957bea60bfcff5215664bdfc3cf02c78e2aae9586766a9b4b437aebbb0
+ makedepends = python2-setuptools
+ source = gunicorn-19.9.0.tar.gz::https://github.com/benoitc/gunicorn/archive/19.9.0.tar.gz
+ sha512sums = 8d1ff775dd5c1abb8bb4c80aecacb544382e38d101f105fd0fd7eb6bf98ecb663dd533d16e7b1741d6e5ef0eb12a707ab90e0a7751356e625725f076b4dc1a30
pkgname = python2-gunicorn
+ depends = python2-setuptools
+ optdepends = python2-eventlet: For asynchronous request handling with eventlet.
+ optdepends = python2-gevent: For asynchronous request handling with gevent.
+ provides = gunicorn-python2
+ conflicts = gunicorn-python2
+ replaces = gunicorn-python2