You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-03-30 11:29:27 -07:00
29 lines
898 B
Tcl
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
|
|
}
|