pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/py-unicodecsv The unicodecsv is a drop-in re...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/961467106162
branches:  trunk
changeset: 367006:961467106162
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Aug 21 15:44:40 2017 +0000

description:
The unicodecsv is a drop-in replacement for Python 2.7's csv module which
supports unicode strings without a hassle.

diffstat:

 databases/py-unicodecsv/DESCR    |   2 ++
 databases/py-unicodecsv/Makefile |  16 ++++++++++++++++
 databases/py-unicodecsv/PLIST    |  17 +++++++++++++++++
 databases/py-unicodecsv/distinfo |   6 ++++++
 4 files changed, 41 insertions(+), 0 deletions(-)

diffs (57 lines):

diff -r e4219c378c4a -r 961467106162 databases/py-unicodecsv/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/py-unicodecsv/DESCR     Mon Aug 21 15:44:40 2017 +0000
@@ -0,0 +1,2 @@
+The unicodecsv is a drop-in replacement for Python 2.7's csv module which
+supports unicode strings without a hassle.
diff -r e4219c378c4a -r 961467106162 databases/py-unicodecsv/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/py-unicodecsv/Makefile  Mon Aug 21 15:44:40 2017 +0000
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2017/08/21 15:44:40 adam Exp $
+
+DISTNAME=      unicodecsv-0.14.1
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    databases python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=u/unicodecsv/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/jdunck/python-unicodecsv
+COMMENT=       Drop-in replacement for Python's csv module with unicode support
+LICENSE=       modified-bsd
+
+USE_LANGUAGES=         # empty
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r e4219c378c4a -r 961467106162 databases/py-unicodecsv/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/py-unicodecsv/PLIST     Mon Aug 21 15:44:40 2017 +0000
@@ -0,0 +1,17 @@
+@comment $NetBSD: PLIST,v 1.1 2017/08/21 15:44:40 adam Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/unicodecsv/__init__.py
+${PYSITELIB}/unicodecsv/__init__.pyc
+${PYSITELIB}/unicodecsv/__init__.pyo
+${PYSITELIB}/unicodecsv/py2.py
+${PYSITELIB}/unicodecsv/py2.pyc
+${PYSITELIB}/unicodecsv/py2.pyo
+${PYSITELIB}/unicodecsv/py3.py
+${PYSITELIB}/unicodecsv/py3.pyc
+${PYSITELIB}/unicodecsv/py3.pyo
+${PYSITELIB}/unicodecsv/test.py
+${PYSITELIB}/unicodecsv/test.pyc
+${PYSITELIB}/unicodecsv/test.pyo
diff -r e4219c378c4a -r 961467106162 databases/py-unicodecsv/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/py-unicodecsv/distinfo  Mon Aug 21 15:44:40 2017 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/08/21 15:44:40 adam Exp $
+
+SHA1 (unicodecsv-0.14.1.tar.gz) = 2d54bfb7a36d58d910582410d7514e895aa288bf
+RMD160 (unicodecsv-0.14.1.tar.gz) = e32a55b18f1ea62a47db3490191bd4bb6566453f
+SHA512 (unicodecsv-0.14.1.tar.gz) = fdd7696c4ccfd478dbf1ff846714b7bab4711ca294fb212ae173b66becd2f9220cbcf69afb8e00162312373d9e59a6336bd7be2f5c270ac0dee359a830290bd9
+Size (unicodecsv-0.14.1.tar.gz) = 10267 bytes



Home | Main Index | Thread Index | Old Index