13 # optional-dependencies
24 buildPythonPackage rec {
29 src = fetchFromGitHub {
32 rev = "refs/tags/v${version}";
33 hash = "sha256-g9/v56mdo0sJe5Pl/to/R/kXayaKK3qaYbnnPXpFjXE=";
36 nativeBuildInputs = [ flit-core ];
38 pythonRelaxDeps = [ "defusedxml" ];
40 propagatedBuildInputs = [
45 optional-dependencies = {
46 heif = [ pillow-heif ];
55 ] ++ optional-dependencies.heif;
58 description = "Python image library that sits on top of Pillow, Wand and OpenCV";
59 homepage = "https://github.com/torchbox/Willow/";
60 license = licenses.bsd2;
61 maintainers = with maintainers; [ desiderius ];