1 | PortSystem 1.0 |
---|
2 | PortGroup python26 1.0 |
---|
3 | |
---|
4 | name py26-pyxg |
---|
5 | version 0.2.0 |
---|
6 | categories python devel |
---|
7 | platforms darwin |
---|
8 | maintainers snc openmaintainer |
---|
9 | description PyXG provides a Python interface to Apple's Xgrid |
---|
10 | long_description Xgrid is Apple's solution for running jobs \ |
---|
11 | on a cluster of Macintosh computers. PyXG enables users to \ |
---|
12 | submit and manage Xgrid jobs on a cluster from a Python script \ |
---|
13 | or within an interactive Python session. |
---|
14 | |
---|
15 | homepage http://pyxg.scipy.org/ |
---|
16 | master_sites http://pyxg.scipy.org/downloads |
---|
17 | distname PyXG-${version} |
---|
18 | |
---|
19 | checksums md5 9611586e60cf872cf47281fd81ccb5e4 |
---|
20 | |
---|
21 | depends_lib port:py26-bdist_mpkg \ |
---|
22 | port:py26-pyobjc |
---|
23 | |
---|
24 | platform darwin 9 { |
---|
25 | depends_lib-delete port:py26-pyobjc |
---|
26 | depends_lib-append port:py26-pyobjc2-cocoa |
---|
27 | } |
---|
28 | |
---|
29 | livecheck.url ${master_sites} |
---|
30 | livecheck.regex "PyXG-(\\d+\\.\\d+(\\.\\d+)?)" |
---|