# -*- 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 86807 2011-11-05 01:23:28Z snc@macports.org $

PortSystem          1.0
PortGroup           python 1.0

name                py-pp
version             1.6.1
python.versions     25 26 27
python.default_version  27
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           rmd160  3d7ea02e65a0542ca99f7d21ec4770817aa4500e \
                    sha256  4926ad51a9b21753672f71883441287ff3a1a66fc9d6ee0f0e357b8652b3cb98

if {$subport != $name} {
    livecheck.type      none
} else {
    livecheck.type      regex
    livecheck.url       http://www.parallelpython.com/content/view/18/32/
    livecheck.regex     pp-(\\d+(\\.\\d+)+)\\ \\(latest stable
}
