7 buildPythonPackage rec {
10 format = "setuptools";
12 src = fetchFromGitHub {
16 sha256 = "0k24qj4i996fz7lpjrs36il6lp51rh13b0j2wip87cy5v9109m2d";
20 description = "Pure Python image size library";
21 homepage = "https://github.com/ojii/imgsize";
22 license = with licenses; [ bsd3 ];
23 maintainers = with maintainers; [ twey ];