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-aplpy |
---|
8 | version 0.9.5 |
---|
9 | maintainers users.sourceforge.net:robitaille |
---|
10 | |
---|
11 | categories-append science graphics |
---|
12 | description APLpy: The Astronomical Plotting Library in Python |
---|
13 | long_description APLpy is a Python module aimed at producing publication-quality plots of astronomical imaging data in FITS format. |
---|
14 | |
---|
15 | platforms darwin |
---|
16 | |
---|
17 | homepage http://aplpy.sourceforge.net/ |
---|
18 | master_sites sourceforge:aplpy |
---|
19 | distname APLpy-${version} |
---|
20 | checksums md5 241951320d7ddcb7efff141f836ee061 |
---|
21 | |
---|
22 | depends_lib port:py26-numpy \ |
---|
23 | port:py26-matplotlib \ |
---|
24 | port:py26-pyfits \ |
---|
25 | port:py26-pywcs |
---|