blob: 3d9194c2192ac155e3b834ba31414cbb27ef171a [file] [log] [blame]
Andrew Geissler595f6302022-01-24 19:11:47 +00001SUMMARY = "Universal character encoding detector"
2HOMEPAGE = "https://github.com/PyYoshi/cChardet"
Andrew Geissler9aee5002022-03-30 16:27:02 +00003LICENSE = "MPL-1.1"
Andrew Geissler595f6302022-01-24 19:11:47 +00004LIC_FILES_CHKSUM = "file://COPYING;md5=6ecda54f6f525388d71d6b3cd92f7474"
5
6SRC_URI[sha256sum] = "c428b6336545053c2589f6caf24ea32276c6664cb86db817e03a94c60afa0eaf"
7
8inherit pypi setuptools3
9
10BBCLASSEXTEND = "native nativesdk"
Patrick Williams2194f502022-10-16 14:26:09 -050011
12DEPENDS += "python3-cython-native"