6 buildPythonPackage rec {
7 pname = "types-pillow";
8 version = "10.2.0.20240331";
13 pname = "types-Pillow";
14 hash = "sha256-xgTjmutwcZ5GPTWRV6Iji/wOgb+cZYN1cD97mM/WB9o=";
17 # Modules doesn't have tests
20 pythonImportsCheck = [
25 description = "Typing stubs for Pillow";
26 homepage = "https://github.com/python/typeshed";
27 license = licenses.asl20;
28 maintainers = with maintainers; [ arjan-s ];