[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#49993] [PATCH 00/18] Remove Python 2 packages possibly added for Py
From: |
Ben Sturmfels |
Subject: |
[bug#49993] [PATCH 00/18] Remove Python 2 packages possibly added for Python 2 MediaGoblin. |
Date: |
Wed, 11 Aug 2021 13:07:11 +1000 |
The following packages were once dependencies of Python 2 MediaGoblin, but are
no longer used by MediaGoblin or any other Guix package. There may well be
people using these for non-Guix work, so I'll defer to maintainers as to
whether it's reasonable to remove them - I'm just trying to clean up after
MediaGoblin.
python2-openid-teams and python2-openid-cla weren't used by MediaGoblin
directly, but seem closely related to the removed python2-openid package and
are similarly not used by other Guix packages.
python2-psycopg2 is not removed here because although it's likely still a
popular Guix package, so should perhaps be one of the last Python 2 packages
to go.
Ben Sturmfels (18):
gnu: Remove python2-exif-read.
gnu: Remove python2-pyld.
gnu: Remove python2-jsonschema.
gnu: Remove python2-unidecode.
gnu: Remove python2-itsdangerous.
gnu: Remove python2-feedgenerator.
gnu: Remove python2-markdown.
gnu: Remove python2-configobj.
gnu: Remove python2-waitress.
gnu: Remove python2-email-validator.
gnu: Remove python2-py-bcrypt.
gnu: Remove python2-oauthlib.
gnu: Remove python2-wtforms.
gnu: Remove python2-pastescript.
gnu: Remove python2-openid-teams.
gnu: Remove python2-openid-cla.
gnu: Remove python2-openid.
gnu: Remove python2-celery.
gnu/packages/python-crypto.scm | 3 --
gnu/packages/python-web.scm | 39 ----------------------
gnu/packages/python-xyz.scm | 60 ++--------------------------------
3 files changed, 2 insertions(+), 100 deletions(-)
--
2.32.0
- [bug#49993] [PATCH 00/18] Remove Python 2 packages possibly added for Python 2 MediaGoblin.,
Ben Sturmfels <=
- [bug#49993] [PATCH 01/18] gnu: Remove python2-exif-read., Ben Sturmfels, 2021/08/10
- [bug#49993] [PATCH 02/18] gnu: Remove python2-pyld., Ben Sturmfels, 2021/08/10
- [bug#49993] [PATCH 03/18] gnu: Remove python2-jsonschema., Ben Sturmfels, 2021/08/10
- [bug#49993] [PATCH 04/18] gnu: Remove python2-unidecode., Ben Sturmfels, 2021/08/10
- [bug#49993] [PATCH 13/18] gnu: Remove python2-wtforms., Ben Sturmfels, 2021/08/10
- [bug#49993] [PATCH 10/18] gnu: Remove python2-email-validator., Ben Sturmfels, 2021/08/10
- [bug#49993] [PATCH 11/18] gnu: Remove python2-py-bcrypt., Ben Sturmfels, 2021/08/10
- [bug#49993] [PATCH 06/18] gnu: Remove python2-feedgenerator., Ben Sturmfels, 2021/08/10
- [bug#49993] [PATCH 16/18] gnu: Remove python2-openid-cla., Ben Sturmfels, 2021/08/10
- [bug#49993] [PATCH 08/18] gnu: Remove python2-configobj., Ben Sturmfels, 2021/08/10