openbsd-ports/devel/py-wcwidth/Makefile
2023-01-22 14:54:53 +00:00

23 lines
380 B
Makefile

COMMENT= measures number of terminal column cells of wide-char code
MODPY_EGG_VERSION= 0.2.6
DISTNAME= wcwidth-${MODPY_EGG_VERSION}
PKGNAME= py-${DISTNAME}
CATEGORIES= devel
HOMEPAGE= https://github.com/jquast/wcwidth
# MIT
PERMIT_PACKAGE= Yes
MODULES= lang/python
MODPY_PI= Yes
MODPY_PYBUILD= setuptools
FLAVORS= python3
FLAVOR= python3
.include <bsd.port.mk>