9 buildPythonPackage rec {
12 disabled = pythonOlder "2.7";
17 sha256 = "0b3lh7z98nlh4yn0cmvk7bimhfk5w4qvbmjr6jn880ji9h2ixq6d";
20 propagatedBuildInputs = [ six pillow ];
22 # Test data is not included
23 # https://github.com/torchbox/Willow/issues/34
27 description = "A Python image library that sits on top of Pillow, Wand and OpenCV";
28 homepage = "https://github.com/torchbox/Willow/";
29 license = licenses.bsd2;
30 maintainers = with maintainers; [ desiderius ];