[145731] trunk/dports/python/py-csvkit/Portfile

devans at macports.org devans at macports.org
Sun Feb 14 18:16:00 PST 2016


Revision: 145731
          https://trac.macports.org/changeset/145731
Author:   devans at macports.org
Date:     2016-02-14 18:16:00 -0800 (Sun, 14 Feb 2016)
Log Message:
-----------
py-csvkit: update to version 0.9.1, requires py-setuptools to build.

Modified Paths:
--------------
    trunk/dports/python/py-csvkit/Portfile

Modified: trunk/dports/python/py-csvkit/Portfile
===================================================================
--- trunk/dports/python/py-csvkit/Portfile	2016-02-15 01:56:15 UTC (rev 145730)
+++ trunk/dports/python/py-csvkit/Portfile	2016-02-15 02:16:00 UTC (rev 145731)
@@ -6,7 +6,7 @@
 PortGroup           select 1.0
 
 name                py-csvkit
-version             0.4.3
+version             0.9.1
 python.versions     27
 categories-append   textproc
 platforms           darwin
@@ -23,12 +23,15 @@
 master_sites        http://pypi.python.org/packages/source/c/csvkit
 distname            csvkit-${version}
 
-checksums           rmd160  a4526161f3bcb7cd61b8aaf9041dfcaf0a361074 \
-                    sha256  542d0fede943ad25235e919d51775ccce936c445c2c8a47d1acafe4684bef16a
+checksums           rmd160  e83e5968dbdd22a63bb50caf11ab0f73c62928c8 \
+                    sha256  92f8b8647becb5cb1dccb3af92a13a4e85702d42ba465ce8447881fb38c9f93a
 
-
 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 \
                         port:py${python.version}-dateutil \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160214/4082434a/attachment.html>


More information about the macports-changes mailing list