9 buildPythonPackage rec {
16 sha256 = "sha256-jWB9C/CcqUYAuOQvByHb5D7lOgRwGCNErHrOfljcYXc=";
19 propagatedBuildInputs = [
28 pythonImportsCheck = [ "txzmq" ];
31 description = "Twisted bindings for ZeroMQ";
32 homepage = "https://github.com/smira/txZMQ";
33 license = licenses.mpl20;
34 maintainers = with maintainers; [ wolfangaukang ];