Files
2020-10-29 18:22:46 +00:00

29 lines
898 B
Tcl

# -*- 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-threadpoolctl
version 2.1.0
revision 0
categories-append science
platforms darwin
license BSD
python.versions 36 37 38 39
maintainers {stromnov @stromnov} openmaintainer
description Helpers to limit the number of threads used in the common native libraries.
long_description ${description}
homepage https://github.com/joblib/threadpoolctl
checksums rmd160 f98c5fb486f7dc86b5845a15340ab4c82329c940 \
sha256 ddc57c96a38beb63db45d6c159b5ab07b6bced12c45a1f07b2b92f272aebfa6b \
size 26644
if {${name} ne ${subport}} {
livecheck.type none
}