From 1f5e1d37f8e6605e71b6c8fa2e4ac72ef0c52f84 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Mon, 15 Nov 2021 20:56:49 +0200 Subject: python3-charset-normalizer: Add recipe Package for encoding & language detection. Charset detection. Version 2.0.7: - Add support for Kazakh (Cyrillic) language detection - Further improve inferring the language from a given code page (single-byte) - Remove redundant logging entry about detected language(s) - Trying to leverage PEP263 when PEP3120 is not supported - Refactoring for potential performance improvements in loops - Various detection improvement (MD+CD) - Fix a minor inconsistency between Python 3.5 and other versions regarding language detection Signed-off-by: Leon Anavi Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../recipes-devtools/python/python3-charset-normalizer_2.0.7.bb | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-charset-normalizer_2.0.7.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-charset-normalizer_2.0.7.bb b/meta-python/recipes-devtools/python/python3-charset-normalizer_2.0.7.bb new file mode 100644 index 0000000000..7db1063981 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-charset-normalizer_2.0.7.bb @@ -0,0 +1,8 @@ +SUMMARY = "The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet." +HOMEPAGE = "https://github.com/ousret/charset_normalizer" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=0974a390827087287db39928f7c524b5" + +SRC_URI[sha256sum] = "e019de665e2bcf9c2b64e2e5aa025fa991da8720daa3c1138cadd2fd1856aed0" + +inherit pypi setuptools3 -- cgit v1.2.3-54-g00ecf