mbox series

[bug#49189,0/9] Remove broken Python 2 packages

Message ID 20210623155007.56138-1-zimon.toutoune@gmail.com
Headers show
Series Remove broken Python 2 packages | expand

Message

Simon Tournier June 23, 2021, 3:50 p.m. UTC
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

Comments

Ludovic Courtès June 24, 2021, 9:07 p.m. UTC | #1
Hi!

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

>   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.

LGTM.  I’ll apply it soonish if there are no objections.

Thanks,
Ludo’.
Ludovic Courtès June 29, 2021, 10:39 a.m. UTC | #2
Hi,

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

>   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.

Pushed, thanks!

Ludo’.