# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 PortSystem 1.0 PortGroup python 1.0 name py-parfive version 2.1.0 revision 0 categories-append net license MIT maintainers {mps @Schamschula} openmaintainer description A parallel file downloader using asyncio. long_description {*}${description} parfive can handle downloading multiple files in \ parallel as well as downloading each file in a number of chunks. supported_archs noarch platforms {darwin any} homepage https://parfive.readthedocs.io/en/stable/ python.versions 38 39 310 311 312 checksums rmd160 7a2288803807e65053b8c984764b44bce3c35e38 \ sha256 cd6cb419242130730cf41d4cf6f284ebf50f1a71ce6c9508e0467ec98f17dc8e \ size 33956 if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-setuptools_scm depends_lib-append \ port:py${python.version}-aiohttp \ port:py${python.version}-tqdm } variant ftp description {Add ftp functionality} { depends_lib-append \ port:py${python.version}-aioftp }