gnu: python-charset-normalizer-3: Mark as deprecated.

This is a followup to bbb9551884.

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>
This commit is contained in:
Nguyễn Gia Phong 2025-09-29 10:13:32 +09:00 committed by Sharlatan Hellseher
parent cc87e772bb
commit a969d3cd70
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5
3 changed files with 4 additions and 3 deletions

View file

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