7 buildPythonPackage rec {
10 format = "setuptools";
13 inherit pname version;
14 sha256 = "0c5xzci1djy1yi9hxxh8g67l6ms8r7ad7ja20pv8hfbdysdrwkhl";
17 # Project has no tests
19 pythonImportsCheck = [ "mulpyplexer" ];
22 description = "Multiplex interactions with lists of Python objects";
23 homepage = "https://github.com/zardus/mulpyplexer";
24 license = with licenses; [ bsd2 ];
25 maintainers = with maintainers; [ fab ];