7 buildPythonPackage rec {
8 pname = "django-contrib-comments";
12 inherit pname version;
13 hash = "sha256-SN4A8VZ34BaiFq7/IF1uAOQ5HJpXAhNsZBGcRytzVto=";
16 propagatedBuildInputs = [ django ];
19 homepage = "https://github.com/django/django-contrib-comments";
20 description = "The code formerly known as django.contrib.comments";
21 license = licenses.bsd0;