# -*- 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.19
revision            0

platforms           {darwin any}
supported_archs     noarch
license             BSD
maintainers         {reneeotten @reneeotten} openmaintainer

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

homepage            https://github.com/uqfoundation/multiprocess

checksums           rmd160  4f646022b657859e445dafbec5b50d96eefce402 \
                    sha256  952021e0e6c55a4a9fe4cd787895b86e239a40e76802a789d6305398d3975897 \
                    size    2079989

python.versions     310 311 312 313 314

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