10 buildPythonPackage rec {
12 version = "unstable-2022-02-17";
13 format = "setuptools";
15 disabled = pythonOlder "3.7";
17 src = fetchFromGitHub {
18 owner = "matthewwithanm";
20 rev = "09ffa2ad33318ae5fd3464655c14c7f01ffc2097";
21 hash = "sha256-jtnFffKr0yhSv2jBmXzPa6iP2r41MbmGukfmnvgABhk=";
34 substituteInPlace tox.ini \
35 --replace " --cov --cov-report term-missing:skip-covered" ""
38 pythonImportsCheck = [
43 description = "A collection of utilities and processors for the Python Imaging Libary";
44 homepage = "https://github.com/matthewwithanm/pilkit/";
45 license = licenses.bsd0;
46 maintainers = with maintainers; [ domenkozar ];