diff options
Diffstat (limited to 'www/py-cheroot/Makefile')
-rw-r--r-- | www/py-cheroot/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/www/py-cheroot/Makefile b/www/py-cheroot/Makefile index 2e5a510e49b0..663fed733a0a 100644 --- a/www/py-cheroot/Makefile +++ b/www/py-cheroot/Makefile @@ -1,5 +1,5 @@ PORTNAME= cheroot -PORTVERSION= 10.0.1 +PORTVERSION= 11.0.0 CATEGORIES= www python MASTER_SITES= PYPI \ https://github.com/cherrypy/cheroot/releases/download/v${PORTVERSION}/ @@ -7,13 +7,14 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Highly-optimized, pure-python HTTP server -WWW= https://github.com/cherrypy/cheroot +WWW= https://cheroot.cherrypy.dev/en/latest/ \ + https://github.com/cherrypy/cheroot LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.md -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=34.4:devel/py-setuptools@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=7.0:devel/py-setuptools-scm@${PY_FLAVOR} \ +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=61.2:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=7.0.0:devel/py-setuptools-scm@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jaraco.functools>=0:devel/py-jaraco.functools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}more-itertools>=2.6:devel/py-more-itertools@${PY_FLAVOR} |