ports/devel/py-wcwidth/Makefile

27 lines
432 B
Makefile
Raw Normal View History

COMMENT= measures number of terminal column cells of wide-char code
2023-08-16 22:26:55 +00:00
MODPY_EGG_VERSION= 0.2.13
2023-08-16 22:26:55 +00:00
DISTNAME= wcwidth-${MODPY_EGG_VERSION}
PKGNAME= py-${DISTNAME}
REVISION= 0
2023-08-16 22:26:55 +00:00
CATEGORIES= devel
HOMEPAGE= https://github.com/jquast/wcwidth
2023-08-16 22:26:55 +00:00
# MIT
PERMIT_PACKAGE= Yes
MODULES= lang/python
MODPY_PI= Yes
MODPY_PYBUILD= setuptools
2023-08-16 22:26:55 +00:00
FLAVORS= python3
FLAVOR= python3
2023-08-16 22:26:55 +00:00
TEST_DEPENDS= devel/py-test-cov${MODPY_FLAVOR}
2023-08-16 22:26:55 +00:00
.include <bsd.port.mk>