10 buildPythonPackage rec {
11 pname = "django-treebeard";
13 format = "setuptools";
15 disabled = pythonOlder "3.8";
18 inherit pname version;
19 hash = "sha256-hG5GKQS0NxVfduBJB7pOSEgHFoVfiLiY30Eivc+9bpg=";
22 propagatedBuildInputs = [
31 pythonImportsCheck = [
36 description = "Efficient tree implementations for Django";
37 homepage = "https://tabo.pe/projects/django-treebeard/";
38 changelog = "https://github.com/django-treebeard/django-treebeard/blob/${version}/CHANGES.md";
39 license = licenses.asl20;
40 maintainers = with maintainers; [ desiderius ];