# -*- 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.18
revision            0
platforms           {darwin any}
license             BSD
maintainers         nomaintainer
description         better multiprocessing and multithreading in python
long_description    {*}${description}

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

supported_archs     noarch
platforms           {darwin any}

checksums           rmd160  cee50370081723890c224cafd72f575e1b6b8b61 \
                    sha256  f9597128e6b3e67b23956da07cf3d2e5cba79e2f4e0fba8d7903636663ec6d0d \
                    size    1798503

python.versions     39 310 311 312 313

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