[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#49189] [PATCH 0/9] Remove broken Python 2 packages
From: |
zimoun |
Subject: |
[bug#49189] [PATCH 0/9] Remove broken Python 2 packages |
Date: |
Wed, 23 Jun 2021 17:50:07 +0200 |
Hi,
Because Python 2 is EOL and these packages fail to build, there are removed.
Well, "guix refresh -l" is checked to ensure they are leaf packages
At the end of the series, "make as-derivation" successes, so everything seems
fine.
Cheers,
simon
zimoun (9):
gnu: python2-larch: Remove package.
gnu: python2-libadalang: Remove package.
gnu: python2-mapnik: Remove package.
gnu: python2-roca-detect: Remove package.
gnu: python2-rpython: Remove package.
gnu: python2-plotly: Remove package.
gnu: python2-scripttest: Remove package.
gnu: python2-sqlparse: Remove package.
gnu: python2-wsgiproxy2: Remove package.
gnu/packages/ada.scm | 40 -------------------
gnu/packages/check.scm | 3 --
gnu/packages/databases.scm | 3 --
gnu/packages/geo.scm | 72 ----------------------------------
gnu/packages/graph.scm | 3 --
gnu/packages/python-crypto.scm | 38 ------------------
gnu/packages/python-web.scm | 3 --
gnu/packages/python-xyz.scm | 67 -------------------------------
8 files changed, 229 deletions(-)
base-commit: 3694c0d4fee0f7faf130ecd9386ea45932a19543
--
2.32.0
- [bug#49189] [PATCH 0/9] Remove broken Python 2 packages,
zimoun <=
- [bug#49189] [PATCH 1/9] gnu: python2-larch: Remove package., zimoun, 2021/06/23
- [bug#49189] [PATCH 5/9] gnu: python2-rpython: Remove package., zimoun, 2021/06/23
- [bug#49189] [PATCH 2/9] gnu: python2-libadalang: Remove package., zimoun, 2021/06/23
- [bug#49189] [PATCH 4/9] gnu: python2-roca-detect: Remove package., zimoun, 2021/06/23
- [bug#49189] [PATCH 8/9] gnu: python2-sqlparse: Remove package., zimoun, 2021/06/23
- [bug#49189] [PATCH 9/9] gnu: python2-wsgiproxy2: Remove package., zimoun, 2021/06/23
- [bug#49189] [PATCH 7/9] gnu: python2-scripttest: Remove package., zimoun, 2021/06/23
- [bug#49189] [PATCH 6/9] gnu: python2-plotly: Remove package., zimoun, 2021/06/23
- [bug#49189] [PATCH 3/9] gnu: python2-mapnik: Remove package., zimoun, 2021/06/23
- [bug#49189] [PATCH 0/9] Remove broken Python 2 packages, Ludovic Courtès, 2021/06/24