1PORTNAME= pytest-httpserver 2PORTVERSION= 1.0.10 3CATEGORIES= devel python 4MASTER_SITES= PYPI 5PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} 6DISTNAME= pytest_httpserver-${PORTVERSION} 7 8MAINTAINER= ports@MidnightBSD.org 9COMMENT= HTTP server for pytest 10WWW= https://github.com/csernazs/pytest-httpserver 11 12LICENSE= mit 13LICENSE_FILE= ${WRKSRC}/LICENSE 14 15BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=1.0.0:devel/py-poetry-core@${PY_FLAVOR} 16RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}werkzeug>=2.0.0:www/py-werkzeug@${PY_FLAVOR} 17 18USES= python 19USE_PYTHON= autoplist concurrent pep517 20 21NO_ARCH= yes 22NO_TEST= yes 23 24.include <bsd.port.mk> 25