Revision: 89521 http://trac.macports.org/changeset/89521 Author: robitaille@macports.org Date: 2012-02-01 08:49:07 -0800 (Wed, 01 Feb 2012) Log Message: ----------- py-asciitable: updated to 0.8.0 and to unified port format Modified Paths: -------------- trunk/dports/python/py-asciitable/Portfile Added Paths: ----------- trunk/dports/python/py-asciitable/ Removed Paths: ------------- trunk/dports/python/py25-asciitable/ trunk/dports/python/py26-asciitable/ trunk/dports/python/py27-asciitable/ Modified: trunk/dports/python/py-asciitable/Portfile =================================================================== --- trunk/dports/python/py27-asciitable/Portfile 2012-02-01 16:22:54 UTC (rev 89515) +++ trunk/dports/python/py-asciitable/Portfile 2012-02-01 16:49:07 UTC (rev 89521) @@ -1,11 +1,11 @@ # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 # $Id$ -PortSystem 1.0 -PortGroup python27 1.0 +PortSystem 1.0 +PortGroup python 1.0 -name py27-asciitable -version 0.7.0.2 +name py-asciitable +version 0.8.0 maintainers robitaille stsci.edu:mperrin categories-append science @@ -17,8 +17,11 @@ homepage http://cxc.harvard.edu/contrib/asciitable/ master_sites http://pypi.python.org/packages/source/a/asciitable/ distname asciitable-${version} -checksums md5 18dd5688f2aa101fe32df1209b79bed0 \ - sha1 fbfa13ebab5380a965c02223a96013d64ea31c12 \ - rmd160 318a2191e04deb855f5f73313ff32928c868bcbc +checksums md5 913dac05fbf69ae76504f955b77659e5 \ + sha1 b10ec19b930e7cd758ac4748c50c25f1285f256a \ + rmd160 3423ebb18d24bee4073209a6e073feeb99982f61 -depends_run-append port:py27-numpy +python.versions 25 26 27 31 32 +python.default_version 27 + +depends_run-append port:py${python.version}-numpy