diff options
| author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2025-09-29 10:13:32 +0900 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-30 13:22:52 +0100 |
| commit | a969d3cd70a6a253a1de77f44f81d4eda2e6928a (patch) | |
| tree | d4b236df85de70ec5527120d70c818e8e20780b4 /gnu/packages/python-xyz.scm | |
| parent | cc87e772bb68ad6c12376ef35745f58937bbaa57 (diff) | |
gnu: python-charset-normalizer-3: Mark as deprecated.
This is a followup to bbb955188451c54adb4bedfcb8e259440f3f1bfe.
Replace all python-charset-normalizer-3 occurences
with python-charset-normalizer.
* gnu/packages/python-xyz.scm (python-charset-normalizer-3):
Mark as a deprecated public alias.
* gnu/packages/music.scm (picard)
[inputs]: Replace python-charset-normalizer-3
with python-charset-normalizer.
* gnu/packages/python-web.scm (python-translation-finder)
[propagated-inputs]: Replace python-charset-normalizer-3
with python-charset-normalizer.
Change-Id: Ib45bfe24efde2f2a6435c0c272d9d14e70e2321e
Reviwed-by: Ludovic Courtès <ludo@gnu.org>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 106b46ad25..526b6be9ef 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -19853,7 +19853,8 @@ taking a new approach. All IANA character set names for which the Python core library provides codecs are supported.") (license license:expat))) -(define-public python-charset-normalizer-3 python-charset-normalizer) +(define-deprecated/public-alias python-charset-normalizer-3 + python-charset-normalizer) ;may be removed after 2025-12-01 (define-public python-docopt (package |
