Revision: 89523 http://trac.macports.org/changeset/89523 Author: robitaille@macports.org Date: 2012-02-01 08:55:39 -0800 (Wed, 01 Feb 2012) Log Message: ----------- py-kapteyn: updated to unified port format Modified Paths: -------------- trunk/dports/python/py-kapteyn/Portfile Added Paths: ----------- trunk/dports/python/py-kapteyn/ Removed Paths: ------------- trunk/dports/python/py25-kapteyn/ trunk/dports/python/py26-kapteyn/ trunk/dports/python/py27-kapteyn/ Modified: trunk/dports/python/py-kapteyn/Portfile =================================================================== --- trunk/dports/python/py27-kapteyn/Portfile 2012-02-01 16:22:54 UTC (rev 89515) +++ trunk/dports/python/py-kapteyn/Portfile 2012-02-01 16:55:39 UTC (rev 89523) @@ -1,11 +1,12 @@ # -*- 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-kapteyn +name py-kapteyn version 2.1 +revision 1 maintainers robitaille openmaintainer categories-append science @@ -23,10 +24,13 @@ homepage http://www.astro.rug.nl/software/kapteyn/ master_sites http://www.astro.rug.nl/software/kapteyn/ distname kapteyn-${version} -checksums md5 268e6a15c5ec6bf47a4c5804994af146 \ - sha1 c041f6858a1e712abd31480eb62100513007639c \ +checksums md5 268e6a15c5ec6bf47a4c5804994af146 \ + sha1 c041f6858a1e712abd31480eb62100513007639c \ rmd160 7f058385439d52e484fbfab18ddbc31b22c45f12 -depends_run-append port:py27-numpy \ - port:py27-pyfits \ - port:py27-matplotlib +python.versions 25 26 27 +python.default_version 27 + +depends_run-append port:py${python.version}-numpy \ + port:py${python.version}-pyfits \ + port:py${python.version}-matplotlib