pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel py-cwcwidth: added version 0.1.4



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a71d0959c2da
branches:  trunk
changeset: 449067:a71d0959c2da
user:      adam <adam%pkgsrc.org@localhost>
date:      Sat Mar 20 15:10:41 2021 +0000

description:
py-cwcwidth: added version 0.1.4

cwcwidth provides Python bindings for wcwidth and wcswidth functions defined in
POSIX.1-2001 and POSIX.1-2008 based on Cython. These functions compute the
printable length of a unicode character/string on a terminal. The module
provides the same functions as wcwidth and its behavior is compatible.

diffstat:

 devel/Makefile             |   3 ++-
 devel/py-cwcwidth/DESCR    |   4 ++++
 devel/py-cwcwidth/Makefile |  18 ++++++++++++++++++
 devel/py-cwcwidth/PLIST    |  12 ++++++++++++
 devel/py-cwcwidth/distinfo |   6 ++++++
 5 files changed, 42 insertions(+), 1 deletions(-)

diffs (73 lines):

diff -r 59e12e6efdc1 -r a71d0959c2da devel/Makefile
--- a/devel/Makefile    Sat Mar 20 14:55:57 2021 +0000
+++ b/devel/Makefile    Sat Mar 20 15:10:41 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3352 2021/03/19 22:12:08 markd Exp $
+# $NetBSD: Makefile,v 1.3353 2021/03/20 15:10:41 adam Exp $
 #
 
 COMMENT=       Development utilities
@@ -2270,6 +2270,7 @@
 SUBDIR+=       py-curses
 SUBDIR+=       py-cursespanel
 SUBDIR+=       py-curtsies
+SUBDIR+=       py-cwcwidth
 SUBDIR+=       py-cyordereddict
 SUBDIR+=       py-cython
 SUBDIR+=       py-cytoolz
diff -r 59e12e6efdc1 -r a71d0959c2da devel/py-cwcwidth/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-cwcwidth/DESCR   Sat Mar 20 15:10:41 2021 +0000
@@ -0,0 +1,4 @@
+cwcwidth provides Python bindings for wcwidth and wcswidth functions defined in
+POSIX.1-2001 and POSIX.1-2008 based on Cython. These functions compute the
+printable length of a unicode character/string on a terminal. The module
+provides the same functions as wcwidth and its behavior is compatible.
diff -r 59e12e6efdc1 -r a71d0959c2da devel/py-cwcwidth/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-cwcwidth/Makefile        Sat Mar 20 15:10:41 2021 +0000
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2021/03/20 15:10:41 adam Exp $
+
+DISTNAME=      cwcwidth-0.1.4
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    devel python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=c/cwcwidth/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/sebastinas/cwcwidth
+COMMENT=       Python bindings for wc(s)width
+LICENSE=       mit
+
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-cython-[0-9]*:../../devel/py-cython
+
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 59e12e6efdc1 -r a71d0959c2da devel/py-cwcwidth/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-cwcwidth/PLIST   Sat Mar 20 15:10:41 2021 +0000
@@ -0,0 +1,12 @@
+@comment $NetBSD: PLIST,v 1.1 2021/03/20 15:10:41 adam Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/cwcwidth/__init__.py
+${PYSITELIB}/cwcwidth/__init__.pyc
+${PYSITELIB}/cwcwidth/__init__.pyo
+${PYSITELIB}/cwcwidth/_impl.pyi
+${PYSITELIB}/cwcwidth/_impl.so
+${PYSITELIB}/cwcwidth/py.typed
diff -r 59e12e6efdc1 -r a71d0959c2da devel/py-cwcwidth/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-cwcwidth/distinfo        Sat Mar 20 15:10:41 2021 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2021/03/20 15:10:41 adam Exp $
+
+SHA1 (cwcwidth-0.1.4.tar.gz) = 23a58bf13d0d19a1fe760c4466b6d9cfd882d5d4
+RMD160 (cwcwidth-0.1.4.tar.gz) = e754f0c66e570bf36eebdbb8c02e124c87361f98
+SHA512 (cwcwidth-0.1.4.tar.gz) = 6c87435939ef2c9f048de71bd75cbb62f26bb4298f54a4a48fbf0ebac1ca49ef857121c1583abf373017f8475f9dbafbf3760ee25776dfae16eb4fa83d23aea1
+Size (cwcwidth-0.1.4.tar.gz) = 11190 bytes



Home | Main Index | Thread Index | Old Index