10 buildPythonPackage rec {
11 pname = "django-versatileimagefield";
13 format = "setuptools";
16 inherit pname version;
17 hash = "sha256-M5DiAEgJjol78pmwNgdj0QzQiWZbeu+OupAO7Lrq0Ng=";
19 propagatedBuildInputs = [
24 nativeCheckInputs = [ django ];
26 # tests not included with pypi release
29 pythonImportsCheck = [ "versatileimagefield" ];
32 description = "Replaces django's ImageField with a more flexible interface";
33 homepage = "https://github.com/respondcreate/django-versatileimagefield/";
34 license = licenses.mit;
35 maintainers = with maintainers; [ mmai ];