14 buildPythonPackage rec {
15 pname = "progressbar2";
19 disabled = pythonOlder "3.7";
22 inherit pname version;
23 hash = "sha256-ZmLLYkiG7THrlNr2HidYO1FE68c4Ohe64Hb49PWQiPs=";
27 sed -i "/-cov/d" pytest.ini
35 propagatedBuildInputs = [ python-utils ];
43 pythonImportsCheck = [ "progressbar" ];
46 description = "Text progressbar library";
47 homepage = "https://progressbar-2.readthedocs.io/";
48 license = licenses.bsd3;
49 maintainers = with maintainers; [ ashgillman ];