# -*- 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 88421 2012-01-02 01:09:15Z ryandesign@macports.org $

PortSystem          1.0
PortGroup           python 1.0

name                py-multiprocessing
set real_name       multiprocessing
version             2.6.2.1
python.versions     24 25
platforms           darwin
maintainers         singingwolfboy openmaintainer
license             BSD
supported_archs     noarch

description         backport of the Python 2.6/3.0 `multiprocessing` package

long_description    \
    `multiprocessing` is a backport of the Python 2.6/3.0 `multiprocessing` \
    package. The multiprocessing package itself is a renamed and updated version of \
    R Oudkerk's `pyprocessing` package. \
    This standalone variant is intended to be compatible with Python 2.4 and 2.5, \
    and will draw it's fixes/improvements from python-trunk.

homepage            http://pypi.python.org/pypi/${real_name}
master_sites        http://pypi.python.org/packages/source/m/${real_name}/
distname            ${real_name}-${version}

checksums           rmd160  87412f3054ae4e5c17a9aba73970d96fd192aec5 \
                    sha256  ef3b81ad85d7de252e5491b1daac028e17f9741cbe3625032e6eaa4ad4c79900

livecheck.type      regex
livecheck.url       [lindex ${master_sites} 0]
livecheck.regex     ${real_name}-(\[0-9.\]+)${extract.suffix}
