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: Tue, 21 May 2019 21:13:24 -0400 Message-ID: <87lfyz5m17.fsf@gmail.com> References: <87pnod7ot4.fsf@gmail.com> <87k1elrwrt.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:49250) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hTFqu-0005tc-8Y for bug-guix@gnu.org; Tue, 21 May 2019 21:15:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hTFpS-0000MI-Rk for bug-guix@gnu.org; Tue, 21 May 2019 21:14:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:55969) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hTFpS-0000MD-O3 for bug-guix@gnu.org; Tue, 21 May 2019 21:14:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hTFpS-0004eL-GS for bug-guix@gnu.org; Tue, 21 May 2019 21:14:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87k1elrwrt.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Mon, 20 May 2019 17:05:58 +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: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: Ricardo Wurmus , 24450@debbugs.gnu.org Greetings! Ludovic Court=C3=A8s writes: > Hello! > > Maxim Cournoyer skribis: > >> Ricardo Wurmus writes: >> >>> Hi Maxim, >>> >>> I would very much like to see your improvements to the pypi importer to >>> be merged. Have you been able to separate the independent changes as >>> suggested by Ludo? >> >> I'm thrilled that someone has an interest in this :-) >> >> I took my time, but finally got around to restructure the changes a >> bit. I hope it'll be easier to review this time around! > > I=E2=80=99ll let Ricardo comment. For my part, I see that it has tests, = and > that=E2=80=99s enough to make me happy. :-) OK! > Thanks for improving the importer! My pleasure! One less itch to scratch ;-) Maxim