11 buildPythonPackage rec {
16 inherit pname version;
17 sha256 = "ddb30c2f0198a147e56b151476c3bb9fe045fbfd5b0a0fa2a3148dba62d1559f";
21 substituteInPlace setup.py --replace 'nose==1.2.1' 'nose'
24 # tests fail, see https://github.com/matthewwithanm/pilkit/issues/9
27 buildInputs = [ pillow nose_progressive nose mock blessings ];
30 homepage = "https://github.com/matthewwithanm/pilkit/";
31 description = "A collection of utilities and processors for the Python Imaging Libary";
32 license = licenses.bsd0;
33 maintainers = with maintainers; [ domenkozar ];