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
This commit is contained in:
parent
0b95a993ed
commit
a9b79d9e41
4 changed files with 48 additions and 0 deletions
2
devel/py-wcwidth/DESCR
Normal file
2
devel/py-wcwidth/DESCR
Normal file
|
@ -0,0 +1,2 @@
|
|||
This Library is mainly for those implementing a Terminal Emulator, or programs
|
||||
that carefully produce output to be interpreted by one
|
16
devel/py-wcwidth/Makefile
Normal file
16
devel/py-wcwidth/Makefile
Normal file
|
@ -0,0 +1,16 @@
|
|||
# $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"
|
24
devel/py-wcwidth/PLIST
Normal file
24
devel/py-wcwidth/PLIST
Normal file
|
@ -0,0 +1,24 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2016/08/21 00:50:02 kamil Exp $
|
||||
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
|
||||
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/zip-safe
|
||||
${PYSITELIB}/wcwidth/__init__.py
|
||||
${PYSITELIB}/wcwidth/__init__.pyc
|
||||
${PYSITELIB}/wcwidth/__init__.pyo
|
||||
${PYSITELIB}/wcwidth/table_wide.py
|
||||
${PYSITELIB}/wcwidth/table_wide.pyc
|
||||
${PYSITELIB}/wcwidth/table_wide.pyo
|
||||
${PYSITELIB}/wcwidth/table_zero.py
|
||||
${PYSITELIB}/wcwidth/table_zero.pyc
|
||||
${PYSITELIB}/wcwidth/table_zero.pyo
|
||||
${PYSITELIB}/wcwidth/tests/__init__.py
|
||||
${PYSITELIB}/wcwidth/tests/__init__.pyc
|
||||
${PYSITELIB}/wcwidth/tests/__init__.pyo
|
||||
${PYSITELIB}/wcwidth/tests/test_core.py
|
||||
${PYSITELIB}/wcwidth/tests/test_core.pyc
|
||||
${PYSITELIB}/wcwidth/tests/test_core.pyo
|
||||
${PYSITELIB}/wcwidth/wcwidth.py
|
||||
${PYSITELIB}/wcwidth/wcwidth.pyc
|
||||
${PYSITELIB}/wcwidth/wcwidth.pyo
|
6
devel/py-wcwidth/distinfo
Normal file
6
devel/py-wcwidth/distinfo
Normal file
|
@ -0,0 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.1 2016/08/21 00:50:02 kamil Exp $
|
||||
|
||||
SHA1 (wcwidth-0.1.7.tar.gz) = 28df2f5e8cd67ec182d822350252fea9bc3a91c8
|
||||
RMD160 (wcwidth-0.1.7.tar.gz) = 11891327c61ce243072d1bfc1fdd589037d4c113
|
||||
SHA512 (wcwidth-0.1.7.tar.gz) = 5bc9625fbd10721a50a3ac7d7f91012cca8e4f83533f265cf56890498bc52a53b155c82e67d6bc5523a5593c8d7992a1dec2a0f590318170eddf987c56f9c368
|
||||
Size (wcwidth-0.1.7.tar.gz) = 22884 bytes
|
Loading…
Reference in a new issue