[79118] trunk/dports/python

robitaille at macports.org robitaille at macports.org
Thu Jun 2 13:58:21 PDT 2011


Revision: 79118
          http://trac.macports.org/changeset/79118
Author:   robitaille at macports.org
Date:     2011-06-02 13:58:20 -0700 (Thu, 02 Jun 2011)
Log Message:
-----------
py25-pyfits: new port, version 2.4.0 (py26-pyfits and py27-pyfits already exist)

Added Paths:
-----------
    trunk/dports/python/py25-pyfits/
    trunk/dports/python/py25-pyfits/Portfile

Added: trunk/dports/python/py25-pyfits/Portfile
===================================================================
--- trunk/dports/python/py25-pyfits/Portfile	                        (rev 0)
+++ trunk/dports/python/py25-pyfits/Portfile	2011-06-02 20:58:20 UTC (rev 79118)
@@ -0,0 +1,34 @@
+# -*- 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-pyfits
+version             2.4.0
+categories-append   science
+platforms           darwin
+maintainers         gmail.com:sebastien.maret robitaille
+
+description         Python interface to FITS formatted files
+
+long_description    PyFITS provides an interface to FITS formatted files \
+                    under Python. It is useful both for interactive data \
+                    analysis and for writing analysis scripts in Python \
+                    using FITS files as either input or output. PyFITS is \
+                    a development project of the Science Software Branch \
+                    at the Space Telescope Science Institute.
+
+homepage            http://www.stsci.edu/resources/software_hardware/pyfits
+master_sites        ${homepage}
+distname            pyfits-${version}
+
+checksums           md5  f6009137c060557ddd2ed244f2cb1b12 \
+                    sha1  5a0c9c7fd058fc44a22f1c00682461ecf4ebc3c1 \
+                    rmd160  3256f2111db7c994f1deb7d6ec37cb6a2a003fb0
+
+depends_lib-append  port:py25-numpy
+
+livecheck.type      regex
+livecheck.url       ${homepage}/Download
+livecheck.regex     pyfits-(\[0-9.\]+)\\.


Property changes on: trunk/dports/python/py25-pyfits/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/404c6495/attachment.html>


More information about the macports-changes mailing list