Revision: 148949 https://trac.macports.org/changeset/148949 Author: mf2k@macports.org Date: 2016-05-23 08:11:19 -0700 (Mon, 23 May 2016) Log Message: ----------- py-csvkit: Add python 3.4 and 3.5. Fix and sort dependencies. Minor whitespace and line placement fixes. Modified Paths: -------------- trunk/dports/python/py-csvkit/Portfile Added Paths: ----------- trunk/dports/python/py-csvkit/files/py34-csvkit trunk/dports/python/py-csvkit/files/py35-csvkit Modified: trunk/dports/python/py-csvkit/Portfile =================================================================== --- trunk/dports/python/py-csvkit/Portfile 2016-05-23 12:59:43 UTC (rev 148948) +++ trunk/dports/python/py-csvkit/Portfile 2016-05-23 15:11:19 UTC (rev 148949) @@ -7,12 +7,12 @@ name py-csvkit version 0.9.1 -python.versions 27 +python.versions 27 34 35 categories-append textproc platforms darwin maintainers nomaintainer license MIT -homepage http://pypi.python.org/pypi/csvkit + description suite of utilities for converting to and working with CSV long_description \ csvkit is a suite of utilities for converting to and working with CSV, the \ @@ -20,23 +20,25 @@ Unix text processing suite (grep, sed, cut, sort) is to text. As such, csvkit \ adheres to the Unix philosophy. +homepage http://pypi.python.org/pypi/csvkit master_sites http://pypi.python.org/packages/source/c/csvkit -distname csvkit-${version} checksums rmd160 e83e5968dbdd22a63bb50caf11ab0f73c62928c8 \ sha256 92f8b8647becb5cb1dccb3af92a13a4e85702d42ba465ce8447881fb38c9f93a +distname csvkit-${version} + if {${name} ne ${subport}} { livecheck.type none depends_build-append \ port:py${python.version}-setuptools - depends_lib port:csvkit_select \ - port:py${python.version}-xlrd \ + depends_lib-append port:csvkit_select \ port:py${python.version}-dateutil \ + port:py${python.version}-openpyxl \ port:py${python.version}-sqlalchemy \ - port:py${python.version}-openpyxl + port:py${python.version}-xlrd select.group csvkit select.file ${filespath}/py${python.version}-csvkit } else { Added: trunk/dports/python/py-csvkit/files/py34-csvkit =================================================================== --- trunk/dports/python/py-csvkit/files/py34-csvkit (rev 0) +++ trunk/dports/python/py-csvkit/files/py34-csvkit 2016-05-23 15:11:19 UTC (rev 148949) @@ -0,0 +1,11 @@ +bin/csvclean-3.4 +bin/csvcut-3.4 +bin/csvgrep-3.4 +bin/csvjoin-3.4 +bin/csvjson-3.4 +bin/csvlook-3.4 +bin/csvsort-3.4 +bin/csvsql-3.4 +bin/csvstack-3.4 +bin/csvstat-3.4 +bin/in2csv-3.4 Added: trunk/dports/python/py-csvkit/files/py35-csvkit =================================================================== --- trunk/dports/python/py-csvkit/files/py35-csvkit (rev 0) +++ trunk/dports/python/py-csvkit/files/py35-csvkit 2016-05-23 15:11:19 UTC (rev 148949) @@ -0,0 +1,11 @@ +bin/csvclean-3.5 +bin/csvcut-3.5 +bin/csvgrep-3.5 +bin/csvjoin-3.5 +bin/csvjson-3.5 +bin/csvlook-3.5 +bin/csvsort-3.5 +bin/csvsql-3.5 +bin/csvstack-3.5 +bin/csvstat-3.5 +bin/in2csv-3.5
participants (1)
-
mf2k@macports.org