# -*- 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
# $Id: Portfile 69940 2010-07-23 07:42:44Z ryandesign@macports.org $

PortSystem      1.0
PortGroup       python26 1.0

name            py26-pyxg
version         0.3.0
categories      python devel
platforms       darwin
maintainers     gmail.com:beatrupp openmaintainer
description     PyXG provides a Python interface to Apple's Xgrid
long_description  Xgrid is Apple's solution for running jobs \
                on a cluster of Macintosh computers. PyXG enables users to \
                submit and manage Xgrid jobs on a cluster from a Python script \
                or within an interactive Python session.

homepage        http://pyxg.scipy.org/
master_sites    http://github.com/downloads/pyxg/pyxg/
distname        PyXG-${version}

checksums       md5     68331343d353148498872a410597dbbb \
                sha1    e35da90bc43eaaaef426bebd59abc29f9de0b459 \
                rmd160  6220811d77fe26e683e72720e4e487916df731fa

depends_lib     port:py26-pyobjc-cocoa

supported_archs noarch

livecheck.url   http://github.com/pyxg/pyxg/downloads
livecheck.regex "PyXG-(\\d+\\.\\d+(\\.\\d+)?)"
