Ticket #26885: Portfile

File Portfile, 1014 bytes (added by astrofrog (Thomas Robitaille), 14 years ago)
Line 
1# -*- 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
2# $Id$
3
4PortSystem 1.0
5PortGroup python26 1.0
6
7name                py26-atpy
8version             0.9.4
9maintainers         users.sourceforge.net:robitaille
10
11categories-append   science
12description         ATpy: Astronomical Tables in Python
13long_description    ATpy is a Python module aimed at seamlessly reading, \
14                    creating, manipulating, and writing tables of astronomical \
15                    data. To date, the following formats are supported: ASCII, \
16                    FITS, VO, HDF5, and IPAC tables, and SQLite, MySQL, and \
17                    PostgreSQL databases.
18
19platforms           darwin
20
21homepage            http://atpy.sourceforge.net/
22master_sites        sourceforge:atpy
23distname            ATpy-${version}
24checksums           md5 487f86359e98400f1ec4d8fd3d5c85c6
25
26depends_lib         port:py26-numpy \
27                    port:py26-pyfits