11 buildPythonPackage rec {
12 pname = "django-treebeard";
14 format = "setuptools";
16 disabled = pythonOlder "3.8";
19 inherit pname version;
20 hash = "sha256-hG5GKQS0NxVfduBJB7pOSEgHFoVfiLiY30Eivc+9bpg=";
23 propagatedBuildInputs = [ django ];
30 pythonImportsCheck = [ "treebeard" ];
33 description = "Efficient tree implementations for Django";
34 homepage = "https://tabo.pe/projects/django-treebeard/";
35 changelog = "https://github.com/django-treebeard/django-treebeard/blob/${version}/CHANGES.md";
36 license = licenses.asl20;
37 maintainers = with maintainers; [ desiderius ];