10 buildPythonPackage rec {
11 pname = "django-versatileimagefield";
15 inherit pname version;
16 sha256 = "b197e7066f23bb73b001a61525f2b1cae3dd654bf208a944a7ff5a3fe6107b51";
18 propagatedBuildInputs = [ pillow python_magic ];
20 checkInputs = [ django ];
22 # tests not included with pypi release
26 description = "Replaces django's ImageField with a more flexible interface";
27 homepage = "https://github.com/respondcreate/django-versatileimagefield/";
28 license = licenses.mit;
29 maintainers = with maintainers; [ mmai ];