[79102] trunk/dports/python

ryandesign at macports.org ryandesign at macports.org
Wed Jun 1 23:52:34 PDT 2011


Revision: 79102
          http://trac.macports.org/changeset/79102
Author:   ryandesign at macports.org
Date:     2011-06-01 23:52:33 -0700 (Wed, 01 Jun 2011)
Log Message:
-----------
py27-pyfits: new port, version 2.4.0; see #29090

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

Added: trunk/dports/python/py27-pyfits/Portfile
===================================================================
--- trunk/dports/python/py27-pyfits/Portfile	                        (rev 0)
+++ trunk/dports/python/py27-pyfits/Portfile	2011-06-02 06:52:33 UTC (rev 79102)
@@ -0,0 +1,33 @@
+# -*- 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-pyfits
+version             2.4.0
+categories          python science
+platforms           darwin
+maintainers         gmail.com:sebastien.maret
+
+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           sha1    5a0c9c7fd058fc44a22f1c00682461ecf4ebc3c1 \
+                    rmd160  3256f2111db7c994f1deb7d6ec37cb6a2a003fb0
+
+depends_lib-append  port:py27-numpy
+
+livecheck.type      regex
+livecheck.url       ${homepage}/Download
+livecheck.regex     pyfits-(\[0-9.\]+)\\.


Property changes on: trunk/dports/python/py27-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/20110601/153403e2/attachment-0001.html>


More information about the macports-changes mailing list