pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/py-wcwidth Import wcwidth-0.1.7 as py-wcwidth
details: https://anonhg.NetBSD.org/pkgsrc/rev/9e7966694390
branches: trunk
changeset: 351446:9e7966694390
user: kamil <kamil%pkgsrc.org@localhost>
date: Sun Aug 21 00:50:02 2016 +0000
description:
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
diffstat:
devel/py-wcwidth/DESCR | 2 ++
devel/py-wcwidth/Makefile | 16 ++++++++++++++++
devel/py-wcwidth/PLIST | 24 ++++++++++++++++++++++++
devel/py-wcwidth/distinfo | 6 ++++++
4 files changed, 48 insertions(+), 0 deletions(-)
diffs (64 lines):
diff -r 2883ec75eba7 -r 9e7966694390 devel/py-wcwidth/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-wcwidth/DESCR Sun Aug 21 00:50:02 2016 +0000
@@ -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
diff -r 2883ec75eba7 -r 9e7966694390 devel/py-wcwidth/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-wcwidth/Makefile Sun Aug 21 00:50:02 2016 +0000
@@ -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@localhost
+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"
diff -r 2883ec75eba7 -r 9e7966694390 devel/py-wcwidth/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-wcwidth/PLIST Sun Aug 21 00:50:02 2016 +0000
@@ -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
diff -r 2883ec75eba7 -r 9e7966694390 devel/py-wcwidth/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-wcwidth/distinfo Sun Aug 21 00:50:02 2016 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index