12 buildPythonPackage rec {
13 pname = "threadpoolctl";
19 src = fetchFromGitHub {
23 sha256 = "0sl6mp3b2gb0dvqkhnkmrp2g3r5c7clyyyxzq44xih6sw1pgx9df";
26 checkInputs = [ pytestCheckHook pytestcov numpy scipy ];
29 homepage = "https://github.com/joblib/threadpoolctl";
30 description = "Helpers to limit number of threads used in native libraries";
31 license = licenses.bsd3;
32 maintainers = with maintainers; [ bcdarwin ];