[79125] trunk/dports/python

robitaille at macports.org robitaille at macports.org
Thu Jun 2 14:49:09 PDT 2011


Revision: 79125
          http://trac.macports.org/changeset/79125
Author:   robitaille at macports.org
Date:     2011-06-02 14:49:09 -0700 (Thu, 02 Jun 2011)
Log Message:
-----------
py*-atpy: new port, version 0.9.5.1; see #26838

Added Paths:
-----------
    trunk/dports/python/py25-atpy/
    trunk/dports/python/py25-atpy/Portfile
    trunk/dports/python/py26-atpy/
    trunk/dports/python/py26-atpy/Portfile
    trunk/dports/python/py27-atpy/
    trunk/dports/python/py27-atpy/Portfile

Added: trunk/dports/python/py25-atpy/Portfile
===================================================================
--- trunk/dports/python/py25-atpy/Portfile	                        (rev 0)
+++ trunk/dports/python/py25-atpy/Portfile	2011-06-02 21:49:09 UTC (rev 79125)
@@ -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-atpy
+version             0.9.5.1
+maintainers         robitaille
+
+categories-append   science
+description         ATpy: Astronomical Tables in Python
+long_description    ATpy is a Python module aimed at seamlessly reading, \
+                    creating, manipulating, and writing tables of astronomical \
+                    data. To date, the following formats are supported: ASCII, \
+                    FITS, VO, HDF5, and IPAC tables, and SQLite, MySQL, and \
+                    PostgreSQL databases.
+
+platforms           darwin
+license             MIT
+
+homepage            http://atpy.github.com/
+master_sites        http://cloud.github.com/downloads/atpy/atpy/
+distname            ATpy-${version}
+checksums           md5  346de60a2f92af244819bd76676471ee \
+                    sha1  f12afe0dc987886d5928aaee6f3662896c33e36a \
+                    rmd160  435d5dc7e5bd38bf2303d3dfa808be149e0a6f5f
+
+depends_run-append  port:py25-numpy \
+                    port:py25-pyfits \
+                    port:py25-h5py \
+                    port:py25-vo \
+                    port:py25-mysql \
+                    port:py25-asciitable
\ No newline at end of file


Property changes on: trunk/dports/python/py25-atpy/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native

Added: trunk/dports/python/py26-atpy/Portfile
===================================================================
--- trunk/dports/python/py26-atpy/Portfile	                        (rev 0)
+++ trunk/dports/python/py26-atpy/Portfile	2011-06-02 21:49:09 UTC (rev 79125)
@@ -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 python26 1.0
+
+name                py26-atpy
+version             0.9.5.1
+maintainers         robitaille
+
+categories-append   science
+description         ATpy: Astronomical Tables in Python
+long_description    ATpy is a Python module aimed at seamlessly reading, \
+                    creating, manipulating, and writing tables of astronomical \
+                    data. To date, the following formats are supported: ASCII, \
+                    FITS, VO, HDF5, and IPAC tables, and SQLite, MySQL, and \
+                    PostgreSQL databases.
+
+platforms           darwin
+license             MIT
+
+homepage            http://atpy.github.com/
+master_sites        http://cloud.github.com/downloads/atpy/atpy/
+distname            ATpy-${version}
+checksums           md5  346de60a2f92af244819bd76676471ee \
+                    sha1  f12afe0dc987886d5928aaee6f3662896c33e36a \
+                    rmd160  435d5dc7e5bd38bf2303d3dfa808be149e0a6f5f
+
+depends_run-append  port:py26-numpy \
+                    port:py26-pyfits \
+                    port:py26-h5py \
+                    port:py26-vo \
+                    port:py26-mysql \
+                    port:py26-asciitable
\ No newline at end of file


Property changes on: trunk/dports/python/py26-atpy/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native

Added: trunk/dports/python/py27-atpy/Portfile
===================================================================
--- trunk/dports/python/py27-atpy/Portfile	                        (rev 0)
+++ trunk/dports/python/py27-atpy/Portfile	2011-06-02 21:49:09 UTC (rev 79125)
@@ -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 python27 1.0
+
+name                py27-atpy
+version             0.9.5.1
+maintainers         robitaille
+
+categories-append   science
+description         ATpy: Astronomical Tables in Python
+long_description    ATpy is a Python module aimed at seamlessly reading, \
+                    creating, manipulating, and writing tables of astronomical \
+                    data. To date, the following formats are supported: ASCII, \
+                    FITS, VO, HDF5, and IPAC tables, and SQLite, MySQL, and \
+                    PostgreSQL databases.
+
+platforms           darwin
+license             MIT
+
+homepage            http://atpy.github.com/
+master_sites        http://cloud.github.com/downloads/atpy/atpy/
+distname            ATpy-${version}
+checksums           md5  346de60a2f92af244819bd76676471ee \
+                    sha1  f12afe0dc987886d5928aaee6f3662896c33e36a \
+                    rmd160  435d5dc7e5bd38bf2303d3dfa808be149e0a6f5f
+
+depends_run-append  port:py27-numpy \
+                    port:py27-pyfits \
+                    port:py27-h5py \
+                    port:py27-vo \
+                    port:py27-mysql \
+                    port:py27-asciitable
\ No newline at end of file


Property changes on: trunk/dports/python/py27-atpy/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/80543c6b/attachment.html>


More information about the macports-changes mailing list