7 buildPythonPackage rec {
12 inherit pname version;
13 sha256 = "913869b0563c5982bcf08cb1ea56fb0f87e3573d738e3e3692301bf45dba6252";
16 propagatedBuildInputs = [ pillow ];
19 description = "Eases the transition from PIL to Pillow for Python packages";
20 homepage = "https://github.com/beanbaginc/pillowfight";
21 license = licenses.mit;