From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Lepiller Subject: bug#33046: pypi importer doesn't print the correct source Date: Mon, 15 Oct 2018 15:39:15 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39353) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gC36V-0001Cj-Lf for bug-guix@gnu.org; Mon, 15 Oct 2018 09:40:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gC36J-000415-BZ for bug-guix@gnu.org; Mon, 15 Oct 2018 09:40:08 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:45682) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gC36I-000411-VS for bug-guix@gnu.org; Mon, 15 Oct 2018 09:40:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gC36I-0001u1-MS for bug-guix@gnu.org; Mon, 15 Oct 2018 09:40:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39247) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gC35n-00019q-ST for bug-guix@gnu.org; Mon, 15 Oct 2018 09:39:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gC35i-0003pr-00 for bug-guix@gnu.org; Mon, 15 Oct 2018 09:39:31 -0400 Received: from lepiller.eu ([2a00:5884:8208::1]:35346) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gC35g-0003m8-G6 for bug-guix@gnu.org; Mon, 15 Oct 2018 09:39:25 -0400 Received: from webmail.lepiller.eu (static-176-182-42-79.ncc.abo.bbox.fr [176.182.42.79]) by lepiller.eu (OpenSMTPD) with ESMTPSA id 21e9f0d6 (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256:NO) for ; Mon, 15 Oct 2018 13:38:45 +0000 (UTC) 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: 33046@debbugs.gnu.org Hi, I tried to use the importer to refresh python-twisted, and got this source: (uri (pypi-uri "twisted" version)) while the correct one should be (uri (pypi-uri "Twisted" version ".tar.bz2"))