6 buildPythonPackage rec {
11 inherit pname version;
12 sha256 = "sha256-aRUERK/7nLDVzFqSs2dvCy+3zZrjnpR6XhGja0SXzUo=";
16 description = "Getting image size from png/jpeg/jpeg2000/gif file";
17 homepage = "https://github.com/shibukawa/imagesize_py";
18 license = with licenses; [ mit ];