You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-03-31 14:42:53 -07:00
27 lines
913 B
Tcl
27 lines
913 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 3.6.0
|
|
revision 0
|
|
categories-append science
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
license BSD
|
|
|
|
python.versions 39 310 311 312 313 314
|
|
python.pep517_backend flit
|
|
|
|
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 9d2476ee49af623588953eb9da53ba7e8af2113e \
|
|
sha256 8ab8b4aa3491d812b623328249fab5302a68d2d71745c8a4c719a2fcaba9f44e \
|
|
size 21274
|