12 buildPythonPackage rec {
17 disabled = pythonOlder "3.7";
20 inherit pname version;
21 hash = "sha256-Wq7ar96w5hdAyKMMvK4zjYln74RmX1l/VhvS++CN+Xk=";
24 build-system = [ setuptools ];
32 # Pypi does not include test folder and too complex to compile from GitHub source
33 # will ask upstream to include tests in pypi
36 pythonImportsCheck = [ "tskit" ];
39 description = "Tree sequence toolkit";
40 mainProgram = "tskit";
41 homepage = "https://github.com/tskit-dev/tskit";
42 license = lib.licenses.mit;
43 maintainers = with lib.maintainers; [ alxsimon ];