# -*- 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-multiprocess
version             0.70.11.1
platforms           darwin
license             BSD
maintainers         nomaintainer
supported_archs     noarch

description         better multiprocessing and multithreading in python
long_description    ${description}

homepage            https://pypi.org/project/multiprocess
use_zip             yes

checksums           rmd160  7556c9a4fb34e9d5d54742d3cda97f6bfe59e987 \
                    sha256  9d5e417f3ebce4d027a3c900995840f167f316d9f73c0a7a1fbb4ac0116298d0 \
                    size    2416439

python.versions     37 38 39

if {${name} ne ${subport}} {
    depends_build-append \
                    port:py${python.version}-setuptools

    livecheck.type  none
}
