1 { lib, buildPythonPackage, fetchPypi, python
2 , characteristic, six, twisted
5 buildPythonPackage rec {
13 hash = "sha256-WbkZfy+m9/xrwygd5VeXrccpu3XJxhO09tbEFZnw14s=";
16 propagatedBuildInputs = [ characteristic six twisted ];
19 ${python.interpreter} -m twisted.trial -j $NIX_BUILD_CORES tubes
22 pythonImportsCheck = [ "tubes" ];
25 description = "a data-processing and flow-control engine for event-driven programs";
26 homepage = "https://github.com/twisted/tubes";
27 license = licenses.mit;
28 maintainers = with maintainers; [ exarkun ];