15 buildPythonPackage rec {
16 pname = "djangorestframework";
18 format = "setuptools";
19 disabled = pythonOlder "3.6";
21 src = fetchFromGitHub {
23 repo = "django-rest-framework";
25 hash = "sha256-Fnj0n3NS3SetOlwSmGkLE979vNJnYE6i6xwVBslpNz4=";
28 propagatedBuildInputs = [
44 pythonImportsCheck = [ "rest_framework" ];
47 description = "Web APIs for Django, made easy";
48 homepage = "https://www.django-rest-framework.org/";
49 maintainers = with maintainers; [ desiderius ];
50 license = licenses.bsd2;