* update gunicorn to 23.0.0-1

This commit is contained in:
Alexander Baldeck 2024-09-24 13:44:18 +02:00
parent 37a793405e
commit c1a95be0e1
3 changed files with 30 additions and 4 deletions

24
python/gunicorn/.SRCINFO Normal file
View File

@ -0,0 +1,24 @@
pkgbase = gunicorn
pkgdesc = WSGI HTTP Server for UNIX
pkgver = 23.0.0
pkgrel = 1
url = https://gunicorn.org/
arch = any
license = MIT
checkdepends = python-eventlet
checkdepends = python-gevent
checkdepends = python-pytest
makedepends = git
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools
makedepends = python-wheel
depends = python-packaging
optdepends = python-eventlet: for asynchronous request handling with eventlet
optdepends = python-gevent: for asynchronous request handling with gevent
optdepends = python-setproctitle: for process renaming
optdepends = python-tornado: for asynchronous request handling with tornado
source = git+https://github.com/benoitc/gunicorn.git#tag=23.0.0
b2sums = 0836b34726af4aceb5ceb040afdf9f71ed0a978259f455ff925f526b79b2e150c61c5dc93e9e9b58a71c1112e2c12c8040bdb0aeb36f8acf67480a835b33936b
pkgname = gunicorn

View File

@ -0,0 +1,3 @@
[gunicorn]
source = "git"
git = "https://github.com/benoitc/gunicorn.git"

View File

@ -6,8 +6,8 @@
# Contributor: Vsevolod Balashov <vsevolod at balashov dot name>
pkgname=gunicorn
pkgver=22.0.0
pkgrel=2
pkgver=23.0.0
pkgrel=1
pkgdesc='WSGI HTTP Server for UNIX'
arch=(any)
url='https://gunicorn.org/'
@ -21,7 +21,6 @@ makedepends=(
'python-wheel'
)
checkdepends=(
'python-aiohttp'
'python-eventlet'
'python-gevent'
'python-pytest'
@ -33,7 +32,7 @@ optdepends=(
'python-tornado: for asynchronous request handling with tornado'
)
source=("git+https://github.com/benoitc/$pkgname.git#tag=$pkgver")
b2sums=('ceba81b2dc5914f6f0aba0c8971ed36af1e0db078df3bcbb1381e3928a34152e2c251b145476522764582b556e176c1cbb3762e1a0ea2a2d8219f63f0e4a8180')
b2sums=('0836b34726af4aceb5ceb040afdf9f71ed0a978259f455ff925f526b79b2e150c61c5dc93e9e9b58a71c1112e2c12c8040bdb0aeb36f8acf67480a835b33936b')
build() {
cd $pkgname