summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-cchardet_2.1.7.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-cchardet: inherit cython classRoss Burton2024-11-191-3/+1
| | | | | | | | Use the new cython class to avoid duplicated fixup code to remove build paths. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-cchardet: depend on cythonAlexander Kanavin2022-10-051-0/+2
| | | | | | | | pre-generated cython files in the tarball are not compatible with python 3.11, and adding a dependency will regenerate them. Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipes: Update LICENSE variable to use SPDX license identifiersKhem Raj2022-03-041-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-cchardet: add BBCLASSEXTEND = "native nativesdk"Geoff Parker2021-11-201-0/+2
| | | | | | | | | The python3-cchardet recipe that was introduced in honnister to supplant the slower python3-chardet was missing support for building native and nativesdk variants. Signed-off-by: Geoff Parker <geoffrey.parker@arthrex.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-cchardet: Add recipeLeon Anavi2021-11-161-0/+8
Universal character encoding detector, release 2.1.7: - support Python 3.9 - drop support for Python 3.5 Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>