Ticket #26889: Portfile

File Portfile, 1.0 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
6set realname        coords
7name                py26-astrolib${realname}
8version             0.37
9categories          python devel science
10maintainers         stsci.edu:mperrin openmaintainer
11description         A library for manipulation of astronomical coordinates, such as working with catalogs, preparing proposals, and preparing for observing runs.
12long_description    $description
13homepage            http://www.scipy.org/AstroLibCoordsHome
14platforms           darwin
15master_sites        http://stsdas.stsci.edu/astrolib/
16checksums           md5     a2d64345b598a9c12fafb257d51ee61d \
17                    sha1    8de4563e2d2b43d9c1b308f6dad0dd702e795a1a \
18                    rmd160  bb273716fd4bd3f5df7558f5cdb19dde732ee5c3
19
20
21distname            ${realname}-${version}
22
23depends_lib         port:py26-numpy
24
25depends_build-append port:py26-distribute
26
27livecheck.type      regex
28livecheck.url       ${master_sites}
29livecheck.regex     ${realname}-(\[0-9.\]+).tar.gz
30