6 buildPythonPackage rec {
11 src = fetchFromGitHub {
15 sha256 = "0k24qj4i996fz7lpjrs36il6lp51rh13b0j2wip87cy5v9109m2d";
19 description = "Pure Python image size library";
20 homepage = "https://github.com/ojii/imgsize";
21 license = with licenses; [ bsd3 ];
22 maintainers = with maintainers; [ twey ];