[79116] trunk/dports/python

robitaille at macports.org robitaille at macports.org
Thu Jun 2 13:42:45 PDT 2011


Revision: 79116
          http://trac.macports.org/changeset/79116
Author:   robitaille at macports.org
Date:     2011-06-02 13:42:45 -0700 (Thu, 02 Jun 2011)
Log Message:
-----------
py*-idlsave: new port, version 0.9.7

Added Paths:
-----------
    trunk/dports/python/py25-idlsave/
    trunk/dports/python/py25-idlsave/Portfile
    trunk/dports/python/py26-idlsave/
    trunk/dports/python/py26-idlsave/Portfile
    trunk/dports/python/py27-idlsave/
    trunk/dports/python/py27-idlsave/Portfile

Added: trunk/dports/python/py25-idlsave/Portfile
===================================================================
--- trunk/dports/python/py25-idlsave/Portfile	                        (rev 0)
+++ trunk/dports/python/py25-idlsave/Portfile	2011-06-02 20:42:45 UTC (rev 79116)
@@ -0,0 +1,30 @@
+# -*- 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 python25 1.0
+
+name                py25-idlsave
+version             0.9.7
+maintainers         robitaille
+
+categories-append   science
+description         IDLSave - a python module to read IDL 'save' files
+long_description    IDLSave is a pure Python module to import variables \
+                    from IDL 'save' files (e.g. .sav) into Python, and does \
+                    not require IDL to work. It has a very simple command-line \
+                    interface, and converts all IDL variables to python types. \
+                    Arrays are converted to Numpy arrays, and Structures are \
+                    converted to Numpy record arrays.
+
+platforms           darwin
+license             MIT
+
+homepage            http://astrofrog.github.com/idlsave/
+master_sites        http://cloud.github.com/downloads/astrofrog/idlsave/
+distname            IDLSave-${version}
+checksums           md5  8364d1271231ec4b9e7fd75bc9c630a1 \
+                    sha1  42bcc0957feacf3a1f7bcc915083c62a3bc71b15 \
+                    rmd160  d55cd2f87c7842c36e87700050e88dff6d2e53f8
+
+depends_run-append  port:py25-numpy


Property changes on: trunk/dports/python/py25-idlsave/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native

Added: trunk/dports/python/py26-idlsave/Portfile
===================================================================
--- trunk/dports/python/py26-idlsave/Portfile	                        (rev 0)
+++ trunk/dports/python/py26-idlsave/Portfile	2011-06-02 20:42:45 UTC (rev 79116)
@@ -0,0 +1,30 @@
+# -*- 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 python26 1.0
+
+name                py26-idlsave
+version             0.9.7
+maintainers         robitaille
+
+categories-append   science
+description         IDLSave - a python module to read IDL 'save' files
+long_description    IDLSave is a pure Python module to import variables \
+                    from IDL 'save' files (e.g. .sav) into Python, and does \
+                    not require IDL to work. It has a very simple command-line \
+                    interface, and converts all IDL variables to python types. \
+                    Arrays are converted to Numpy arrays, and Structures are \
+                    converted to Numpy record arrays.
+
+platforms           darwin
+license             MIT
+
+homepage            http://astrofrog.github.com/idlsave/
+master_sites        http://cloud.github.com/downloads/astrofrog/idlsave/
+distname            IDLSave-${version}
+checksums           md5  8364d1271231ec4b9e7fd75bc9c630a1 \
+                    sha1  42bcc0957feacf3a1f7bcc915083c62a3bc71b15 \
+                    rmd160  d55cd2f87c7842c36e87700050e88dff6d2e53f8
+
+depends_run-append  port:py26-numpy


Property changes on: trunk/dports/python/py26-idlsave/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native

Added: trunk/dports/python/py27-idlsave/Portfile
===================================================================
--- trunk/dports/python/py27-idlsave/Portfile	                        (rev 0)
+++ trunk/dports/python/py27-idlsave/Portfile	2011-06-02 20:42:45 UTC (rev 79116)
@@ -0,0 +1,30 @@
+# -*- 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
+
+name                py27-idlsave
+version             0.9.7
+maintainers         robitaille
+
+categories-append   science
+description         IDLSave - a python module to read IDL 'save' files
+long_description    IDLSave is a pure Python module to import variables \
+                    from IDL 'save' files (e.g. .sav) into Python, and does \
+                    not require IDL to work. It has a very simple command-line \
+                    interface, and converts all IDL variables to python types. \
+                    Arrays are converted to Numpy arrays, and Structures are \
+                    converted to Numpy record arrays.
+
+platforms           darwin
+license             MIT
+
+homepage            http://astrofrog.github.com/idlsave/
+master_sites        http://cloud.github.com/downloads/astrofrog/idlsave/
+distname            IDLSave-${version}
+checksums           md5  8364d1271231ec4b9e7fd75bc9c630a1 \
+                    sha1  42bcc0957feacf3a1f7bcc915083c62a3bc71b15 \
+                    rmd160  d55cd2f87c7842c36e87700050e88dff6d2e53f8
+
+depends_run-append  port:py27-numpy


Property changes on: trunk/dports/python/py27-idlsave/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110602/12ded752/attachment.html>


More information about the macports-changes mailing list