7 buildPythonPackage rec {
10 format = "setuptools";
13 inherit pname version;
14 sha256 = "197gzrxn9lbk0q1v079814c6s05cr4rwzyl6c1m6inkyif4yzr6c";
18 homepage = "https://chrisarndt.de/projects/threadpool/";
19 description = "Easy to use object-oriented thread pool framework";
20 license = licenses.mit;