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 pywcs |
---|
7 | name py26-${realname} |
---|
8 | version 1.9-4.4.4 |
---|
9 | categories python devel science |
---|
10 | maintainers stsci.edu:mperrin openmaintainer |
---|
11 | description pycs is set of routines for handling the FITS World Coordinate System standard, implemented as a thin wrapper around WCSLIB. |
---|
12 | long_description $description |
---|
13 | homepage https://trac6.assembla.com/astrolib |
---|
14 | platforms darwin |
---|
15 | master_sites http://stsdas.stsci.edu/astrolib/ |
---|
16 | checksums md5 7fa6b6bec5377ed45b0f29e24ede5658 \ |
---|
17 | sha1 5edb4628ac97f2c3801487c44b6bd186309bf5ba \ |
---|
18 | rmd160 56ec95409e5cf7a836f14f922ee2a0b9df11a290 |
---|
19 | |
---|
20 | distname ${realname}-${version} |
---|
21 | |
---|
22 | depends_lib port:py26-numpy |
---|
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 | |
---|