1 { lib, buildPythonPackage, fetchPypi }:
3 buildPythonPackage rec {
4 pname = "progressbar33";
10 sha256 = "1zvf6zs5hzrc03p9nfs4p16vhilqikycvv1yk0pxn8s07fdhvzji";
13 # no tests implemented
17 homepage = "https://pypi.python.org/pypi/progressbar33";
18 description = "Text progressbar library for python";
19 license = licenses.lgpl3Plus;
20 maintainers = with maintainers; [ twey ];