Ticket #26836: Portfile

File Portfile, 1.0 KB (added by marshall.perrin@…, 13 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
6set realname        pywcs
7name                py26-${realname}
8version             1.9-4.4.4
9categories          python devel science
10maintainers         stsci.edu:mperrin openmaintainer
11description         pycs is set of routines for handling the FITS World Coordinate System standard, implemented as a thin wrapper around WCSLIB.
12long_description    $description
13homepage            https://trac6.assembla.com/astrolib
14platforms           darwin
15master_sites        http://stsdas.stsci.edu/astrolib/
16checksums           md5     7fa6b6bec5377ed45b0f29e24ede5658 \
17                    sha1    5edb4628ac97f2c3801487c44b6bd186309bf5ba \
18                    rmd160  56ec95409e5cf7a836f14f922ee2a0b9df11a290
19
20distname            ${realname}-${version}
21
22depends_lib         port:py26-numpy
23
24depends_build-append port:py26-distribute
25
26livecheck.type      regex
27livecheck.url       ${master_sites}
28livecheck.regex     ${realname}-(\[0-9.\]+).tar.gz
29