12 buildPythonPackage rec {
16 disabled = pythonOlder "3.7";
19 inherit pname version;
20 hash = "sha256-valAhPEVZNv/IYe85a88SGE+2/9O1omvBywz/HeeRco=";
23 nativeBuildInputs = [ setuptools-scm ];
25 propagatedBuildInputs = [
31 # Requires non-packaged software SLiM
34 pythonImportsCheck = [ "pyslim" ];
37 description = "Tools for dealing with tree sequences coming to and from SLiM";
38 homepage = "https://github.com/tskit-dev/pyslim";
39 license = licenses.mit;
40 maintainers = with maintainers; [ alxsimon ];