* update gunicorn to 20.1.0-10

This commit is contained in:
Alexander Baldeck 2023-07-28 13:17:49 +02:00
parent 1dab7f83f5
commit 288a500eeb

View File

@ -6,25 +6,25 @@
pkgname=gunicorn
pkgver=20.1.0
pkgrel=9
pkgrel=10
pkgdesc='WSGI HTTP Server for UNIX'
arch=(any)
url='https://gunicorn.org/'
license=('MIT')
depends=('python')
makedepends=('python-setuptools')
optdepends=('python-eventlet: For asynchronous request handling with eventlet.'
'python-gevent: For asynchronous request handling with gevent.'
'python-tornado: For asynchronous request handling with tornado.'
'python-setproctitle: For process renaming.')
makedepends=('python-setuptools')
checkdepends=('python-aiohttp' 'python-coverage' 'python-pytest' 'python-pytest-cov'
'python-eventlet' 'python-gevent' 'python-six')
source=("$pkgname-$pkgver.tar.gz::https://github.com/benoitc/$pkgname/archive/$pkgver.tar.gz"
"$pkgname-eventlet-0.30.3.patch::https://github.com/benoitc/$pkgname/commit/6a8ebb4844b2.patch"
"$pkgname-use-importlib.patch::https://github.com/benoitc/gunicorn/pull/2963.patch")
"$pkgname-use-importlib.patch::https://github.com/benoitc/$pkgname/pull/2963.patch")
sha512sums=('4fd905f62adc30e044cf2a56a1a77e14bc633258267d6bfbd4f6a68494f93f377e9fb9ed94fab7f11f9d7813857a680974a88c4b6bf97d4f1b74792a81810111'
'b9c11eab4725a05fffc21b74636518674139d458eb7267729cfbad5f96470600396f71faa1027160dd51e610d74ff785fc03e2d661837808062328a66d6a0442'
'ce60e9621afb2652404ea439458b038ee2f7187d11ea98be584e5c7e63c70e1fc215bdb6a19ab21b7a792b4b3b607ccfe3e1aba4e645149732969c06db682d4a')
'2f1f697489f1e80f3abaf15ad916abd3d689b1a84b2c366671760d21a222f6fd19075a1312d81aa6136ab765bb56af15749999749aeaa8fac2aebf7b9e1db380')
prepare() {
cd gunicorn-$pkgver