From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: References: <20200917190925.qx73myzk5hxe567o@pengutronix.de> <20200917193415.24800-1-rhi@pengutronix.de> From: Bastian Krause Message-ID: <5041ae43-a051-1a78-8ffa-51ebaa2df1fb@pengutronix.de> Date: Mon, 21 Sep 2020 10:29:59 +0200 MIME-Version: 1.0 In-Reply-To: <20200917193415.24800-1-rhi@pengutronix.de> Content-Language: en-US Subject: Re: [ptxdist] [RFC] setup: introduce pypi mirror List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ptxdist-bounces@pengutronix.de Sender: "ptxdist" To: ptxdist@pengutronix.de, Roland Hieber On 9/17/20 9:34 PM, Roland Hieber 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 > --- > Or how about this one, to prevent any diff fuzz? :-) > The default value will redirect to the URL containing the checksum, e.g. > > $(call ptx/mirror, PYPI, c/chardet/chardet-2.3.0.tar.gz) > -> https://files.pythonhosted.org/packages/source/c/chardet/chardet-2.3.0.tar.gz > -> https://files.pythonhosted.org/packages/7d/87/4e3a3f38b2f5c578ce44f8dc2aa053217de9f0b6d737739b0ddac38ed237/chardet-2.3.0.tar.gz > > which is the same URL that > will redirect to. I like that. We should be able to shorten the ptx/mirror PYPI call even more. I'll send a new version of this series including a reworked version of this patch soon. Regards, Bastian > > > config/setup/Kconfig | 7 +++++++ > config/setup/ptxdistrc.default | 1 + > 2 files changed, 8 insertions(+) > > 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 > -- Pengutronix e.K. | | Steuerwalder Str. 21 | http://www.pengutronix.de/ | 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de