mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
22 lines
405 B
Makefile
22 lines
405 B
Makefile
COMMENT = wrapper around terminal coloring, styling, and positioning
|
|
|
|
MODPY_DISTV = 1.7
|
|
DISTNAME = blessings-${MODPY_DISTV}
|
|
PKGNAME = py-${DISTNAME}
|
|
CATEGORIES = devel
|
|
REVISION = 5
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = lang/python
|
|
|
|
MODPY_PYBUILD = setuptools
|
|
MODPY_PI = Yes
|
|
MODPY_PYTEST_ARGS = blessings/tests.py
|
|
|
|
TEST_DEPENDS = devel/py-nose
|
|
RUN_DEPENDS = devel/py-six
|
|
|
|
.include <bsd.port.mk>
|