pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel
Module Name: pkgsrc
Committed By: adam
Date: Sat Mar 20 15:10:41 UTC 2021
Modified Files:
pkgsrc/devel: Makefile
Added Files:
pkgsrc/devel/py-cwcwidth: DESCR Makefile PLIST distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.3352 -r1.3353 pkgsrc/devel/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-cwcwidth/DESCR \
pkgsrc/devel/py-cwcwidth/Makefile pkgsrc/devel/py-cwcwidth/PLIST \
pkgsrc/devel/py-cwcwidth/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/Makefile
diff -u pkgsrc/devel/Makefile:1.3352 pkgsrc/devel/Makefile:1.3353
--- pkgsrc/devel/Makefile:1.3352 Fri Mar 19 22:12:08 2021
+++ pkgsrc/devel/Makefile Sat Mar 20 15:10:41 2021
@@ -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-crayons
SUBDIR+= py-curses
SUBDIR+= py-cursespanel
SUBDIR+= py-curtsies
+SUBDIR+= py-cwcwidth
SUBDIR+= py-cyordereddict
SUBDIR+= py-cython
SUBDIR+= py-cytoolz
Added files:
Index: pkgsrc/devel/py-cwcwidth/DESCR
diff -u /dev/null pkgsrc/devel/py-cwcwidth/DESCR:1.1
--- /dev/null Sat Mar 20 15:10:41 2021
+++ pkgsrc/devel/py-cwcwidth/DESCR Sat Mar 20 15:10:41 2021
@@ -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.
Index: pkgsrc/devel/py-cwcwidth/Makefile
diff -u /dev/null pkgsrc/devel/py-cwcwidth/Makefile:1.1
--- /dev/null Sat Mar 20 15:10:41 2021
+++ pkgsrc/devel/py-cwcwidth/Makefile Sat Mar 20 15:10:41 2021
@@ -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"
Index: pkgsrc/devel/py-cwcwidth/PLIST
diff -u /dev/null pkgsrc/devel/py-cwcwidth/PLIST:1.1
--- /dev/null Sat Mar 20 15:10:41 2021
+++ pkgsrc/devel/py-cwcwidth/PLIST Sat Mar 20 15:10:41 2021
@@ -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
Index: pkgsrc/devel/py-cwcwidth/distinfo
diff -u /dev/null pkgsrc/devel/py-cwcwidth/distinfo:1.1
--- /dev/null Sat Mar 20 15:10:41 2021
+++ pkgsrc/devel/py-cwcwidth/distinfo Sat Mar 20 15:10:41 2021
@@ -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