From owner-svn-ports-all@freebsd.org Wed Oct 12 10:21:19 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8620BC0D433; Wed, 12 Oct 2016 10:21:19 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 39399B04; Wed, 12 Oct 2016 10:21:19 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9CALIZI030305; Wed, 12 Oct 2016 10:21:18 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9CALH5d030301; Wed, 12 Oct 2016 10:21:17 GMT (envelope-from novel@FreeBSD.org) Message-Id: <201610121021.u9CALH5d030301@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Wed, 12 Oct 2016 10:21:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423850 - in head/devel: . py-unicodecsv X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2016 10:21:19 -0000 Author: novel Date: Wed Oct 12 10:21:17 2016 New Revision: 423850 URL: https://svnweb.freebsd.org/changeset/ports/423850 Log: Add py-unicodecsv 0.14.1, drop-in replacement for Python 2.7 csv module. PR: 213337 Submitted by: Alexander Nusov Added: head/devel/py-unicodecsv/ head/devel/py-unicodecsv/Makefile (contents, props changed) head/devel/py-unicodecsv/distinfo (contents, props changed) head/devel/py-unicodecsv/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Oct 12 10:20:37 2016 (r423849) +++ head/devel/Makefile Wed Oct 12 10:21:17 2016 (r423850) @@ -4571,6 +4571,7 @@ SUBDIR += py-ua_parser SUBDIR += py-ujson SUBDIR += py-uncompyle2 + SUBDIR += py-unicodecsv SUBDIR += py-unipath SUBDIR += py-unpaddedbase64 SUBDIR += py-update_checker Added: head/devel/py-unicodecsv/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-unicodecsv/Makefile Wed Oct 12 10:21:17 2016 (r423850) @@ -0,0 +1,16 @@ +# Created by: Alexander Nusov +# $FreeBSD$ + +PORTNAME= unicodecsv +PORTVERSION= 0.14.1 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= alexander.nusov@nfvexpress.com +COMMENT= Drop-in replacement for Python 2.7 csv module + +USES= python +USE_PYTHON= autoplist distutils + +.include Added: head/devel/py-unicodecsv/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-unicodecsv/distinfo Wed Oct 12 10:21:17 2016 (r423850) @@ -0,0 +1,3 @@ +TIMESTAMP = 1475870339 +SHA256 (unicodecsv-0.14.1.tar.gz) = 018c08037d48649a0412063ff4eda26eaa81eff1546dbffa51fa5293276ff7fc +SIZE (unicodecsv-0.14.1.tar.gz) = 10267 Added: head/devel/py-unicodecsv/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-unicodecsv/pkg-descr Wed Oct 12 10:21:17 2016 (r423850) @@ -0,0 +1,5 @@ +The unicodecsv is a drop-in replacement for Python 2.7 csv module +which supports unicode strings without a hassle. +Supported versions are python 2.7, 3.3, 3.4, 3.5, and pypy 2.4.0. + +WWW: https://arrow.readthedocs.org/en/latest/