6 buildPythonPackage rec {
11 inherit pname version;
12 sha256 = "0c5xzci1djy1yi9hxxh8g67l6ms8r7ad7ja20pv8hfbdysdrwkhl";
15 # Project has no tests
17 pythonImportsCheck = [ "mulpyplexer" ];
20 description = "Multiplex interactions with lists of Python objects";
21 homepage = "https://github.com/zardus/mulpyplexer";
22 license = with licenses; [ bsd2 ];
23 maintainers = with maintainers; [ fab ];