unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#33047: pypi importer uses incorrect package names
@ 2018-10-15 13:43 Julien Lepiller
  2019-03-29  4:23 ` bug#24450: " Maxim Cournoyer
  0 siblings, 1 reply; 2+ messages in thread
From: Julien Lepiller @ 2018-10-15 13:43 UTC (permalink / raw)
  To: 33047

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.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-03-29  4:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-15 13:43 bug#33047: pypi importer uses incorrect package names Julien Lepiller
2019-03-29  4:23 ` bug#24450: " Maxim Cournoyer

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).