11 buildPythonPackage rec {
12 pname = "imagecorruptions";
17 inherit pname version;
18 sha256 = "044e173f24d5934899bdbf3596bfbec917e8083e507eed583ab217abebbe084d";
21 build-system = [ setuptools ];
30 pythonImportsCheck = [ "imagecorruptions" ];
33 homepage = "https://github.com/bethgelab/imagecorruptions";
34 description = "This package provides a set of image corruptions";
35 license = licenses.asl20;
36 maintainers = with maintainers; [ rakesh4g ];