# -*- 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$ PortSystem 1.0 PortGroup python 1.0 name py-pp version 1.6.2 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 0d2344a987817cff00b96eb411f0b7629d5313dc \ sha256 5b5a43b830e36add9f14fe10f6618c2aaa7636151f135b7f9023ecdb8f06b03b 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 }