From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38654) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gCod5-0000Ay-Dk for guix-patches@gnu.org; Wed, 17 Oct 2018 12:25:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gCod4-0004Th-G9 for guix-patches@gnu.org; Wed, 17 Oct 2018 12:25:03 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:51271) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gCod4-0004Su-AO for guix-patches@gnu.org; Wed, 17 Oct 2018 12:25:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gCod4-0006MU-3M for guix-patches@gnu.org; Wed, 17 Oct 2018 12:25:02 -0400 Subject: [bug#33031] [PATCH] gnu: Use pypi.org. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <52aae9ef84c41f8489ebd6329659e5a95ad7ca7e.1539402576.git.leo@famulari.name> Date: Wed, 17 Oct 2018 18:24:42 +0200 In-Reply-To: <52aae9ef84c41f8489ebd6329659e5a95ad7ca7e.1539402576.git.leo@famulari.name> (Leo Famulari's message of "Fri, 12 Oct 2018 23:49:36 -0400") Message-ID: <87ftx4bkxh.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Leo Famulari Cc: 33031@debbugs.gnu.org Leo Famulari skribis: > redirects to . > > * guix/build-system/python.scm (pypi-uri): Replace pypi.io with pypi.org. > * guix/import/pypi.scm (pypi-url?): Likewise. > * tests/pypi.scm: Likewise. LGTM, thanks! Ludo'.