You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-03-30 11:29:27 -07:00
33 lines
1.1 KiB
Tcl
33 lines
1.1 KiB
Tcl
# -*- 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
|
|
|
|
PortSystem 1.0
|
|
PortGroup python 1.0
|
|
|
|
name py-pp
|
|
version 1.6.6
|
|
python.versions 27
|
|
categories-append lang
|
|
maintainers {snc @nerdling} 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 md5 403dd603cb28becddf49a52a364f3734 \
|
|
rmd160 cf726cdca92e785dace0e2db26c16c5fea633c4c \
|
|
sha256 d86781d652bdb34d5c63024c1245679a09e2c08bda3e8a1dd90b02c2cfeaa6e2
|
|
|
|
if {${name} ne ${subport}} {
|
|
livecheck.type none
|
|
} else {
|
|
livecheck.type regex
|
|
livecheck.url ${homepage}/downloads.php
|
|
livecheck.regex pp-(\\d+(\\.\\d+)+).*zip
|
|
}
|