[82755] trunk/dports/python

robitaille at macports.org robitaille at macports.org
Fri Aug 19 13:43:19 PDT 2011


Revision: 82755
          http://trac.macports.org/changeset/82755
Author:   robitaille at macports.org
Date:     2011-08-19 13:43:18 -0700 (Fri, 19 Aug 2011)
Log Message:
-----------
py*-idlsave: unify into python portgroup

Added Paths:
-----------
    trunk/dports/python/py-idlsave/
    trunk/dports/python/py-idlsave/Portfile

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

Added: trunk/dports/python/py-idlsave/Portfile
===================================================================
--- trunk/dports/python/py-idlsave/Portfile	                        (rev 0)
+++ trunk/dports/python/py-idlsave/Portfile	2011-08-19 20:43:18 UTC (rev 82755)
@@ -0,0 +1,35 @@
+# -*- 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           python 1.0
+
+name                py-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
+
+python.versions     25 26 27
+python.default_version 27
+
+if {${subport} != ${name}} {
+    depends_run-append  port:py${python.version}-numpy
+}


Property changes on: trunk/dports/python/py-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/20110819/3188878f/attachment-0001.html>


More information about the macports-changes mailing list