# -*- 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.16 revision 0 platforms {darwin any} license BSD maintainers nomaintainer supported_archs noarch description better multiprocessing and multithreading in python long_description {*}${description} homepage https://pypi.org/project/multiprocess checksums rmd160 57334a4d7f1f8faa925c138c6157c1d261fe9b36 \ sha256 161af703d4652a0e1410be6abccecde4a7ddffd19341be0a7011b94aeb171ac1 \ size 1772603 python.versions 38 39 310 311 312 if {${name} ne ${subport}} { depends_lib-append \ port:py${python.version}-dill }