7 buildPythonPackage rec {
8 pname = "types-pillow";
9 version = "10.2.0.20240822";
10 format = "setuptools";
14 pname = "types-Pillow";
15 hash = "sha256-VZ+1Ki75kcMm5KDSCsyzu2Onuo1A60k+DssDELpS8NM=";
18 # Modules doesn't have tests
21 pythonImportsCheck = [ "PIL-stubs" ];
24 description = "Typing stubs for Pillow";
25 homepage = "https://github.com/python/typeshed";
26 license = licenses.asl20;
27 maintainers = with maintainers; [ arjan-s ];