Changes: https://github.com/cherrypy/cheroot/releases https://cheroot.cherrypy.dev/en/latest/history/
30 lines
974 B
Makefile
30 lines
974 B
Makefile
PORTNAME= cheroot
|
|
PORTVERSION= 11.1.2
|
|
CATEGORIES= www python
|
|
MASTER_SITES= PYPI \
|
|
https://github.com/cherrypy/cheroot/releases/download/v${PORTVERSION}/
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Highly-optimized, pure-python HTTP server
|
|
WWW= https://cheroot.cherrypy.dev/en/latest/ \
|
|
https://github.com/cherrypy/cheroot
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
|
|
|
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}
|
|
|
|
USES= python shebangfix
|
|
USE_PYTHON= autoplist concurrent pep517
|
|
|
|
NO_ARCH= yes
|
|
|
|
SHEBANG_FILES= bin/pip-wrapper
|
|
|
|
.include <bsd.port.mk>
|