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

* bug#24450: bug#33047: pypi importer uses incorrect package names
  2018-10-15 13:43 bug#33047: pypi importer uses incorrect package names Julien Lepiller
@ 2019-03-29  4:23 ` Maxim Cournoyer
  0 siblings, 0 replies; 2+ messages in thread
From: Maxim Cournoyer @ 2019-03-29  4:23 UTC (permalink / raw)
  To: Julien Lepiller; +Cc: 33047, 24450

Julien Lepiller <julien@lepiller.eu> writes:

> 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.

Testing local branch:

./pre-inst-env guix import pypi txaio

Starting download of /tmp/guix-file.jTNBQz
From https://files.pythonhosted.org/packages/c1/99/81de004578e9afe017bb1d4c8968088a33621c05449fe330bdd7016d5377/txaio-18.8.1.tar.gz...
 …8.1.tar.gz  50KiB                   894KiB/s 00:00 [##################] 100.0%

Starting download of /tmp/guix-file.ZB3Q2n
From https://files.pythonhosted.org/packages/e9/6d/e1a6f7835cde86728e5bb1f577be9b2d7d273fdb33c286e70b087d418ded/txaio-18.8.1-py2.py3-none-any.whl...
 ….py3-none-any.whl  27KiB            746KiB/s 00:00 [##################] 100.0%
(package
  (name "python-txaio")
  (version "18.8.1")
  (source
    (origin
      (method url-fetch)
      (uri (pypi-uri "txaio" version))
      (sha256
        (base32
          "1zmpdph6zddgrnkkcykh6qk5s46l7s5mzfqrh82m4b5iffn61qv7"))))
  (build-system python-build-system)
  (propagated-inputs `(("python-six" ,python-six)))
  (native-inputs
    `(("python-mock" ,python-mock)
      ("python-pep8" ,python-pep8)
      ("python-pyenchant" ,python-pyenchant)
      ("python-pytest" ,python-pytest)
      ("python-pytest-cov" ,python-pytest-cov)
      ("python-sphinx" ,python-sphinx)
      ("python-sphinx-rtd-theme"
       ,python-sphinx-rtd-theme)
      ("python-sphinxcontrib-spelling"
       ,python-sphinxcontrib-spelling)
      ("python-tox" ,python-tox)
      ("python-twine" ,python-twine)
      ("python-wheel" ,python-wheel)))
  (home-page "https://github.com/crossbario/txaio")
  (synopsis
    "Compatibility API between asyncio/Twisted/Trollius")
  (description
    "Compatibility API between asyncio/Twisted/Trollius")
  (license #f))

and

./pre-inst-env guix import pypi magic-wormhole

Starting download of /tmp/guix-file.80RRqk
From https://files.pythonhosted.org/packages/77/15/9438290bab8146efc0213f7c3d9645d9bc5a2e885e4049477e7432e40336/magic-wormhole-0.11.2.tar.gz...
 …-0.11.2.tar.gz  193KiB              911KiB/s 00:00 [##################] 100.0%

Starting download of /tmp/guix-file.mRGAx3
From https://files.pythonhosted.org/packages/82/98/3e8d12fdb90457e8f3e1f5b877ee27f5db58dbaf4a4fbe95f7287a568401/magic_wormhole-0.11.2-py2.py3-none-any.whl...
 …-py2.py3-none-any.whl  128KiB      1009KiB/s 00:00 [##################] 100.0%
(package
  (name "python-magic-wormhole")
  (version "0.11.2")
  (source
    (origin
      (method url-fetch)
      (uri (pypi-uri "magic-wormhole" version))
      (sha256
        (base32
          "01fr4bi6kc6fz9n3c4qq892inrc3nf6p2djy65yvm7xkvdxncydf"))))
  (build-system python-build-system)
  (propagated-inputs
    `(("python-attrs" ,python-attrs)
      ("python-autobahn" ,python-autobahn)
      ("python-automat" ,python-automat)
      ("python-click" ,python-click)
      ("python-hkdf" ,python-hkdf)
      ("python-humanize" ,python-humanize)
      ("python-pynacl" ,python-pynacl)
      ("python-pywin32" ,python-pywin32)
      ("python-six" ,python-six)
      ("python-spake2" ,python-spake2)
      ("python-tqdm" ,python-tqdm)
      ("python-twisted" ,python-twisted)
      ("python-txtorcon" ,python-txtorcon)))
  (native-inputs
    `(("python-magic-wormhole-mailbox-server"
       ,python-magic-wormhole-mailbox-server)
      ("python-magic-wormhole-transit-relay"
       ,python-magic-wormhole-transit-relay)
      ("python-mock" ,python-mock)
      ("python-pyflakes" ,python-pyflakes)
      ("python-tox" ,python-tox)))
  (home-page
    "https://github.com/warner/magic-wormhole")
  (synopsis
    "Securely transfer data between computers")
  (description
    "Securely transfer data between computers")
  (license license:expat))
  

^ 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).