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