14 buildPythonPackage rec {
19 inherit pname version;
20 sha256 = "118a0994bbb9536fd4574995a8485b6c4b97db247c55bc86ae4f4ae8fd9b0add";
27 propagatedBuildInputs = [
41 # these two tests require network connection
42 pytest parfive -k "not test_ftp and not test_ftp_http"
46 description = "A HTTP and FTP parallel file downloader";
47 homepage = "https://parfive.readthedocs.io/";
48 license = licenses.mit;
49 maintainers = [ maintainers.costrouc ];