0.1.8: Update tables to Unicode Specification 12.0.0 * remove static analysis * EastAsianWidth v9 -> v12 * README and tox.ini
16 lines
449 B
Makefile
16 lines
449 B
Makefile
# $NetBSD: Makefile,v 1.2 2020/01/11 16:18:47 adam Exp $
|
|
|
|
DISTNAME= wcwidth-0.1.8
|
|
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"
|