GNU bug report logs - #33047
pypi importer uses incorrect package names

Previous Next

Package: guix;

Reported by: Julien Lepiller <julien <at> lepiller.eu>

Date: Mon, 15 Oct 2018 13:44:02 UTC

Severity: normal

Tags: patch

Merged with 24450, 24557, 33569, 34266

Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Julien Lepiller <julien <at> lepiller.eu>
To: bug-guix <at> gnu.org
Subject: pypi importer uses incorrect package names
Date: Mon, 15 Oct 2018 15:43:02 +0200
Hi,

I found that sometimes the pypi importer had trouble importing packages 
correctly. For instance, running "guix import pypi txaio" gave me this 
list of dependencies:

(propagated-inputs
 `(("python-[all]" ,#{python-\x5b;all\x5d;}#)
   ("python-[asyncio]"
    ,#{python-\x5b;asyncio\x5d;}#)
   ...))

guix import pypi magic-wormhole had this:

(propagated-inputs
  ("python-autobahn[twisted]"
   ,#{python-autobahn\x5b;twisted\x5d;}#)
  ...))

Of course, they break the recursive importer, which makes it difficult 
to import these packages correctly.




This bug report was last modified 5 years and 323 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.