Revision: 89516 http://trac.macports.org/changeset/89516 Author: robitaille@macports.org Date: 2012-02-01 08:31:17 -0800 (Wed, 01 Feb 2012) Log Message: ----------- py-pywcs: updated to unified port format Modified Paths: -------------- trunk/dports/python/py-pywcs/Portfile Added Paths: ----------- trunk/dports/python/py-pywcs/ Removed Paths: ------------- trunk/dports/python/py25-pywcs/ trunk/dports/python/py26-pywcs/ trunk/dports/python/py27-pywcs/ Modified: trunk/dports/python/py-pywcs/Portfile =================================================================== --- trunk/dports/python/py27-pywcs/Portfile 2012-02-01 16:22:54 UTC (rev 89515) +++ trunk/dports/python/py-pywcs/Portfile 2012-02-01 16:31:17 UTC (rev 89516) @@ -1,10 +1,10 @@ # -*- 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-pywcs +name py-pywcs version 1.10-4.7 maintainers robitaille stsci.edu:mperrin @@ -23,5 +23,8 @@ sha1 bfe50e01325e071aaa24b7927b743cebf3512a32 \ rmd160 d8faac156537244dbd46b904c23aa9beddc518a0 -depends_run-append port:py27-numpy \ - port:py27-pyfits +python.versions 25 26 27 +python.default_version 27 + +depends_run-append port:py${python.version}-numpy \ + port:py${python.version}-pyfits