1 | # $Id: Portfile 65908 2010-04-02 22:28:17Z mperrin@stsci.edu $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup python26 1.0 |
---|
5 | |
---|
6 | # note uppercase is required! |
---|
7 | set realname APLpy |
---|
8 | name py26-aplpy |
---|
9 | version 0.9.5 |
---|
10 | categories python devel science |
---|
11 | maintainers stsci.edu:mperrin openmaintainer |
---|
12 | description APLpy (the Astronomical Plotting Library in Python) is a Python module aimed at producing publication-quality plots of astronomical imaging data in FITS format. |
---|
13 | long_description $description |
---|
14 | homepage http://aplpy.sourceforge.net/ |
---|
15 | platforms darwin |
---|
16 | master_sites sourceforge:aplpy |
---|
17 | checksums md5 241951320d7ddcb7efff141f836ee061 \ |
---|
18 | sha1 1bbe21c9dd3df25f882ddf3308576b7563b552ed \ |
---|
19 | rmd160 332ef72c5ed433fdfa92c54e5c48f996a753ecb8 |
---|
20 | distname ${realname}-${version} |
---|
21 | distfiles ${distname}.tar.gz |
---|
22 | depends_run port:py26-matplotlib port:py26-pyfits port:py26-pywcs |
---|
23 | |
---|
24 | depends_build-append port:py26-distribute |
---|
25 | |
---|
26 | #livecheck.type regex |
---|
27 | #livecheck.url ${master_sites} |
---|
28 | #livecheck.regex ${realname}-(\[0-9.\]+).tar.gz |
---|
29 | |
---|