Files
packages/lang
Alexandru Ardelean 5f9ea76e7a gunicorn: convert to Python packaging format + add Python3 variant
And splitting the gunicorn[3] binary/executable away from the
python[3]-gunicorn libraries. This was inspired from Debian packaging.

The gunicorn[3] binaries require the new `python[3]-pkg-resources`
libraries to run, which add ~1.1 MB on the [ram]disk when uncompressed.

For the Python2 variant, the `_gaiohttp.py` is dropped as it fails to
compile, so it would likely be unusable anyway:
```
  File "/usr/lib/python2.7/site-packages/gunicorn/workers/_gaiohttp.py", line 84
    yield from self.wsgi.close()
             ^
  SyntaxError: invalid syntax

```

People around the web recommend this as well:
 https://stackoverflow.com/questions/25611140/syntax-error-installing-gunicorn
 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=803170
 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=803202

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2019-09-20 14:11:08 +03:00
..
2019-08-30 10:32:19 -07:00
2019-08-19 12:16:37 -07:00
2019-08-15 13:23:41 +02:00
2018-11-27 09:04:10 -08:00
2019-04-27 17:24:45 +08:00
2018-12-28 10:27:17 -02:00
2019-08-15 13:25:47 +02:00
2019-04-27 23:22:12 -04:00
2019-03-15 12:24:55 -03:00
2018-12-15 22:55:34 -08:00
2019-04-19 18:04:14 -07:00
2019-08-16 11:23:47 +09:00
2019-06-04 14:52:05 +09:00
2019-04-07 15:57:39 -06:00
2019-07-20 19:15:26 -07:00
2019-09-08 21:27:18 +02:00
2019-04-26 18:20:26 -03:00
2019-09-05 22:12:55 -07:00