[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#49272] [PATCH 00/10] broken Python 2 packages removal
From: |
zimoun |
Subject: |
[bug#49272] [PATCH 00/10] broken Python 2 packages removal |
Date: |
Tue, 29 Jun 2021 15:07:58 +0200 |
Hi,
Because Python 2 is EOL and these packages fail to build, there are removed.
At the end of the series, "make as-derivation" successes, so everything seems
fine. Note that because sometimes the graph is rewritten, the dependency
graph needs some care.
Last, note that python2-terminado is broken because of the rewrite of
'python-tornado-6'; replacing instead by 'python2-tornado' does not fix the
build, at least at first quick look. It is not worth to try to keep it build,
IMHO.
Cheers,
simon
zimoun (10):
gnu: python2-nbconvert: Remove package.
gnu: python2-jupyter-client: Remove package.
gnu: python2-ipython: Remove package.
gnu: python2-nbformat: Remove package.
gnu: python2-terminado: Remove package.
gnu: python2-toolz: Remove package.
gnu: python2-testpath: Remove package.
gnu: python2-pyzmq: Remove package.
gnu: python2-pyfakefs: Remove package.
gnu: python2-pgpdump: Remove package.
gnu/packages/check.scm | 8 +--
gnu/packages/python-crypto.scm | 31 ---------
gnu/packages/python-web.scm | 12 +---
gnu/packages/python-xyz.scm | 121 +--------------------------------
4 files changed, 3 insertions(+), 169 deletions(-)
base-commit: 5ed105a8bb1a812975496dc3a091596355a0234c
--
2.32.0
- [bug#49272] [PATCH 00/10] broken Python 2 packages removal,
zimoun <=
- [bug#49272] [PATCH 01/10] gnu: python2-nbconvert: Remove package., zimoun, 2021/06/29
- [bug#49272] [PATCH 03/10] gnu: python2-ipython: Remove package., zimoun, 2021/06/29
- [bug#49272] [PATCH 02/10] gnu: python2-jupyter-client: Remove package., zimoun, 2021/06/29
- [bug#49272] [PATCH 04/10] gnu: python2-nbformat: Remove package., zimoun, 2021/06/29
- [bug#49272] [PATCH 09/10] gnu: python2-pyfakefs: Remove package., zimoun, 2021/06/29
- [bug#49272] [PATCH 05/10] gnu: python2-terminado: Remove package., zimoun, 2021/06/29
- [bug#49272] [PATCH 06/10] gnu: python2-toolz: Remove package., zimoun, 2021/06/29
- [bug#49272] [PATCH 10/10] gnu: python2-pgpdump: Remove package., zimoun, 2021/06/29
- [bug#49272] [PATCH 07/10] gnu: python2-testpath: Remove package., zimoun, 2021/06/29
- [bug#49272] [PATCH 08/10] gnu: python2-pyzmq: Remove package., zimoun, 2021/06/29