Skip to content
Snippets Groups Projects
Commit 22bfb829 authored by Patrycja Rosa's avatar Patrycja Rosa :cat: Committed by Michał Polański
Browse files

community/py3-gunicorn: upgrade to 20.1.0

parent c5134470
No related branches found
No related tags found
1 merge request!39406community/py3-gunicorn: upgrade to 20.1.0
Pipeline #137733 passed
......@@ -2,14 +2,14 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=py3-gunicorn
_pkgname=gunicorn
pkgver=20.0.4
pkgrel=2
pkgver=20.1.0
pkgrel=0
pkgdesc="WSGI HTTP Server for UNIX"
url="https://gunicorn.org/"
arch="noarch"
license="MIT"
depends="py3-setuptools"
checkdepends="py3-pytest py3-pytest-cov py3-aiohttp"
checkdepends="py3-pytest py3-pytest-cov py3-aiohttp py3-gevent"
source="$_pkgname-$pkgver.tar.gz::https://github.com/benoitc/gunicorn/archive/$pkgver.tar.gz"
builddir="$srcdir/$_pkgname-$pkgver"
......@@ -30,11 +30,14 @@ build() {
}
check() {
PYTHONPATH="$PWD" pytest
PYTHONPATH=build/lib pytest \
--deselect tests/workers/test_geventlet.py
}
package() {
python3 setup.py install --prefix=/usr --root="$pkgdir"
}
sha512sums="5a82a448e07ede9e987b14c9ae4abfda29ed80d4220d640f68dab6fb59bb4bdab3d5fc3f0689ddc36102d88a10dbd244ee90e62647acea259429e8a79f370ea4 gunicorn-20.0.4.tar.gz"
sha512sums="
4fd905f62adc30e044cf2a56a1a77e14bc633258267d6bfbd4f6a68494f93f377e9fb9ed94fab7f11f9d7813857a680974a88c4b6bf97d4f1b74792a81810111 gunicorn-20.1.0.tar.gz
"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment