10 buildPythonPackage rec {
13 format = "setuptools";
18 hash = "sha256-jWB9C/CcqUYAuOQvByHb5D7lOgRwGCNErHrOfljcYXc=";
21 propagatedBuildInputs = [
26 nativeCheckInputs = [ pytestCheckHook ];
28 pythonImportsCheck = [ "txzmq" ];
31 description = "Twisted bindings for ZeroMQ";
32 homepage = "https://github.com/smira/txZMQ";
33 license = licenses.mpl20;