10 buildPythonPackage rec {
11 pname = "django-mptt";
15 src = fetchFromGitHub {
16 owner = "django-mptt";
19 hash = "sha256-vWnXKWzaa5AWoNaIc8NA1B2mnzKXRliQmi5VdrRMadE=";
22 build-system = [ hatchling ];
29 pythonImportsCheck = [ "mptt" ];
31 # No pytest checks, since they depend on model_mommy, which is deprecated
35 description = "Utilities for implementing a modified pre-order traversal tree in Django";
36 homepage = "https://github.com/django-mptt/django-mptt";
37 maintainers = with maintainers; [ hexa ];
38 license = with licenses; [ mit ];