Commits
Kurt Hindenburg authored 4dc7690bb88
5 5 | |
6 6 | set _name APLpy |
7 7 | set _n [string index ${_name} 0] |
8 8 | |
9 9 | name py-aplpy |
10 10 | version 1.1.1 |
11 11 | categories-append science |
12 12 | platforms darwin |
13 13 | supported_archs noarch |
14 14 | license MIT |
15 - | maintainers {robitaille @astrofrog} {stsci.edu:mperrin @mperrin} openmaintainer |
15 + | maintainers {stsci.edu:mperrin @mperrin} openmaintainer |
16 16 | |
17 17 | description The Astronomical Plotting Library in Python |
18 18 | long_description \ |
19 19 | APLpy (the Astronomical Plotting Library in Python) is a Python module \ |
20 20 | aimed at producing publication-quality plots of astronomical imaging data \ |
21 21 | in FITS format. The module uses Matplotlib, a powerful and interactive \ |
22 22 | plotting package. It is capable of creating output files in several \ |
23 23 | graphical formats, including EPS, PDF, PS, PNG, and SVG. |
24 24 | |
25 25 | homepage http://aplpy.github.com/ |