GNU bug report logs -
#44030
guix import pypi foo@1.2.3 breaks
Previous Next
Reported by: zimoun <zimon.toutoune <at> gmail.com>
Date: Fri, 16 Oct 2020 13:49:01 UTC
Severity: normal
Tags: easy
Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Sun, 21 Nov 2021 01:14:01 -0500
with message-id <87h7c6c9xy.fsf <at> gmail.com>
and subject line Re: bug#44030: guix import pypi foo <at> 1.2.3 breaks
has caused the debbugs.gnu.org bug report #44030,
regarding guix import pypi foo <at> 1.2.3 breaks
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
44030: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=44030
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
Dear,
The syntax across the different importers are not uniform. Especially,
compare:
guix import hackage mtl <at> 2.1.3.1
guix import pypi itsdangerous <at> 1.1.0
and worse, the option ’--recursive’ leads to an error for the latter.
Note that instead:
guix import pypi itsdangerous/1.1.0
perfectly works, even the option ’--recursive’.
All the information is there, and the UI has to be fixed. It is a
perfect first contribution fixes.
All the best,
simon
PS:
Reported by Zelphir Kaltstahl.
<https://lists.gnu.org/archive/html/help-guix/2020-10/msg00055.html>
[Message part 3 (message/rfc822, inline)]
Hi,
zimoun <zimon.toutoune <at> gmail.com> writes:
> Dear,
>
> The syntax across the different importers are not uniform. Especially,
> compare:
>
> guix import hackage mtl <at> 2.1.3.1
> guix import pypi itsdangerous <at> 1.1.0
>
> and worse, the option ’--recursive’ leads to an error for the latter.
> Note that instead:
>
> guix import pypi itsdangerous/1.1.0
>
> perfectly works, even the option ’--recursive’.
>
> All the information is there, and the UI has to be fixed. It is a
> perfect first contribution fixes.
>
>
> All the best,
> simon
This works now:
$ ./pre-inst-env guix import pypi ansible <at> 4.4.0
Starting download of /tmp/guix-file.mtcWzL
From https://files.pythonhosted.org/packages/b5/01/dd6bf3cb7d834c7493d10fa1f0720c34c7703fc9bf12c93f294def465bb0/ansible-4.4.0.tar.gz...
…4.0.tar.gz 33.7MiB 49.2MiB/s 00:01 [##################] 100.0%
(package
(name "python-ansible")
(version "4.4.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "ansible" version))
(sha256
(base32 "031n22j0lsmh69x6i6gkva81j68b4yzh1pbg3q2h4bknl85q46ag"))))
(build-system python-build-system)
(propagated-inputs (list python-ansible-core))
(home-page "https://ansible.com/")
(synopsis "Radically simple IT automation")
(description "Radically simple IT automation")
(license #f))
$ ./pre-inst-env guix import pypi ansible <at> 4.4.1
guix import: error: no source release for pypi package ansible 4.4.1
Closing!
Maxim
This bug report was last modified 3 years and 242 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.