Revision: 124905 https://trac.macports.org/changeset/124905 Author: stromnov@macports.org Date: 2014-08-30 14:08:33 -0700 (Sat, 30 Aug 2014) Log Message: ----------- py-astroid: update to version 1.2.1 Modified Paths: -------------- trunk/dports/python/py-astroid/Portfile Modified: trunk/dports/python/py-astroid/Portfile =================================================================== --- trunk/dports/python/py-astroid/Portfile 2014-08-30 20:49:40 UTC (rev 124904) +++ trunk/dports/python/py-astroid/Portfile 2014-08-30 21:08:33 UTC (rev 124905) @@ -5,7 +5,7 @@ PortGroup python 1.0 name py-astroid -version 1.2.0 +version 1.2.1 revision 0 categories-append devel platforms darwin @@ -29,10 +29,12 @@ distname astroid-${version} -checksums rmd160 637289e6f69365801f19e4e6359d1a72f31813c2 \ - sha256 589e738d2e94bac938bd88e2b7331188c550c04b41ff516ca3ace5b143c71d75 +checksums rmd160 7c3dc9cf0954bc921b898a5513828956fd83b244 \ + sha256 9021b44cae60f38c3a7ecccc458bd92b9d73244699ffc41750ef848d62514f64 if {${name} ne ${subport}} { + use_zip yes + depends_build-append \ port:py${python.version}-setuptools