Ticket #26837: Portfile

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