Date: Wed, 28 Dec 2016 12:21:40 +0000 (UTC) From: Matthew Seaman <matthew@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r429745 - in head/textproc/py-csvkit: . files Message-ID: <201612281221.uBSCLeIY085219@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: matthew Date: Wed Dec 28 12:21:40 2016 New Revision: 429745 URL: https://svnweb.freebsd.org/changeset/ports/429745 Log: Update to 1.0.0 ChangeLog: https://github.com/wireservice/csvkit/blob/1.0.0/CHANGELOG.rst Deleted: head/textproc/py-csvkit/files/ Modified: head/textproc/py-csvkit/Makefile head/textproc/py-csvkit/distinfo (contents, props changed) head/textproc/py-csvkit/pkg-descr (contents, props changed) Modified: head/textproc/py-csvkit/Makefile ============================================================================== --- head/textproc/py-csvkit/Makefile Wed Dec 28 12:21:28 2016 (r429744) +++ head/textproc/py-csvkit/Makefile Wed Dec 28 12:21:40 2016 (r429745) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= csvkit -PORTVERSION= 0.9.1 -PORTREVISION= 1 +PORTVERSION= 1.0.0 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,13 +11,11 @@ COMMENT= Command line tools for working 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:databases/py-dbf \ - ${PYTHON_PKGNAMEPREFIX}six>=1.6.1:devel/py-six \ - ${PYTHON_PKGNAMEPREFIX}sqlalchemy10>=0.9.3:databases/py-sqlalchemy10 +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}agate>=1.5.4:textproc/py-agate \ + ${PYTHON_PKGNAMEPREFIX}agate-excel>=0.2.0:textproc/py-agate-excel \ + ${PYTHON_PKGNAMEPREFIX}agate-dbf>=0.2.0:textproc/py-agate-dbf \ + ${PYTHON_PKGNAMEPREFIX}agate-sql>=0.5.0:databases/py-agate-sql \ + ${PYTHON_PKGNAMEPREFIX}six>=1.6.1:devel/py-six USES= python USE_PYTHON= autoplist distutils Modified: head/textproc/py-csvkit/distinfo ============================================================================== --- head/textproc/py-csvkit/distinfo Wed Dec 28 12:21:28 2016 (r429744) +++ head/textproc/py-csvkit/distinfo Wed Dec 28 12:21:40 2016 (r429745) @@ -1,3 +1,3 @@ -TIMESTAMP = 1463399029 -SHA256 (csvkit-0.9.1.tar.gz) = 92f8b8647becb5cb1dccb3af92a13a4e85702d42ba465ce8447881fb38c9f93a -SIZE (csvkit-0.9.1.tar.gz) = 34170 +TIMESTAMP = 1482921083 +SHA256 (csvkit-1.0.0.tar.gz) = 1ce6202b5dfd3614018e54d59ea5e13d568b506857fc9dc1d14891f33af2f666 +SIZE (csvkit-1.0.0.tar.gz) = 5034464 Modified: head/textproc/py-csvkit/pkg-descr ============================================================================== --- head/textproc/py-csvkit/pkg-descr Wed Dec 28 12:21:28 2016 (r429744) +++ head/textproc/py-csvkit/pkg-descr Wed Dec 28 12:21:40 2016 (r429745) @@ -1,2 +1,4 @@ csvkit is a suite of command-line tools for converting to and working with CSV, the king of tabular file formats. + +WWW: https://csvkit.readthedocs.io/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612281221.uBSCLeIY085219>