mbox series

[bug#50076,0/1] Add python-flask-debugtoolbar.

Message ID 20210816094722.9883-1-me@bonfacemunyoki.com
Headers show
Series Add python-flask-debugtoolbar. | expand

Message

Munyoki Kilyungi Aug. 16, 2021, 9:47 a.m. UTC
Hi. Find attach a patch that adds python-flask-debugtoolbar to GUIX.

BonfaceKilz (1):
  gnu: Add python-flask-debugtoolbar.

 gnu/packages/python-web.scm | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

Comments

jgart May 19, 2023, 4:50 a.m. UTC | #1
Hi Bonz,

Are you still interested in picking this issue up again?

The only problem I see with this package is that it vendors 63 javascript files including dependencies like jquery.

Hi Arun, is this a non issue for upstream guix or what should we do here?

What is our current policy regarding jquery?

all best,

jgart
Munyoki Kilyungi May 22, 2023, 7:28 a.m. UTC | #2
"jgart" <jgart@dismail.de> aliandika:

> Hi Bonz,
>
> Are you still interested in picking this issue up again?
>
Sure no problem.  I'll try looking at this later
tonight (EAT).  Thanks for the follow-up.

> The only problem I see with this package is that it vendors 63 javascript files including dependencies like jquery.
>
> Hi Arun, is this a non issue for upstream guix or what should we do here?
>
> What is our current policy regarding jquery?
>
> all best,
>
> jgart
Arun Isaac May 24, 2023, 6:07 p.m. UTC | #3
> The only problem I see with this package is that it vendors 63
> javascript files including dependencies like jquery.
>
> Hi Arun, is this a non issue for upstream guix or what should we do
> here?

As long as these javascript files are actual source and are not minified
source, this should be fine. Minified source is considered to be a
binary. This is the precedent set in packages such as js-mathjax.