# -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
# $Id: Portfile 78632 2011-05-14 22:50:58Z ryandesign@macports.org $

PortSystem          1.0
PortGroup           python26 1.0

name                py26-pp
version             1.6.1
categories-append   lang
maintainers         snc openmaintainer
license             BSD
description         parallel python module
long_description    Use PP to run your software in parallel

homepage            http://www.parallelpython.com
platforms           darwin

distname            pp-${version}
master_sites        ${homepage}/downloads/pp/
use_bzip2           yes

checksums           sha1    2d44fc5e7b8ceb08a4a0c84443014a9bf352ce05 \
                    rmd160  3d7ea02e65a0542ca99f7d21ec4770817aa4500e

livecheck.type      regex
livecheck.url       http://www.parallelpython.com/content/view/18/32/
livecheck.regex     pp-(\\d+(\\.\\d+)+)
