Revision: 138216 https://trac.macports.org/changeset/138216 Author: mmoll@macports.org Date: 2015-07-02 08:14:54 -0700 (Thu, 02 Jul 2015) Log Message: ----------- py-graph-tool: update to version 2.2.44 Modified Paths: -------------- trunk/dports/python/py-graph-tool/Portfile Modified: trunk/dports/python/py-graph-tool/Portfile =================================================================== --- trunk/dports/python/py-graph-tool/Portfile 2015-07-02 15:00:58 UTC (rev 138215) +++ trunk/dports/python/py-graph-tool/Portfile 2015-07-02 15:14:54 UTC (rev 138216) @@ -8,7 +8,7 @@ set realname graph-tool name py-${realname} -version 2.2.43 +version 2.2.44 epoch 20150421 categories python science platforms darwin @@ -22,9 +22,9 @@ homepage http://graph-tool.skewed.de master_sites http://downloads.skewed.de/graph-tool/ use_bzip2 yes -checksums md5 cd3f8bf719db0b9565f58babe952108b \ - sha1 7b40397f6c30fec5f627e2ebee1cb55638da4b1b \ - rmd160 2677418395be298620c40895aba2e9478125c10e +checksums md5 da638c45062f70cd56fead7a94c35fc5 \ + sha1 8120e72dd1f1d64f633f5463f526d34616a32efa \ + rmd160 f0d6f63a4995d21f32baf46f1ef063a94f4522d6 distname ${realname}-${version} python.versions 27 34 @@ -39,7 +39,7 @@ } if {${name} ne ${subport}} { - compiler.blacklist gcc-3.3 {*gcc-4.[0-3]} + compiler.blacklist gcc-3.3 {*gcc-4.[0-7]} compiler.blacklist-append {clang < 500} universal_variant no depends_build-append port:pkgconfig @@ -53,7 +53,7 @@ port:py${python.version}-gobject3 \ port:py${python.version}-cairo use_configure yes - # parallel build starts swapping, even on a MacBook Pro with 8GB of RAM. + # parallel build starts swapping with 8GB of RAM. use_parallel_build no # graph-tool relies on Boost.Python, so make sure it is installed.