[79122] trunk/dports/python
robitaille at macports.org
robitaille at macports.org
Thu Jun 2 14:32:35 PDT 2011
Revision: 79122
http://trac.macports.org/changeset/79122
Author: robitaille at macports.org
Date: 2011-06-02 14:32:34 -0700 (Thu, 02 Jun 2011)
Log Message:
-----------
py*-aplpy: new port, version 0.9.5; see #26837
Added Paths:
-----------
trunk/dports/python/py25-aplpy/
trunk/dports/python/py25-aplpy/Portfile
trunk/dports/python/py26-aplpy/
trunk/dports/python/py26-aplpy/Portfile
trunk/dports/python/py27-aplpy/
trunk/dports/python/py27-aplpy/Portfile
Added: trunk/dports/python/py25-aplpy/Portfile
===================================================================
--- trunk/dports/python/py25-aplpy/Portfile (rev 0)
+++ trunk/dports/python/py25-aplpy/Portfile 2011-06-02 21:32:34 UTC (rev 79122)
@@ -0,0 +1,36 @@
+# -*- 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-aplpy
+version 0.9.5
+maintainers robitaille stsci.edu:mperrin
+
+categories-append science
+description The Astronomical Plotting Library in Python
+long_description APLpy (the Astronomical Plotting Library in Python) is a \
+ Python module aimed at producing publication-quality plots \
+ of astronomical imaging data in FITS format. The module \
+ uses Matplotlib, a powerful and interactive plotting \
+ package. It is capable of creating output files in several \
+ graphical formats, including EPS, PDF, PS, PNG, and SVG.
+
+platforms darwin
+license MIT
+
+homepage http://aplpy.github.com/
+master_sites http://cloud.github.com/downloads/aplpy/aplpy/
+distname APLpy-${version}
+checksums md5 241951320d7ddcb7efff141f836ee061 \
+ sha1 1bbe21c9dd3df25f882ddf3308576b7563b552ed \
+ rmd160 332ef72c5ed433fdfa92c54e5c48f996a753ecb8
+
+depends_run-append port:py25-numpy \
+ port:py25-pyfits \
+ port:py25-pywcs \
+ port:py25-matplotlib \
+ port:py25-pil \
+ port:py25-pyavm \
+ port:py25-pyregion
\ No newline at end of file
Property changes on: trunk/dports/python/py25-aplpy/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native
Added: trunk/dports/python/py26-aplpy/Portfile
===================================================================
--- trunk/dports/python/py26-aplpy/Portfile (rev 0)
+++ trunk/dports/python/py26-aplpy/Portfile 2011-06-02 21:32:34 UTC (rev 79122)
@@ -0,0 +1,36 @@
+# -*- 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-aplpy
+version 0.9.5
+maintainers robitaille stsci.edu:mperrin
+
+categories-append science
+description The Astronomical Plotting Library in Python
+long_description APLpy (the Astronomical Plotting Library in Python) is a \
+ Python module aimed at producing publication-quality plots \
+ of astronomical imaging data in FITS format. The module \
+ uses Matplotlib, a powerful and interactive plotting \
+ package. It is capable of creating output files in several \
+ graphical formats, including EPS, PDF, PS, PNG, and SVG.
+
+platforms darwin
+license MIT
+
+homepage http://aplpy.github.com/
+master_sites http://cloud.github.com/downloads/aplpy/aplpy/
+distname APLpy-${version}
+checksums md5 241951320d7ddcb7efff141f836ee061 \
+ sha1 1bbe21c9dd3df25f882ddf3308576b7563b552ed \
+ rmd160 332ef72c5ed433fdfa92c54e5c48f996a753ecb8
+
+depends_run-append port:py26-numpy \
+ port:py26-pyfits \
+ port:py26-pywcs \
+ port:py26-matplotlib \
+ port:py26-pil \
+ port:py26-pyavm \
+ port:py26-pyregion
\ No newline at end of file
Property changes on: trunk/dports/python/py26-aplpy/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native
Added: trunk/dports/python/py27-aplpy/Portfile
===================================================================
--- trunk/dports/python/py27-aplpy/Portfile (rev 0)
+++ trunk/dports/python/py27-aplpy/Portfile 2011-06-02 21:32:34 UTC (rev 79122)
@@ -0,0 +1,36 @@
+# -*- 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-aplpy
+version 0.9.5
+maintainers robitaille stsci.edu:mperrin
+
+categories-append science
+description The Astronomical Plotting Library in Python
+long_description APLpy (the Astronomical Plotting Library in Python) is a \
+ Python module aimed at producing publication-quality plots \
+ of astronomical imaging data in FITS format. The module \
+ uses Matplotlib, a powerful and interactive plotting \
+ package. It is capable of creating output files in several \
+ graphical formats, including EPS, PDF, PS, PNG, and SVG.
+
+platforms darwin
+license MIT
+
+homepage http://aplpy.github.com/
+master_sites http://cloud.github.com/downloads/aplpy/aplpy/
+distname APLpy-${version}
+checksums md5 241951320d7ddcb7efff141f836ee061 \
+ sha1 1bbe21c9dd3df25f882ddf3308576b7563b552ed \
+ rmd160 332ef72c5ed433fdfa92c54e5c48f996a753ecb8
+
+depends_run-append port:py27-numpy \
+ port:py27-pyfits \
+ port:py27-pywcs \
+ port:py27-matplotlib \
+ port:py27-pil \
+ port:py27-pyavm \
+ port:py27-pyregion
\ No newline at end of file
Property changes on: trunk/dports/python/py27-aplpy/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/26f8ffa0/attachment.html>
More information about the macports-changes
mailing list