www/py-cheroot: Update to 9.0.0
Changes: https://github.com/cherrypy/cheroot/releases https://github.com/cherrypy/cheroot/blob/main/CHANGES.rst
This commit is contained in:
parent
71f6ec1440
commit
573e0966be
2 changed files with 12 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= cheroot
|
||||
PORTVERSION= 8.6.0
|
||||
PORTVERSION= 9.0.0
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -17,9 +17,15 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jaraco.functools>=0:devel/py-jaraco.functool
|
|||
${PYTHON_PKGNAMEPREFIX}more-itertools>=2.6:devel/py-more-itertools@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}six>=1.11.0:devel/py-six@${PY_FLAVOR}
|
||||
|
||||
USES= python:3.7+
|
||||
USES= python:3.6+
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PYTHON_REL} < 30800
|
||||
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}importlib-metadata>=0:devel/py-importlib-metadata@${PY_FLAVOR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1642102361
|
||||
SHA256 (cheroot-8.6.0.tar.gz) = 366adf6e7cac9555486c2d1be6297993022eff6f8c4655c1443268cca3f08e25
|
||||
SIZE (cheroot-8.6.0.tar.gz) = 134779
|
||||
TIMESTAMP = 1669057981
|
||||
SHA256 (cheroot-9.0.0.tar.gz) = 3d47ad9ee19ecbec144b4758399036692fdbf67a40b96eef1fb1454367b3d338
|
||||
SIZE (cheroot-9.0.0.tar.gz) = 152562
|
||||
|
|
Loading…
Reference in a new issue