unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Maxim Cournoyer <maxim.cournoyer@gmail.com>
To: zimoun <zimon.toutoune@gmail.com>
Cc: 47165-done@debbugs.gnu.org
Subject: bug#47165: [PATCH 00/25] some Python 2 removals.
Date: Tue, 23 Mar 2021 21:40:48 -0400	[thread overview]
Message-ID: <875z1huy5b.fsf@gmail.com> (raw)
In-Reply-To: <20210315155325.51019-1-zimon.toutoune@gmail.com> (zimoun's message of "Mon, 15 Mar 2021 16:53:25 +0100")

Hi Simon,

Sorry for taking my sweet time.

zimoun <zimon.toutoune@gmail.com> writes:

[...]

>   gnu: python2-arrow: Remove package.
>   gnu: python2-cairocffi: Remove.
>   gnu: python2-dulwich: Remove package.
>   gnu: python2-yubikey-manager: Remove package.
>   gnu: python2-fido2: Remove package.
>   gnu: python2-flask-wtf: Remove package.
>   gnu: python2-fask-babel: Remove package.
                 ^flask
>   gnu: python2-flask-htmlmin: Remove package.
>   gnu: python2-flask-login: Remove package.

I did:

removed=$(echo '  gnu: python2-arrow: Remove package.
  gnu: python2-cairocffi: Remove.
  gnu: python2-dulwich: Remove package.
  gnu: python2-yubikey-manager: Remove package.
  gnu: python2-fido2: Remove package.
  gnu: python2-flask-wtf: Remove package.
  gnu: python2-flask-babel: Remove package.
  gnu: python2-flask-htmlmin: Remove package.
  gnu: python2-flask-login: Remove package.
  gnu: python2-flask-multistatic: Remove package.
  gnu: python2-httpbin: Remove package.
  gnu: python2-flask: Remove package.
  gnu: python2-furl: Remove package.
  gnu: python2-graphql-core: Remove package.
  gnu: python2-ipywidgets: Remove package.
  gnu: python2-mpd2: Remove package.
  gnu: python2-mutagen: Remove package.
  gnu: python2-nbxmpp: Remove package.
  gnu: python2-rq: Remove package.
  gnu: python2-sh: Remove package.
  gnu: python2-stem: Remove package.
  gnu: python2-tables: Remove package.
  gnu: python2-utils: Remove package.
  gnu: python2-widgetsnbextension: Remove package.
  gnu: python2-wsgiproxy2: Remove package.
' | cut -d':' -f2)

$ guix refresh -l $removed

Building the following 7 packages would ensure 8 dependent packages are rebuilt: python2-yubikey-manager@2.1.0 python2-flask-multistatic@1.0 python2-flask-htmlmin@1.2 python2-flask-wtf@0.14.3 python2-flask-login@0.5.0 python2-httpbin@0.5.0 python2-ipywidgets@7.5.1
maxim@hurd ~/src/guix [env]$ guix search python2-yubikey-manager

All these packages are removed by the above, so it looks good to me,
apart from the one typo spotted earlier.

From the Debbugs summary buffer, I M-x cd ~/src/guix RET, then moved to
the 01/25 patch, did C-u 24 | git am --signoff to apply all the patches
to my tree, reviewed them there (mostly checking no special python2
property had been left behind), then pushed.

Thank you for taking care of this!

Closing.

Maxim




      parent reply	other threads:[~2021-03-24  1:49 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-15 15:53 [bug#47165] [PATCH 00/25] some Python 2 removals zimoun
2021-03-15 15:55 ` [bug#47165] [PATCH 01/25] gnu: python2-arrow: Remove package zimoun
2021-03-15 15:55   ` [bug#47165] [PATCH 02/25] gnu: python2-cairocffi: Remove zimoun
2021-03-15 15:55   ` [bug#47165] [PATCH 03/25] gnu: python2-dulwich: Remove package zimoun
2021-03-15 15:55   ` [bug#47165] [PATCH 04/25] gnu: python2-yubikey-manager: " zimoun
2021-03-15 15:55   ` [bug#47165] [PATCH 05/25] gnu: python2-fido2: " zimoun
2021-03-15 15:55   ` [bug#47165] [PATCH 06/25] gnu: python2-flask-wtf: " zimoun
2021-03-15 15:55   ` [bug#47165] [PATCH 07/25] gnu: python2-fask-babel: " zimoun
2021-03-15 15:55   ` [bug#47165] [PATCH 08/25] gnu: python2-flask-htmlmin: " zimoun
2021-03-15 15:55   ` [bug#47165] [PATCH 09/25] gnu: python2-flask-login: " zimoun
2021-03-15 15:55 ` [bug#47165] [PATCH 10/25] gnu: python2-flask-multistatic: " zimoun
2021-03-15 15:55   ` [bug#47165] [PATCH 11/25] gnu: python2-httpbin: " zimoun
2021-03-15 15:55   ` [bug#47165] [PATCH 12/25] gnu: python2-flask: " zimoun
2021-03-15 15:55   ` [bug#47165] [PATCH 13/25] gnu: python2-furl: " zimoun
2021-03-15 15:55   ` [bug#47165] [PATCH 14/25] gnu: python2-graphql-core: " zimoun
2021-03-15 15:55   ` [bug#47165] [PATCH 15/25] gnu: python2-ipywidgets: " zimoun
2021-03-15 15:55   ` [bug#47165] [PATCH 16/25] gnu: python2-mpd2: " zimoun
2021-03-15 15:55   ` [bug#47165] [PATCH 17/25] gnu: python2-mutagen: " zimoun
2021-03-15 15:55   ` [bug#47165] [PATCH 18/25] gnu: python2-nbxmpp: " zimoun
2021-03-15 15:55   ` [bug#47165] [PATCH 19/25] gnu: python2-rq: " zimoun
2021-03-15 15:56 ` [bug#47165] [PATCH 20/25] gnu: python2-sh: " zimoun
2021-03-15 15:56   ` [bug#47165] [PATCH 21/25] gnu: python2-stem: " zimoun
2021-03-15 15:56   ` [bug#47165] [PATCH 22/25] gnu: python2-tables: " zimoun
2021-03-15 15:56   ` [bug#47165] [PATCH 23/25] gnu: python2-utils: " zimoun
2021-03-15 15:56   ` [bug#47165] [PATCH 24/25] gnu: python2-widgetsnbextension: " zimoun
2021-03-15 15:56   ` [bug#47165] [PATCH 25/25] gnu: python2-wsgiproxy2: " zimoun
2021-03-24  1:40 ` Maxim Cournoyer [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=875z1huy5b.fsf@gmail.com \
    --to=maxim.cournoyer@gmail.com \
    --cc=47165-done@debbugs.gnu.org \
    --cc=zimon.toutoune@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).