Gentoo Archives: gentoo-dev

From: "Michał Górny" <mgorny@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] [PATCH] pypi.eclass: A new eclass to aid creating PyPI SRC_URIs
Date: Thu, 02 Feb 2023 05:05:43
Message-Id: 96b4e14cd1e7d5d6b923a8dec1c4f5c130588a15.camel@gentoo.org
In Reply to: Re: [gentoo-dev] [PATCH] pypi.eclass: A new eclass to aid creating PyPI SRC_URIs by Adrian Schollmeyer
1 On Wed, 2023-02-01 at 23:20 +0100, Adrian Schollmeyer wrote:
2 > Hi,
3 >
4 > Am Mittwoch, dem 01.02.2023 um 20:37 +0100 schrieb Michał Górny:
5 > > +       printf "https://files.pythonhosted.org/packages/source/%s" \
6 > > +               "${project::1}/${project}/${project}-${version}${suffix}"
7 > We have the mirror://pypi URI for PyPI sources. Is there a reason not
8 > to use this mirror URI in the eclass?
9 >
10
11 The purpose of this eclass is to replace mirror://pypi/.
12
13 --
14 Best regards,
15 Michał Górny