11 buildPythonPackage rec {
14 format = "setuptools";
17 inherit pname version;
18 sha256 = "293325f01e65defe966853111df11d39215eb705a967cb115851da8c4cfa3eb8";
22 (if isPy3k then progressbar33 else progressbar231)
27 description = "Module for representing and manipulating file sizes with different prefix";
28 mainProgram = "bitmath";
29 homepage = "https://github.com/tbielawa/bitmath";
30 license = licenses.mit;
31 maintainers = with maintainers; [ twey ];