Сравнение gunicorn-26.0.0 с gunicorn-26.1.0
| /usr/portage/www-servers/gunicorn/gunicorn-26.1.0.ebuild 2026-09-22 20:03:05.271817245 +0300 | ||
|---|---|---|
| 6 | 6 |
DISTUTILS_USE_PEP517=setuptools |
| 7 | 7 |
PYTHON_COMPAT=( python3_{12..15} )
|
| 8 | 8 | |
| 9 |
inherit distutils-r1 |
|
| 9 |
inherit distutils-r1 pypi |
|
| 10 | 10 | |
| 11 | 11 |
DESCRIPTION="A WSGI HTTP Server for UNIX" |
| 12 | 12 |
HOMEPAGE=" |
| ... | ... | |
| 14 | 14 |
https://github.com/benoitc/gunicorn/ |
| 15 | 15 |
https://pypi.org/project/gunicorn/ |
| 16 | 16 |
" |
| 17 |
SRC_URI=" |
|
| 18 |
https://github.com/benoitc/gunicorn/archive/${PV}.tar.gz
|
|
| 19 |
-> ${P}.gh.tar.gz
|
|
| 20 |
" |
|
| 21 | 17 | |
| 22 | 18 |
LICENSE="MIT PSF-2" |
| 23 | 19 |
SLOT="0" |
| ... | ... | |
| 29 | 25 |
" |
| 30 | 26 |
BDEPEND=" |
| 31 | 27 |
test? ( |
| 32 |
>=dev-python/h2-4.1.0[${PYTHON_USEDEP}]
|
|
| 28 |
>=dev-python/h2-4.4.1[${PYTHON_USEDEP}]
|
|
| 33 | 29 |
dev-python/httpx[${PYTHON_USEDEP}]
|
| 34 | 30 |
) |
| 35 | 31 |
" |