# -*- 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 104203 2013-03-20 15:17:01Z snc@macports.org $

PortSystem          1.0
PortGroup           python 1.0

name                py-pp
version             1.6.4
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  d0993835bcb295cbc81cc3308348e0d9740c027e \
                    sha256  7f932d8eff4b35357bf5b48c1abd7734a955c98a50138c13b7b9eb36aadaf408

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
}
