GNU bug report logs -
#41395
[PATCH 0/2] gnu: Add python-questionary
Previous Next
Reported by: Edouard Klein <edk <at> beaver-labs.com>
Date: Tue, 19 May 2020 09:55:02 UTC
Severity: normal
Tags: patch
Done: Marius Bakke <marius <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#41395: [PATCH 0/2] gnu: Add python-questionary
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 41395 <at> debbugs.gnu.org.
--
41395: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=41395
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
[Message part 3 (text/plain, inline)]
Edouard Klein <edk <at> beaver-labs.com> writes:
> * gnu/packages/machine-learning.scm (python-iml): Pin implicit
> python-prompt-toolkit dependency to version 2.
I added a [propagated-inputs] here.
> * gnu/packages/python-xyz.scm (python-widgetsnbextension): Pin implicit
> python-prompt-toolkit dependency to version 2.
And here.
> (python-ipywidgets): Update to version 7.5.1.
And removed this.
> (python-ipywidgets): Pin implicit python-prompt-toolkit dependency to version
> 2.
[propagated-inputs]
> (python-jupyter-console): Update to version 6.1.0.
Removed.
> (python-jupyter-console): Pin implicit python-prompt-toolkit dependency to
> version 2.
> (python-jupyter-console): Pin explicit python-prompt-toolkit dependency to
> version 2.
Duplicate.
> (python-prompt-toolkit): Update to version 3.0.5.
I mentioned the changes to [home-page] and [propagated-inputs] here.
> (python-prompt-toolkit-2): New variable
> (prompt-toolkit-2-instead-of-prompt-toolkit): New variable
> (python2-prompt-toolkit): keep at version 2.
> (python-prompt-toolkit-1): inherit from version 2.
And added capitalizations and full stops here.
[...]
> +(define-public python-prompt-toolkit-2
> + (package (inherit python-prompt-toolkit)
> + (name "python-prompt-toolkit")
> + (version "2.0.7")
> + (source
> + (origin
> + (method url-fetch)
> + (uri (pypi-uri "prompt_toolkit" version ".tar.gz"))
> + (sha256
> + (base32
> + "0fgacqk73w7s932vy46pan2yp8rvjmlkag20xvaydh9mhf6h85zx"))))
> + (propagated-inputs
> + `(("python-wcwidth" ,python-wcwidth)
> + ("python-six" ,python-six)
> + ("python-pygments" ,python-pygments)
> + ("python-wcwidth" ,python-wcwidth)))))
Duplicate wcwidth input (fixed).
> +(define-public prompt-toolkit-2-instead-of-prompt-toolkit
> + (package-input-rewriting/spec
> + `(("python-prompt-toolkit" . ,(const python-prompt-toolkit-2)))))
So this procedure is extremely greedy, and creates new derivations of
python-sphinx, python-cython and others for the affected packages. Not
sure what's going on, but went ahead and applied it anyway.
The patches will be pushed shortly. Thank you!
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
Hi all,
This is my first time submitting a multicommit patch. Please do not
hesitate to point out any mistakes in the way I did it so that I can fix
them in the future.
These two patches are my attempt to add python-questionary, which
depends on a update to python-prompt-toolkit.
With many thanks to Julien Lepiller and zimoun for their help on
guix-devel :)
Cheers,
Edouard.
This bug report was last modified 4 years and 353 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.