Skip to content

Commit

Permalink
www/py-gunicorn: Update version 20.1.0=>21.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
5u623l20 committed Jul 18, 2023
1 parent 8a0b4a4 commit 0355c94
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 17 deletions.
16 changes: 4 additions & 12 deletions www/py-gunicorn/Makefile
@@ -1,6 +1,5 @@
PORTNAME= gunicorn
PORTVERSION= 20.1.0
PORTREVISION= 1
PORTVERSION= 21.0.1
CATEGORIES= www python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MASTER_SITES= PYPI
Expand All @@ -12,14 +11,10 @@ WWW= https://gunicorn.org/
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE

PATCH_SITES= https://github.com/benoitc/${PORTNAME}/commit/
PATCHFILES= 1299ea9e967a61ae2edebe191082fd169b864c64.patch:-p1

TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aiohttp>0:www/py-aiohttp@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR}
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aiohttp>0:www/py-aiohttp@${PY_FLAVOR}

USES= cpe python
USE_PYTHON= autoplist concurrent distutils
USE_PYTHON= autoplist concurrent distutils pytest

NO_ARCH= yes

Expand All @@ -34,11 +29,8 @@ PROCTITLE_DESC= Custom process titles with setproctitle(3)
TORNADO_DESC= Tornado async worker

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}
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>=0.2:www/py-tornado@${PY_FLAVOR}

do-test:
@cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test

.include <bsd.port.mk>
8 changes: 3 additions & 5 deletions www/py-gunicorn/distinfo
@@ -1,5 +1,3 @@
TIMESTAMP = 1682968004
SHA256 (gunicorn-20.1.0.tar.gz) = e0a968b5ba15f8a328fdfd7ab1fcb5af4470c28aaf7e55df02a99bc13138e6e8
SIZE (gunicorn-20.1.0.tar.gz) = 370601
SHA256 (1299ea9e967a61ae2edebe191082fd169b864c64.patch) = f1e50da884cee34fd2b8b068215bdc9b86cc07b95ad2862b0b73f82b3d52ac7c
SIZE (1299ea9e967a61ae2edebe191082fd169b864c64.patch) = 1880
TIMESTAMP = 1689681890
SHA256 (gunicorn-21.0.1.tar.gz) = b18fa5a9b22becdffc29d2586b914225a69624bb3e3a064cb04decfb2f34bfe8
SIZE (gunicorn-21.0.1.tar.gz) = 3632204

0 comments on commit 0355c94

Please sign in to comment.