all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#52359] [PATCH] gnu: python2-bottle: Remove package.
@ 2021-12-07 21:00 jgart via Guix-patches via
  2021-12-19 22:25 ` Ludovic Courtès
  0 siblings, 1 reply; 3+ messages in thread
From: jgart via Guix-patches via @ 2021-12-07 21:00 UTC (permalink / raw)
  To: 52359; +Cc: jgart

* gnu/packages/python-web.scm (python2-bottle): Delete variable.
---
 gnu/packages/python-web.scm | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index d4a785b2fc..fb23054489 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -4170,9 +4170,6 @@ (define-public python-bottle
     (description "@code{python-bottle} is a WSGI framework for small web-applications.")
     (license license:expat)))
 
-(define-public python2-bottle
-  (package-with-python2 python-bottle))
-
 (define-public python-wtforms
   (package
     (name "python-wtforms")
-- 
2.34.0





^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [bug#52359] [PATCH] gnu: python2-bottle: Remove package.
  2021-12-07 21:00 [bug#52359] [PATCH] gnu: python2-bottle: Remove package jgart via Guix-patches via
@ 2021-12-19 22:25 ` Ludovic Courtès
  2021-12-19 22:58   ` jgart via Guix-patches via
  0 siblings, 1 reply; 3+ messages in thread
From: Ludovic Courtès @ 2021-12-19 22:25 UTC (permalink / raw)
  To: jgart; +Cc: 52359

Hi,

jgart <jgart@dismail.de> skribis:

> * gnu/packages/python-web.scm (python2-bottle): Delete variable.

Apparently it still has users so we can’t remove it yet:

--8<---------------cut here---------------start------------->8---
$ ./pre-inst-env  guix refresh -l python2-bottle
Building the following 2 packages would ensure 3 dependent packages are rebuilt: h-client@0.0a0-138 virtaal@0.7.1
--8<---------------cut here---------------end--------------->8---

Ludo’.




^ permalink raw reply	[flat|nested] 3+ messages in thread

* [bug#52359] [PATCH] gnu: python2-bottle: Remove package.
  2021-12-19 22:25 ` Ludovic Courtès
@ 2021-12-19 22:58   ` jgart via Guix-patches via
  0 siblings, 0 replies; 3+ messages in thread
From: jgart via Guix-patches via @ 2021-12-19 22:58 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: 52359

On Sun, 19 Dec 2021 23:25:06 +0100 Ludovic Courtès <ludo@gnu.org> wrote:
> Hi,
> 
> jgart <jgart@dismail.de> skribis:
> 
> > * gnu/packages/python-web.scm (python2-bottle): Delete variable.
> 
> Apparently it still has users so we can’t remove it yet:

Hi Ludo,

Thanks for the review!

The best way to check is with `guix refresh --list-dependent python2-bottle`?

Or, you're referring to the fact that there are still users using the
python2 version of bottle itself?

Also, when upgrading a package, what is your workflow for testing and making 
sure you don't break a dependent package?

Do you also build all packages listed in the output of 
`guix refresh --list-dependent package-name` before sending a patch?

My experience with this issue is when I updated python-jedi recently. 
I sent the patch.  It got accepted. (Un)relatedly, I tried installing
bpython a day later and bpython was broken. My first guess is that the
upgrade of python-jedi broke the current version of bpython in master. I
wasn't thinking about bpython when I was upgrading python-jedi.

Could any of the above be mentioned in the cookbook or the manual? Excuse me if
I TDLR'ed that part.

Any advice is much appreciated.

> 
> --8<---------------cut here---------------start------------->8---
> $ ./pre-inst-env  guix refresh -l python2-bottle
> Building the following 2 packages would ensure 3 dependent packages are rebuilt: h-client@0.0a0-138 virtaal@0.7.1
> --8<---------------cut here---------------end--------------->8---
> 
> Ludo’.




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-12-19 22:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-07 21:00 [bug#52359] [PATCH] gnu: python2-bottle: Remove package jgart via Guix-patches via
2021-12-19 22:25 ` Ludovic Courtès
2021-12-19 22:58   ` jgart via Guix-patches via

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.