mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 23:44:01 +02:00
26 lines
445 B
Makefile
26 lines
445 B
Makefile
COMMENT= easy, practical library for making terminal apps
|
|
|
|
MODPY_DISTV= 1.21.0
|
|
DISTNAME= blessed-${MODPY_DISTV}
|
|
PKGNAME= py-${DISTNAME}
|
|
|
|
CATEGORIES= sysutils
|
|
|
|
HOMEPAGE= https://github.com/jquast/blessed
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES= lang/python
|
|
MODPY_PYBUILD= setuptools
|
|
MODPY_PI= Yes
|
|
|
|
# depends on some Windows things?
|
|
#NO_TEST= Yes
|
|
|
|
RUN_DEPENDS= devel/py-six \
|
|
devel/py-wcwidth
|
|
TEST_DEPENDS= devel/py-test-cov
|
|
|
|
.include <bsd.port.mk>
|