[88331] trunk/dports/python
macsforever2000 at macports.org
macsforever2000 at macports.org
Wed Dec 28 10:08:40 PST 2011
Revision: 88331
http://trac.macports.org/changeset/88331
Author: macsforever2000 at macports.org
Date: 2011-12-28 10:08:33 -0800 (Wed, 28 Dec 2011)
Log Message:
-----------
py*-pyfits: unified portfile. Updated to version 3.0.4. (#31434)
Added Paths:
-----------
trunk/dports/python/py-pyfits/
trunk/dports/python/py-pyfits/Portfile
Removed Paths:
-------------
trunk/dports/python/py25-pyfits/
trunk/dports/python/py26-pyfits/
trunk/dports/python/py27-pyfits/
Added: trunk/dports/python/py-pyfits/Portfile
===================================================================
--- trunk/dports/python/py-pyfits/Portfile (rev 0)
+++ trunk/dports/python/py-pyfits/Portfile 2011-12-28 18:08:33 UTC (rev 88331)
@@ -0,0 +1,43 @@
+# -*- 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
+PortGroup select 1.0
+
+set realname pyfits
+
+name py-${realname}
+version 3.0.4
+categories-append science
+platforms darwin
+maintainers nomaintainer
+
+python.versions 25 26 27 31 32
+python.default_version 25
+
+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 http://pypi.python.org/packages/source/p/pyfits
+distname ${realname}-${version}
+
+checksums sha1 e2775d0a8610a9921e3609e36be9d049fe912388 \
+ rmd160 5e0114a9abede5e4ba960c5edf7fe3f2d71d0cb9
+
+if {$subport != $name} {
+ depends_lib-append port:py${python.version}-numpy
+
+ livecheck.type none
+} else {
+ livecheck.type regex
+ livecheck.url ${homepage}/Download
+ livecheck.regex ${realname}-(\[0-9.\]+)\\.
+}
Property changes on: trunk/dports/python/py-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/20111228/a0bc1022/attachment.html>
More information about the macports-changes
mailing list