1 { lib, buildPythonPackage, fetchPypi }:
3 buildPythonPackage rec {
10 sha256 = "5d81cb529da2e223b53962afd6c8ca0f05c6670e40309a7219eacc36af9b6c63";
13 # invalid command 'test'
17 homepage = "https://pypi.python.org/pypi/progressbar";
18 description = "Text progressbar library for python";
19 license = licenses.lgpl3Plus;
20 maintainers = with maintainers; [ domenkozar ];