7 buildPythonPackage rec {
8 pname = "django-reversion";
12 inherit pname version;
13 sha256 = "a5af55f086a3f9c38be2f049c251e06005b9ed48ba7a109473736b1fc95a066f";
16 # tests assume the availability of a mysql/postgresql database
19 propagatedBuildInputs = [ django ];
22 description = "An extension to the Django web framework that provides comprehensive version control facilities";
23 homepage = "https://github.com/etianen/django-reversion";
24 license = licenses.bsd3;