10 buildPythonPackage rec {
14 disabled = pythonOlder "3.6.1";
16 src = fetchFromGitHub {
19 rev = "refs/tags/v${version}";
20 sha256 = "sha256-bvRjFpXufGygTgPfEOJOCXFbMy3dNlrTHlGoaIG/Fbs=";
33 homepage = "https://www.pykka.org/";
34 description = "A Python implementation of the actor model";
35 changelog = "https://github.com/jodal/pykka/blob/v${version}/docs/changes.rst";
36 maintainers = with maintainers; [ marsam ];
37 license = licenses.asl20;