17 buildPythonPackage rec {
20 format = "setuptools";
22 disabled = pythonOlder "3.7";
25 inherit pname version;
26 hash = "sha256-zWy0GSQhMHMM9B1M9vKE6/UPGnHObJUI4EZ+yY8X3I4=";
29 buildInputs = [ setuptools-scm ];
31 propagatedBuildInputs = [
46 # Requires network access
48 "test_ftp_pasv_command"
52 pythonImportsCheck = [ "parfive" ];
55 description = "HTTP and FTP parallel file downloader";
56 mainProgram = "parfive";
57 homepage = "https://parfive.readthedocs.io/";
58 license = licenses.mit;