# -*- 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: Portfile 79125 2011-06-02 21:49:09Z robitaille@macports.org $ 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