# -*- 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 75461 2011-01-25 19:40:30Z snc@macports.org $

PortSystem      1.0
PortGroup       python25 1.0

name            py25-pyxg
version         0.3.0
categories      python devel
platforms       darwin
maintainers     snc 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       sha1    e35da90bc43eaaaef426bebd59abc29f9de0b459 \
                rmd160  6220811d77fe26e683e72720e4e487916df731fa

depends_lib     port:py25-bdist_mpkg \
                port:py25-pyobjc-cocoa

supported_archs noarch

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