9 buildPythonPackage rec {
14 disabled = pythonOlder "3.7";
16 src = fetchFromGitHub {
19 rev = "refs/tags/v${version}";
20 hash = "sha256-oWrPpQdfhn3gaaCqkwDabUZRLMEyVyXjRZdu+B9D4CI=";
23 build-system = [ setuptools ];
25 # Tests require network access and Docker support
28 pythonImportsCheck = [ "mitogen" ];
31 description = "Python Library for writing distributed self-replicating programs";
32 homepage = "https://github.com/mitogen-hq/mitogen";
33 changelog = "https://github.com/mitogen-hq/mitogen/blob/v${version}/docs/changelog.rst";
34 license = licenses.bsd3;
35 maintainers = with maintainers; [ fab ];