[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#49993] [PATCH] gnu: Remove python2-translitcodec.
From: |
Ben Sturmfels |
Subject: |
[bug#49993] [PATCH] gnu: Remove python2-translitcodec. |
Date: |
Tue, 31 Aug 2021 10:09:46 +1000 |
Remove Python 2 leaf package possibly added for Python 2 MediaGoblin.
* gnu/packages/python-xyz.scm (python2-translitcodec): Remove variable.
---
gnu/packages/python-xyz.scm | 3 ---
1 file changed, 3 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 316d8c9b64..16fe38b31d 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -13220,9 +13220,6 @@ best-effort representations using smaller coded
character sets (ASCII,
ISO 8859, etc.).")
(license license:expat)))
-(define-public python2-translitcodec
- (package-with-python2 python-translitcodec))
-
(define-public python-anyqt
(package
(name "python-anyqt")
--
2.33.0
- [bug#49993] [PATCH 08/18] gnu: Remove python2-configobj., (continued)
- [bug#49993] [PATCH 08/18] gnu: Remove python2-configobj., Ben Sturmfels, 2021/08/10
- [bug#49993] [PATCH 17/18] gnu: Remove python2-openid., Ben Sturmfels, 2021/08/10
- [bug#49993] [PATCH 05/18] gnu: Remove python2-itsdangerous., Ben Sturmfels, 2021/08/10
- [bug#49993] [PATCH 14/18] gnu: Remove python2-pastescript., Ben Sturmfels, 2021/08/10
- [bug#49993] [PATCH 07/18] gnu: Remove python2-markdown., Ben Sturmfels, 2021/08/10
- [bug#49993] [PATCH 09/18] gnu: Remove python2-waitress., Ben Sturmfels, 2021/08/10
- [bug#49993] [PATCH 12/18] gnu: Remove python2-oauthlib., Ben Sturmfels, 2021/08/10
- [bug#49993] [PATCH 15/18] gnu: Remove python2-openid-teams., Ben Sturmfels, 2021/08/10
- [bug#49993] [PATCH 18/18] gnu: Remove python2-celery., Ben Sturmfels, 2021/08/10
- [bug#49993], Ben Sturmfels, 2021/08/30
- [bug#49993] [PATCH] gnu: Remove python2-translitcodec.,
Ben Sturmfels <=