13 buildPythonPackage rec {
14 pname = "django-rest-polymorphic";
16 format = "setuptools";
18 src = fetchFromGitHub {
20 repo = "django-rest-polymorphic";
21 # https://github.com/denisorehovsky/django-rest-polymorphic/issues/42
22 rev = "9d920eb91ef13144094426f9ebc0ca80247c0fe3";
23 hash = "sha256-k7Cl2QYkaGOZaTo8v5Wg9Wqh8x0WC5i9Sggqj8eeECY=";
26 propagatedBuildInputs = [
39 pythonImportsCheck = [ "rest_polymorphic" ];
42 description = "Polymorphic serializers for Django REST Framework";
43 homepage = "https://github.com/apirobot/django-rest-polymorphic";
44 license = licenses.mit;
45 maintainers = with maintainers; [ ];