diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/py-gunicorn/Makefile | 8 | ||||
-rw-r--r-- | www/py-gunicorn/PLIST | 5 | ||||
-rw-r--r-- | www/py-gunicorn/distinfo | 10 |
3 files changed, 15 insertions, 8 deletions
diff --git a/www/py-gunicorn/Makefile b/www/py-gunicorn/Makefile index 5e84cdba956..2d1e12f171a 100644 --- a/www/py-gunicorn/Makefile +++ b/www/py-gunicorn/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.19 2019/12/04 12:57:06 adam Exp $ +# $NetBSD: Makefile,v 1.20 2021/04/06 15:50:44 adam Exp $ -DISTNAME= gunicorn-20.0.4 +DISTNAME= gunicorn-20.1.0 CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_PYPI:=g/gunicorn/} PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -10,11 +10,15 @@ HOMEPAGE= https://gunicorn.org/ COMMENT= Python WSGI HTTP server LICENSE= mit +DEPENDS+= ${PYPKGPREFIX}-setuptools>=3.0:../../devel/py-setuptools TEST_DEPENDS+= ${PYPKGPREFIX}-test>=3.0.5:../../devel/py-test TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov>=2.4.0:../../devel/py-test-cov +TEST_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner USE_LANGUAGES= # none +PYSETUPTESTTARGET= pytest + PYTHON_VERSIONS_INCOMPATIBLE= 27 post-install: diff --git a/www/py-gunicorn/PLIST b/www/py-gunicorn/PLIST index 051db5727d0..7ca2bc59327 100644 --- a/www/py-gunicorn/PLIST +++ b/www/py-gunicorn/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.12 2019/12/04 12:57:06 adam Exp $ +@comment $NetBSD: PLIST,v 1.13 2021/04/06 15:50:44 adam Exp $ bin/gunicorn-${PYVERSSUFFIX} ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt @@ -10,6 +10,9 @@ ${PYSITELIB}/${EGG_INFODIR}/top_level.txt ${PYSITELIB}/gunicorn/__init__.py ${PYSITELIB}/gunicorn/__init__.pyc ${PYSITELIB}/gunicorn/__init__.pyo +${PYSITELIB}/gunicorn/__main__.py +${PYSITELIB}/gunicorn/__main__.pyc +${PYSITELIB}/gunicorn/__main__.pyo ${PYSITELIB}/gunicorn/app/__init__.py ${PYSITELIB}/gunicorn/app/__init__.pyc ${PYSITELIB}/gunicorn/app/__init__.pyo diff --git a/www/py-gunicorn/distinfo b/www/py-gunicorn/distinfo index 5522205f74b..ca7c5678967 100644 --- a/www/py-gunicorn/distinfo +++ b/www/py-gunicorn/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.13 2019/12/04 12:57:06 adam Exp $ +$NetBSD: distinfo,v 1.14 2021/04/06 15:50:44 adam Exp $ -SHA1 (gunicorn-20.0.4.tar.gz) = 9f149347ba329636c99322fcc3e85ce48317c18f -RMD160 (gunicorn-20.0.4.tar.gz) = a2647958fb7192a4307d2c6e64f7e11dcf88a1ad -SHA512 (gunicorn-20.0.4.tar.gz) = 706620f165e36c178a6d3e65f51a9bb7746abd40dfc7c0f1b3b523771be953dd03b36111f192407aef474ad44afdffd11b6502e51376d11465ffac2255822d5e -Size (gunicorn-20.0.4.tar.gz) = 373841 bytes +SHA1 (gunicorn-20.1.0.tar.gz) = 21bae657b8de9e90987b954bb411ecdfcada6ea5 +RMD160 (gunicorn-20.1.0.tar.gz) = 198d1d4a751fff958d3a8edf7fcebbeb7243e2e6 +SHA512 (gunicorn-20.1.0.tar.gz) = 586c7373504b4018fd462dc9c728991a8cc9f2be71fc2fb5aa23707ff6157dd3953121f6a070cae64d58b10f9ddf77ad59b66ed33981d37919b4764c60609027 +Size (gunicorn-20.1.0.tar.gz) = 370601 bytes |