diff --git a/python/gunicorn/.SRCINFO b/python/gunicorn/.SRCINFO new file mode 100644 index 0000000000..886c91a703 --- /dev/null +++ b/python/gunicorn/.SRCINFO @@ -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 diff --git a/python/gunicorn/.nvchecker.toml b/python/gunicorn/.nvchecker.toml new file mode 100644 index 0000000000..d23328b36e --- /dev/null +++ b/python/gunicorn/.nvchecker.toml @@ -0,0 +1,3 @@ +[gunicorn] +source = "git" +git = "https://github.com/benoitc/gunicorn.git" diff --git a/python/gunicorn/PKGBUILD b/python/gunicorn/PKGBUILD index 9a87539777..e21831d3ff 100644 --- a/python/gunicorn/PKGBUILD +++ b/python/gunicorn/PKGBUILD @@ -6,8 +6,8 @@ # Contributor: Vsevolod Balashov 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