mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-25 19:57:27 +01:00
Changelog:
=========
Fixed
------
Multi-bytes cutter/chunk generator did not always cut correctly (PR #233)
Changed
-------
Speedup provided using mypy/c 0.990 on Python >= 3.7
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
16 lines
492 B
BlitzBasic
16 lines
492 B
BlitzBasic
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] = "ebea339af930f8ca5d7a699b921106c6e29c617fe9606fa7baa043c1cdae326f"
|
|
|
|
inherit pypi setuptools3
|
|
|
|
RDEPENDS:${PN} += " \
|
|
${PYTHON_PN}-core \
|
|
${PYTHON_PN}-logging \
|
|
${PYTHON_PN}-codecs \
|
|
${PYTHON_PN}-json \
|
|
"
|