Thanks, applied as d0ee443915624c997057dd15c31d591b598a63a2. Michael
[sent from post-receive hook] On Tue, 06 Oct 2020 10:18:38 +0200, Bastian Krause <[email protected]> wrote: > Make it possible to use a short macro for all pypi URLs, e.g: > > $(call ptx/mirror, PYPI, c/chardet/chardet-2.3.0.tar.gz) > > Signed-off-by: Roland Hieber <[email protected]> > Signed-off-by: Bastian Krause <[email protected]> > Message-Id: <[email protected]> > Signed-off-by: Michael Olbrich <[email protected]> > > diff --git a/config/setup/Kconfig b/config/setup/Kconfig > index 4b1a769daab5..1697d88dee98 100644 > --- a/config/setup/Kconfig > +++ b/config/setup/Kconfig > @@ -172,6 +172,13 @@ config SETUP_KERNELMIRROR > help > For all kernel.org related packages enter an available mirror here. > > +config SETUP_PYPIMIRROR > + string > + default "https://files.pythonhosted.org/packages/source" > + prompt "Python pypi source mirror" > + help > + For all packages available on pypi, enter an available mirror here. > + > choice > prompt "archive check" > default SETUP_CHECK_ALWAYS > diff --git a/config/setup/ptxdistrc.default b/config/setup/ptxdistrc.default > index 29b8bfe37525..7973fdfe40aa 100644 > --- a/config/setup/ptxdistrc.default > +++ b/config/setup/ptxdistrc.default > @@ -37,6 +37,7 @@ > PTXCONF_SETUP_SFMIRROR="http://downloads.sourceforge.net/sourceforge" > PTXCONF_SETUP_GNUMIRROR="https://ftp.gnu.org/gnu > http://ftp.uni-kl.de/pub/gnu" > PTXCONF_SETUP_XORGMIRROR="https://ftp.x.org/archive > https://xorg.freedesktop.org/releases" > PTXCONF_SETUP_KERNELMIRROR="https://www.kernel.org/pub/linux > http://www.linux-mips.org/pub/linux/mips http://mirror.linux.org.au/linux" > +PTXCONF_SETUP_PYPIMIRROR="https://files.pythonhosted.org/packages/source" > PTXCONF_SETUP_CHECK_ALWAYS=y > # PTXCONF_SETUP_CHECK_NOTEMPTY is not set > # PTXCONF_SETUP_CHECK_NEVER is not set _______________________________________________ ptxdist mailing list [email protected] To unsubscribe, send a mail with subject "unsubscribe" to [email protected]
