pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-wcwidth
Module Name: pkgsrc
Committed By: kamil
Date: Sun Aug 21 00:50:02 UTC 2016
Added Files:
pkgsrc/devel/py-wcwidth: DESCR Makefile PLIST distinfo
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-wcwidth/DESCR \
pkgsrc/devel/py-wcwidth/Makefile pkgsrc/devel/py-wcwidth/PLIST \
pkgsrc/devel/py-wcwidth/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/devel/py-wcwidth/DESCR
diff -u /dev/null pkgsrc/devel/py-wcwidth/DESCR:1.1
--- /dev/null Sun Aug 21 00:50:02 2016
+++ pkgsrc/devel/py-wcwidth/DESCR Sun Aug 21 00:50:02 2016
@@ -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
Index: pkgsrc/devel/py-wcwidth/Makefile
diff -u /dev/null pkgsrc/devel/py-wcwidth/Makefile:1.1
--- /dev/null Sun Aug 21 00:50:02 2016
+++ pkgsrc/devel/py-wcwidth/Makefile Sun Aug 21 00:50:02 2016
@@ -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"
Index: pkgsrc/devel/py-wcwidth/PLIST
diff -u /dev/null pkgsrc/devel/py-wcwidth/PLIST:1.1
--- /dev/null Sun Aug 21 00:50:02 2016
+++ pkgsrc/devel/py-wcwidth/PLIST Sun Aug 21 00:50:02 2016
@@ -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
Index: pkgsrc/devel/py-wcwidth/distinfo
diff -u /dev/null pkgsrc/devel/py-wcwidth/distinfo:1.1
--- /dev/null Sun Aug 21 00:50:02 2016
+++ pkgsrc/devel/py-wcwidth/distinfo Sun Aug 21 00:50:02 2016
@@ -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