aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2021-11-15 20:56:48 +0200
committerKhem Raj <raj.khem@gmail.com>2021-11-16 08:25:15 -0800
commit464f4c2de45a69934b47ce5553bcd63272f61922 (patch)
treea6ba610277637ba4bce030cfc515be51c1f4d7dd /meta-python
parent4d6de19f3bde6900c9dd2979b989c8da0d710720 (diff)
downloadmeta-openembedded-464f4c2de45a69934b47ce5553bcd63272f61922.tar.gz
python3-cchardet: Add recipe
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>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-cchardet_2.1.7.bb8
1 files changed, 8 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-cchardet_2.1.7.bb b/meta-python/recipes-devtools/python/python3-cchardet_2.1.7.bb
new file mode 100644
index 0000000000..ebd8130abb
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-cchardet_2.1.7.bb
@@ -0,0 +1,8 @@
+SUMMARY = "Universal character encoding detector"
+HOMEPAGE = "https://github.com/PyYoshi/cChardet"
+LICENSE = "MPLv1.1"
+LIC_FILES_CHKSUM = "file://COPYING;md5=6ecda54f6f525388d71d6b3cd92f7474"
+
+SRC_URI[sha256sum] = "c428b6336545053c2589f6caf24ea32276c6664cb86db817e03a94c60afa0eaf"
+
+inherit pypi setuptools3