mbox series

[bug#55233,0/3] Add python-madbg.

Message ID 20220502215637.GB12175@gac.scls.local
Headers show
Series Add python-madbg. | expand

Message

jgart May 2, 2022, 9:56 p.m. UTC
Hi Guixers,

https://github.com/kmaork/madbg

all best,

jgart

ps 

above patches currently available as a pre-release from guixrus

Comments

jgart May 2, 2022, 10:08 p.m. UTC | #1
Hi,

What's should I do to fix this one?

```
/home/jgart/973f231e-fd8e-47ce-bf3d-5f3baf22e411-guix/gnu/packages/python-xyz.scm:29026:2: python-madbg@1.2.0: propagated inputs python-prompt-toolkit@2.0.7 and python-prompt-toolkit@3.0.18 collide
```

all best,

jgart
M May 3, 2022, 8:56 a.m. UTC | #2
jgart via Guix-patches via schreef op ma 02-05-2022 om 22:08 [+0000]:
> Hi,
> 
> What's should I do to fix this one?
> 
> ```
> /home/jgart/973f231e-fd8e-47ce-bf3d-5f3baf22e411-guix/gnu/packages/python-xyz.scm:29026:2: python-madbg@1.2.0: propagated inputs python-prompt-toolkit@2.0.7 and python-prompt-toolkit@3.0.18 collide

Determine which package has python-prompt-toolkit@2.0.7 and try
replacing it with python-prompt-toolkit@3.0.18 somehow
(for compatibility reasons, it might be necessary to update the package
using python-pprompt-toolkit@2.0.7).

These packages appear to be

  * python-ipython
  * python-jupyter-console

55104 has patches for updating ipythonand changes python-prompt-
toolkit@2 to python-prompt-toolkit@3, so it seems that the propagation
issue will be resolved by that patch series?

Greetings,
Maxime.
jgart Oct. 7, 2023, 5:53 a.m. UTC | #3
Hi,

I'm going to close this patch series I previously sent as won't do.

Feel free to re-open if anyone else wants to work on it.

all best,

jgart