pkgsrc/devel/py-wcwidth/Makefile
kamil a9b79d9e41 Import wcwidth-0.1.7 as py-wcwidth
This Library is mainly for those implementing a Terminal Emulator, or programs
that carefully produce output to be interpreted by one

Originally packaged in pkgsrc-wip by:
 - K.I.A.Derouiche
2016-08-21 00:50:02 +00:00

16 lines
450 B
Makefile

# $NetBSD: Makefile,v 1.1 2016/08/21 00:50:02 kamil Exp $
DISTNAME= wcwidth-0.1.7
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=w/wcwidth/}
MAINTAINER= kamelderouiche@yahoo.com
HOMEPAGE= https://github.com/jquast/wcwidth
COMMENT= Measures number of Terminal column cells of wide-character codes
LICENSE= mit
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"