1 { fetchPypi, buildPythonPackage, lib }:
3 buildPythonPackage rec {
11 hash = "sha256-HcHvZtMpBtNXq9Yp2ayeHTuIf7gpBUb6xZqjaECbfgo=";
14 # Do not run the test suite: it takes a long time and uses
15 # significant system resources, including requiring localhost
16 # network operations. Thespian tests are performed via its Travis
17 # CI configuration and do not need to be duplicated here.
21 description = "Python Actor concurrency library";
22 homepage = "http://thespianpy.com/";
23 license = licenses.mit;
24 maintainers = [ maintainers.kquick ];