8 buildPythonPackage rec {
9 pname = "fastprogress";
11 format = "setuptools";
12 disabled = pythonOlder "3.6";
15 inherit pname version;
16 hash = "sha256-ehfStDiJD4OMBI7vzjLE3tRxl+zI6gQs7MM9PeuAIvU=";
19 propagatedBuildInputs = [ numpy ];
23 pythonImportsCheck = [ "fastprogress" ];
26 homepage = "https://github.com/fastai/fastprogress";
27 description = "Simple and flexible progress bar for Jupyter Notebook and console";
28 license = licenses.asl20;
29 maintainers = with maintainers; [ ris ];