7 buildPythonPackage rec {
8 pname = "progressbar33";
10 format = "setuptools";
13 inherit pname version;
14 sha256 = "1zvf6zs5hzrc03p9nfs4p16vhilqikycvv1yk0pxn8s07fdhvzji";
17 # no tests implemented
21 homepage = "https://pypi.python.org/pypi/progressbar33";
22 description = "Text progressbar library for python";
23 license = licenses.lgpl3Plus;
24 maintainers = with maintainers; [ twey ];