From mboxrd@z Thu Jan 1 00:00:00 1970 From: Maxim Cournoyer Subject: bug#24450: [PATCHv2] Re: pypi importer outputs strange character series in optional dependency case. Date: Wed, 29 May 2019 22:24:13 -0400 Message-ID: <87pno03cj6.fsf@gmail.com> References: <87pnod7ot4.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([209.51.188.92]:55046) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hWAkZ-0003Y8-Kh for bug-guix@gnu.org; Wed, 29 May 2019 22:25:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hWAkY-0005KR-K0 for bug-guix@gnu.org; Wed, 29 May 2019 22:25:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:46945) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hWAkY-0005K7-D4 for bug-guix@gnu.org; Wed, 29 May 2019 22:25:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hWAkY-00050Q-7Z for bug-guix@gnu.org; Wed, 29 May 2019 22:25:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: (Ricardo Wurmus's message of "Tue, 28 May 2019 16:53:17 +0200") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Ricardo Wurmus Cc: 24450@debbugs.gnu.org Hello Ricardo! Ricardo Wurmus writes: > And finally: Number 9! > >> From 1290f9d1f0d594fdd4723d76b94116be25da9dd5 Mon Sep 17 00:00:00 2001 >> From: Maxim Cournoyer >> Date: Sat, 30 Mar 2019 20:27:35 -0400 >> Subject: [PATCH 9/9] import: pypi: Preserve package name case when forming >> pypi-uri. >> >> Fixes issue: #33046. > > Please change this to: > > Fixes . > >> * guix/build-system/python.scm (pypi-uri): Update the host URI to >> "files.pythonhosted.org". >> * guix/import/pypi.scm (make-pypi-sexp): Preserve the package name case when >> the source URL calls for it. > > Is the first change to use files.pythonhosted.org required to fix this? > Or is this unrelated? > > If it is required this looks fine to me. > > Thank you! Thank you for this thorough review! I'll need some time to go through it, and an upcoming travel will delay it some more, so don't fret if you don't hear back from me before a couple days. Sorry! I'll keep you posted. Thanks a bunch! Maxim