[89522] trunk/dports/python

robitaille at macports.org robitaille at macports.org
Wed Feb 1 08:52:58 PST 2012


Revision: 89522
          http://trac.macports.org/changeset/89522
Author:   robitaille at macports.org
Date:     2012-02-01 08:52:58 -0800 (Wed, 01 Feb 2012)
Log Message:
-----------
py-montage: updated to unified port format

Modified Paths:
--------------
    trunk/dports/python/py-montage/Portfile

Added Paths:
-----------
    trunk/dports/python/py-montage/

Removed Paths:
-------------
    trunk/dports/python/py25-montage/
    trunk/dports/python/py26-montage/
    trunk/dports/python/py27-montage/

Modified: trunk/dports/python/py-montage/Portfile
===================================================================
--- trunk/dports/python/py27-montage/Portfile	2012-02-01 16:22:54 UTC (rev 89515)
+++ trunk/dports/python/py-montage/Portfile	2012-02-01 16:52:58 UTC (rev 89522)
@@ -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-montage
+name                py-montage
 version             0.9.3
+revision            1
 maintainers         robitaille
 
 categories-append   science
@@ -22,10 +23,13 @@
 homepage            http://astrofrog.github.com/python-montage/
 master_sites        http://cloud.github.com/downloads/astrofrog/python-montage/
 distname            python-montage-${version}
-checksums           md5  ffd96725c412286db010fbe06f6246f6 \
-                    sha1  ed4ace6824636b635ccb8410737d33a6c3a2c56c \
+checksums           md5     ffd96725c412286db010fbe06f6246f6 \
+                    sha1    ed4ace6824636b635ccb8410737d33a6c3a2c56c \
                     rmd160  0eb8f838332c97d27029d48e4ecef24761eff09b
 
-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 \
                     port:montage
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120201/c98c064a/attachment.html>


More information about the macports-changes mailing list