emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#33047: closed (pypi importer uses incorrect packag


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#33047: closed (pypi importer uses incorrect package names)
Date: Tue, 02 Jul 2019 01:55:04 +0000

Your message dated Tue, 02 Jul 2019 10:54:30 +0900
with message-id <address@hidden>
and subject line Re: bug#24450: [PATCHv3] Re: pypi importer outputs strange 
character series in optional dependency case.
has caused the debbugs.gnu.org bug report #24450,
regarding pypi importer uses incorrect package names
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden.)


-- 
24450: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=24450
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: pypi importer uses incorrect package names Date: Mon, 15 Oct 2018 15:43:02 +0200 User-agent: Roundcube Webmail/1.3.6
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.



--- End Message ---
--- Begin Message --- Subject: Re: bug#24450: [PATCHv3] Re: pypi importer outputs strange character series in optional dependency case. Date: Tue, 02 Jul 2019 10:54:30 +0900 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (gnu/linux)
Maxim Cournoyer <address@hidden> writes:

> Here's the current patch set, version 3, with the modifications
> as discussed in the previous exchanges [...]

I've now merged this patch series (version 3) into master, with top
commit 4b60ab8c006964d026dee8cf5f1260eba0b2bb81.

Closing.

Thank you!

Maxim


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]