diff options
author | adam <adam@pkgsrc.org> | 2017-08-21 15:40:17 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2017-08-21 15:40:17 +0000 |
commit | 37b5a34b4c232024699eaff9f18af7bd29fbda03 (patch) | |
tree | e09dc1f2321c1aab9b355060c36c8ce1d446aa61 /databases/Makefile | |
parent | ce667c61e72c1937f3bcc4dcf1214b08bb5b00fb (diff) | |
download | pkgsrc-37b5a34b4c232024699eaff9f18af7bd29fbda03.tar.gz |
The unicodecsv is a drop-in replacement for Python 2.7's csv module which
supports unicode strings without a hassle.
Diffstat (limited to 'databases/Makefile')
-rw-r--r-- | databases/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/Makefile b/databases/Makefile index da1b171415b..02d642be515 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.537 2017/08/17 02:04:07 gavan Exp $ +# $NetBSD: Makefile,v 1.538 2017/08/21 15:40:17 adam Exp $ COMMENT= Databases @@ -376,6 +376,7 @@ SUBDIR+= py-sybase SUBDIR+= py-table SUBDIR+= py-tokyocabinet SUBDIR+= py-trytond-ldap-authentication +SUBDIR+= py-unicodecsv SUBDIR+= py-whisper SUBDIR+= qdbm SUBDIR+= qdbm-cgi |