9 buildPythonPackage rec {
10 pname = "django-versatileimagefield";
14 inherit pname version;
15 sha256 = "6569d5c3e13c69ab8912ba5100084aa5abcdcffb8d1f5abc085b226e7bbd65b3";
17 propagatedBuildInputs = [ pillow python-magic ];
19 checkInputs = [ django ];
21 # tests not included with pypi release
24 pythonImportsCheck = [ "versatileimagefield" ];
27 description = "Replaces django's ImageField with a more flexible interface";
28 homepage = "https://github.com/respondcreate/django-versatileimagefield/";
29 license = licenses.mit;
30 maintainers = with maintainers; [ mmai ];