Files
ports/devel/py-ddt/Makefile
T

21 lines
314 B
Makefile
Raw Normal View History

2025-02-10 15:38:01 +00:00
COMMENT= multiply test cases
2023-03-02 09:24:19 +00:00
2025-02-10 15:38:01 +00:00
MODPY_DISTV= 1.7.2
DISTNAME= ddt-${MODPY_DISTV}
PKGNAME= py-${DISTNAME}
2026-03-16 22:28:25 +00:00
REVISION= 1
2023-03-02 09:24:19 +00:00
2025-02-10 15:38:01 +00:00
CATEGORIES= devel
2023-03-02 09:24:19 +00:00
# MIT
2025-02-10 15:38:01 +00:00
PERMIT_PACKAGE= Yes
2023-03-02 09:24:19 +00:00
2025-02-10 15:38:01 +00:00
MODULES= lang/python
MODPY_PYBUILD= setuptools
MODPY_PI= Yes
2023-03-02 09:24:19 +00:00
2025-02-10 15:38:01 +00:00
# needs aiounittest
MODPY_PYTEST_ARGS= --ignore test/test_async.py
2023-03-02 09:24:19 +00:00
.include <bsd.port.mk>