1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup python25 1.0 |
---|
6 | |
---|
7 | name py25-pyxg |
---|
8 | version 0.2.0 |
---|
9 | categories python devel |
---|
10 | platforms darwin |
---|
11 | maintainers nomaintainer |
---|
12 | description PyXG provides a Python interface to Apple's Xgrid |
---|
13 | long_description Xgrid is Apple's solution for running jobs \ |
---|
14 | on a cluster of Macintosh computers. PyXG enables users to \ |
---|
15 | submit and manage Xgrid jobs on a cluster from a Python script \ |
---|
16 | or within an interactive Python session. |
---|
17 | |
---|
18 | homepage http://pyxg.scipy.org/ |
---|
19 | master_sites http://pyxg.scipy.org/downloads |
---|
20 | distname PyXG-${version} |
---|
21 | |
---|
22 | checksums md5 9611586e60cf872cf47281fd81ccb5e4 |
---|
23 | |
---|
24 | depends_lib port:py25-bdist_mpkg \ |
---|
25 | port:py25-pyobjc |
---|
26 | |
---|
27 | platform darwin 9 { |
---|
28 | depends_lib-delete port:py25-pyobjc |
---|
29 | depends_lib-append port:py25-pyobjc2-cocoa |
---|
30 | } |
---|