7 buildPythonPackage rec {
8 pname = "django-contrib-comments";
12 inherit pname version;
13 sha256 = "d82f1d04690550df026553053903deec0c52dc54212e1b79241b08f0355cff2c";
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;