From owner-svn-ports-all@freebsd.org Mon Jul 4 16:48:17 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 45FABB90C92; Mon, 4 Jul 2016 16:48:17 +0000 (UTC) (envelope-from matthew@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 208FE225C; Mon, 4 Jul 2016 16:48:17 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u64GmGuK082192; Mon, 4 Jul 2016 16:48:16 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u64GmFUa082186; Mon, 4 Jul 2016 16:48:15 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201607041648.u64GmFUa082186@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Mon, 4 Jul 2016 16:48:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r418044 - in head/textproc: . py-csvkit py-csvkit/files 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.22 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: Mon, 04 Jul 2016 16:48:17 -0000 Author: matthew Date: Mon Jul 4 16:48:15 2016 New Revision: 418044 URL: https://svnweb.freebsd.org/changeset/ports/418044 Log: csvkit is a suite of command-line tools for converting to and working with CSV, the king of tabular file formats. Added: head/textproc/py-csvkit/ head/textproc/py-csvkit/Makefile (contents, props changed) head/textproc/py-csvkit/distinfo (contents, props changed) head/textproc/py-csvkit/files/ head/textproc/py-csvkit/files/patch-csvkit.egg-info_requires.txt (contents, props changed) head/textproc/py-csvkit/files/patch-setup.py (contents, props changed) head/textproc/py-csvkit/pkg-descr (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Mon Jul 4 16:35:54 2016 (r418043) +++ head/textproc/Makefile Mon Jul 4 16:48:15 2016 (r418044) @@ -1226,6 +1226,7 @@ SUBDIR += py-chardet SUBDIR += py-cloud_sptheme SUBDIR += py-creole + SUBDIR += py-csvkit SUBDIR += py-dbf SUBDIR += py-dbfread SUBDIR += py-diff-match-patch Added: head/textproc/py-csvkit/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py-csvkit/Makefile Mon Jul 4 16:48:15 2016 (r418044) @@ -0,0 +1,25 @@ +# $FreeBSD$ + +PORTNAME= csvkit +PORTVERSION= 0.9.1 +CATEGORIES= textproc python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= matthew@FreeBSD.org +COMMENT= Command line tools for working with CSV + +LICENSE= MIT + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}agate-dbf>=0.1.0:textproc/py-agate-dbf \ + ${PYTHON_PKGNAMEPREFIX}agate-excel>=0.1.0:textproc/py-agate-excel \ + ${PYTHON_PKGNAMEPREFIX}agate>=1.2.2:textproc/py-agate \ + ${PYTHON_PKGNAMEPREFIX}dateutil>=2.2:devel/py-dateutil \ + ${PYTHON_PKGNAMEPREFIX}dbf>0.94.003:textproc/py-dbf \ + ${PYTHON_PKGNAMEPREFIX}six>=1.6.1:devel/py-six \ + ${PYTHON_PKGNAMEPREFIX}sqlalchemy09>=0.9.3:databases/py-sqlalchemy09 + +USES= python +USE_PYTHON= autoplist distutils + +.include Added: head/textproc/py-csvkit/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py-csvkit/distinfo Mon Jul 4 16:48:15 2016 (r418044) @@ -0,0 +1,3 @@ +TIMESTAMP = 1463399029 +SHA256 (csvkit-0.9.1.tar.gz) = 92f8b8647becb5cb1dccb3af92a13a4e85702d42ba465ce8447881fb38c9f93a +SIZE (csvkit-0.9.1.tar.gz) = 34170 Added: head/textproc/py-csvkit/files/patch-csvkit.egg-info_requires.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py-csvkit/files/patch-csvkit.egg-info_requires.txt Mon Jul 4 16:48:15 2016 (r418044) @@ -0,0 +1,12 @@ +--- csvkit.egg-info/requires.txt.orig 2015-03-31 02:06:59 UTC ++++ csvkit.egg-info/requires.txt +@@ -1,6 +1,6 @@ + xlrd>=0.7.1 + sqlalchemy>=0.6.6 +-openpyxl==2.2.0-b1 ++openpyxl>=2.2.0-b1 + six>=1.6.1 +-python-dateutil==2.2 +-dbf==0.94.003 ++python-dateutil>=2.2 ++dbf>=0.94.003 Added: head/textproc/py-csvkit/files/patch-setup.py ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py-csvkit/files/patch-setup.py Mon Jul 4 16:48:15 2016 (r418044) @@ -0,0 +1,23 @@ +--- setup.py.orig 2015-03-31 01:07:39 UTC ++++ setup.py +@@ -6,9 +6,9 @@ from setuptools import setup + install_requires = [ + 'xlrd>=0.7.1', + 'sqlalchemy>=0.6.6', +- 'openpyxl==2.2.0-b1', ++ 'openpyxl>=2.2.0-b1', + 'six>=1.6.1', +- 'python-dateutil==2.2' ++ 'python-dateutil>=2.2' + ] + + if sys.version_info < (2, 7): +@@ -17,7 +17,7 @@ if sys.version_info < (2, 7): + install_requires.append('simplejson>=3.6.3') + + if sys.version_info[0] == 2: +- install_requires.append('dbf==0.94.003') ++ install_requires.append('dbf>=0.94.003') + + setup( + name='csvkit', Added: head/textproc/py-csvkit/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py-csvkit/pkg-descr Mon Jul 4 16:48:15 2016 (r418044) @@ -0,0 +1,2 @@ +csvkit is a suite of command-line tools for converting to and working +with CSV, the king of tabular file formats.