8 buildPythonPackage rec {
9 pname = "djangorestframework-camel-case";
11 format = "setuptools";
14 inherit pname version;
15 hash = "sha256-za51hGZIq7ZYXHRwY5odL7Bk3EX46LYqqlC+fxp6YfQ=";
18 propagatedBuildInputs = [
26 # tests are only on GitHub but there are no tags
27 # https://github.com/vbabiy/djangorestframework-camel-case/issues/116
30 pythonImportsCheck = [ "djangorestframework_camel_case" ];
33 description = "Camel case JSON support for Django REST framework";
34 homepage = "https://github.com/vbabiy/djangorestframework-camel-case";
35 license = licenses.bsd3;
36 maintainers = with maintainers; [ ];