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 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup python26 1.0 |
---|
6 | |
---|
7 | name py26-atpy |
---|
8 | version 0.9.4 |
---|
9 | maintainers users.sourceforge.net:robitaille |
---|
10 | |
---|
11 | categories-append science |
---|
12 | description ATpy: Astronomical Tables in Python |
---|
13 | long_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 | |
---|
19 | platforms darwin |
---|
20 | |
---|
21 | homepage http://atpy.sourceforge.net/ |
---|
22 | master_sites sourceforge:atpy |
---|
23 | distname ATpy-${version} |
---|
24 | checksums md5 487f86359e98400f1ec4d8fd3d5c85c6 |
---|
25 | |
---|
26 | depends_lib port:py26-numpy \ |
---|
27 | port:py26-pyfits |
---|