9 buildPythonPackage rec {
10 pname = "fastdownload";
12 format = "setuptools";
13 disabled = pythonOlder "3.6";
16 inherit pname version;
17 sha256 = "sha256-IFB+246JQGofvXd15uKj2BpN1jPdUGsOnPDhYT6DHWo=";
20 propagatedBuildInputs = [ fastprogress fastcore ];
24 pythonImportsCheck = [ "fastdownload" ];
27 homepage = "https://github.com/fastai/fastdownload";
28 description = "Easily download, verify, and extract archives";
29 license = licenses.asl20;
30 maintainers = with maintainers; [ rxiao ];