mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
21 lines
342 B
Makefile
21 lines
342 B
Makefile
COMMENT= HTTP server for pytest
|
|
|
|
MODPY_DISTV= 1.1.5
|
|
DISTNAME= pytest_httpserver-${MODPY_DISTV}
|
|
PKGNAME= ${DISTNAME:S/pytest_/py-test-/}
|
|
CATEGORIES= devel
|
|
REVISION= 0
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES= lang/python
|
|
MODPY_PYBUILD= poetry-core
|
|
MODPY_PI= Yes
|
|
|
|
RUN_DEPENDS= www/py-werkzeug
|
|
|
|
TEST_DEPENDS= textproc/py-toml
|
|
|
|
.include <bsd.port.mk>
|