fetchcommandwrapper

Wrapper around Aria2 for portage's FETCHCOMMAND variable


Keywords
aria2, cli, downloader, gentoo, python, python3
Licenses
GPL-3.0/GPL-3.0+
Install
pip install fetchcommandwrapper==0.8.4

Documentation

About

fetchcommandwrapper combines download tool aria2 with variable GENTOO_MIRRORS to speed up distfile downloads of Portage by downloading from multiple mirrors at the same time. fetchcommandwrapper integrates with Portage through variables FETCHCOMMAND (and RESUMECOMMAND), hence the name.

Installation

System-wide installation in Gentoo

# sudo emerge -av app-portage/fetchcommandwrapper

You can then append line source /usr/share/fetchcommandwrapper/make.conf to file /etc/portage/make.conf to ease integration with Portage.

Development from a Git clone

# pip install --user --editable .