Date: Sat, 12 Mar 2022 10:33:59 GMT From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: a275d8eb656b - main - www/py-gunicorn: Update version 19.9.0=>20.1.0 Message-ID: <202203121033.22CAXxRi037749@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=a275d8eb656bbad0cd0bdfd5e6b27926ff909897 commit a275d8eb656bbad0cd0bdfd5e6b27926ff909897 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2022-03-09 17:46:52 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2022-03-12 10:33:55 +0000 www/py-gunicorn: Update version 19.9.0=>20.1.0 - Remove OPTION GAIOHTTP - Add OPTION GEVENT Relnotes: https://github.com/benoitc/gunicorn/releases/tag/20.1.0 --- www/py-gunicorn/Makefile | 30 ++++++++++++++---------------- www/py-gunicorn/distinfo | 6 +++--- 2 files changed, 17 insertions(+), 19 deletions(-) diff --git a/www/py-gunicorn/Makefile b/www/py-gunicorn/Makefile index 7751b0d0a043..79f861fe0524 100644 --- a/www/py-gunicorn/Makefile +++ b/www/py-gunicorn/Makefile @@ -1,10 +1,10 @@ # Created by: Kristaps Kulis <kristaps.kulis@gmail.com> PORTNAME= gunicorn -PORTVERSION= 19.9.0 -PORTREVISION= 1 +PORTVERSION= 20.1.0 CATEGORIES= www python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +MASTER_SITES= CHEESESHOP MAINTAINER= bofh@FreeBSD.org COMMENT= WSGI HTTP Server for UNIX @@ -12,30 +12,28 @@ COMMENT= WSGI HTTP Server for UNIX LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aiohttp>0:www/py-aiohttp@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} + +USES= cpe python:3.6+ +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes OPTIONS_DEFINE= PROCTITLE OPTIONS_DEFAULT= PROCTITLE OPTIONS_GROUP= WORKERS -OPTIONS_GROUP_WORKERS= EVENTLET GAIOHTTP TORNADO +OPTIONS_GROUP_WORKERS= EVENTLET GEVENT TORNADO EVENTLET_DESC= Eventlet async worker -GAIOHTTP_DESC= gaiohttp async worker +GEVENT_DESC= Greenlet worker PROCTITLE_DESC= Custom process titles with setproctitle(3) TORNADO_DESC= Tornado async worker -EVENTLET_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}eventlet>=0.9.7:net/py-eventlet@${PY_FLAVOR} -GAIOHTTP_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aiohttp>0:www/py-aiohttp@${PY_FLAVOR} +EVENTLET_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}eventlet>=0.24.1:net/py-eventlet@${PY_FLAVOR} +GEVENT_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gevent>1.4.0:devel/py-gevent@${PY_FLAVOR} PROCTITLE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setproctitle>0:devel/py-setproctitle@${PY_FLAVOR} -TORNADO_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tornado>=2.2:www/py-tornado@${PY_FLAVOR} - -USES= cpe python:3.6+ -USE_GITHUB= yes -USE_PYTHON= autoplist concurrent distutils - -GH_ACCOUNT= benoitc - -NO_ARCH= yes +TORNADO_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tornado>=0.2:www/py-tornado@${PY_FLAVOR} do-test: @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test diff --git a/www/py-gunicorn/distinfo b/www/py-gunicorn/distinfo index f568af0f1f38..609a15b77f2c 100644 --- a/www/py-gunicorn/distinfo +++ b/www/py-gunicorn/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1551828009 -SHA256 (benoitc-gunicorn-19.9.0_GH0.tar.gz) = d593aa13812eadc1f5cffe4a81ccdcbcb25528e5418af1b5138e88fd8c0c2a31 -SIZE (benoitc-gunicorn-19.9.0_GH0.tar.gz) = 401755 +TIMESTAMP = 1646846134 +SHA256 (gunicorn-20.1.0.tar.gz) = e0a968b5ba15f8a328fdfd7ab1fcb5af4470c28aaf7e55df02a99bc13138e6e8 +SIZE (gunicorn-20.1.0.tar.gz) = 370601
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202203121033.22CAXxRi037749>