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