13 # optional-dependencies
24 buildPythonPackage rec {
29 disabled = pythonOlder "2.7";
31 src = fetchFromGitHub {
34 rev = "refs/tags/v${version}";
35 hash = "sha256-dW2FVN3/mBAhVQ094uBsnXzdyTRKgHUDx0SWLm3g374=";
42 propagatedBuildInputs = [
47 passthru.optional-dependencies = {
59 ] ++ passthru.optional-dependencies.heif;
62 description = "A Python image library that sits on top of Pillow, Wand and OpenCV";
63 homepage = "https://github.com/torchbox/Willow/";
64 license = licenses.bsd2;
65 maintainers = with maintainers; [ desiderius ];