Ticket #22206: Portfile

File Portfile, 990 bytes (added by beatrupp (Beat Rupp), 15 years ago)
Line 
1PortSystem      1.0
2PortGroup       python26 1.0
3
4name            py26-pyxg
5version         0.2.0
6categories      python devel
7platforms       darwin
8maintainers     snc openmaintainer
9description     PyXG provides a Python interface to Apple's Xgrid
10long_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
15homepage        http://pyxg.scipy.org/
16master_sites    http://pyxg.scipy.org/downloads
17distname        PyXG-${version}
18
19checksums       md5 9611586e60cf872cf47281fd81ccb5e4
20
21depends_lib     port:py26-bdist_mpkg \
22                port:py26-pyobjc
23
24platform darwin 9 {
25                depends_lib-delete port:py26-pyobjc
26                depends_lib-append port:py26-pyobjc2-cocoa
27}
28
29livecheck.url   ${master_sites}
30livecheck.regex "PyXG-(\\d+\\.\\d+(\\.\\d+)?)"