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 | # note uppercase is required! |
---|
7 | set realname ATpy |
---|
8 | name py26-atpy |
---|
9 | version 0.9.4 |
---|
10 | categories python devel science |
---|
11 | maintainers stsci.edu:mperrin gmail.com:thomas.robitaille openmaintainer |
---|
12 | description ATpy is a high-level Python package providing a way to manipulate tables of astronomical data in a uniform way. |
---|
13 | long_description $description |
---|
14 | homepage http://atpy.sourceforge.net/ |
---|
15 | platforms darwin |
---|
16 | master_sites sourceforge:atpy |
---|
17 | checksums md5 487f86359e98400f1ec4d8fd3d5c85c6 \ |
---|
18 | sha1 46c8627511b076d03e5b4b97223817f1b3588215 \ |
---|
19 | rmd160 b9cf7f82311a5b3157e1164a151dcdd07e529188 |
---|
20 | distname ${realname}-${version} |
---|
21 | distfiles ${distname}.tar.gz |
---|
22 | depends_run 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 | |
---|