diff options
| author | wangmy <wangmy@fujitsu.com> | 2022-06-29 11:24:02 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-06-29 16:16:56 +0100 |
| commit | edfa791cc956f450658ed5315153471752264201 (patch) | |
| tree | c45d90aaec6c575d8691cfe0ff235175bd25c529 /meta/recipes-devtools/python/python3-chardet_5.0.0.bb | |
| parent | 1125adc33b3696ffd351ffec9445f0c09b178fde (diff) | |
| download | poky-edfa791cc956f450658ed5315153471752264201.tar.gz | |
python3-chardet: upgrade 4.0.0 -> 5.0.0
This release is the first release of chardet that no longer supports Python < 3.6.
License-Update: Adjust document format, change "St" to "Street"
(From OE-Core rev: d8bc9503058b067d4157b9177c16d06136918071)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-chardet_5.0.0.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3-chardet_5.0.0.bb | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-chardet_5.0.0.bb b/meta/recipes-devtools/python/python3-chardet_5.0.0.bb new file mode 100644 index 0000000000..80baed7986 --- /dev/null +++ b/meta/recipes-devtools/python/python3-chardet_5.0.0.bb | |||
| @@ -0,0 +1,24 @@ | |||
| 1 | SUMMARY = "Universal encoding detector for Python 2 and 3" | ||
| 2 | HOMEPAGE = "https://pypi.org/project/chardet/" | ||
| 3 | LICENSE = "LGPL-2.1-only" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=4fbd65380cdd255951079008b364516c" | ||
| 5 | |||
| 6 | SRC_URI[sha256sum] = "0368df2bfd78b5fc20572bb4e9bb7fb53e2c094f60ae9993339e8671d0afb8aa" | ||
| 7 | |||
| 8 | # setup.py of chardet needs this. | ||
| 9 | DEPENDS += "${PYTHON_PN}-pytest-runner-native" | ||
| 10 | |||
| 11 | inherit pypi setuptools3 | ||
| 12 | |||
| 13 | PACKAGES =+ "${PN}-cli" | ||
| 14 | FILES:${PN}-cli += " \ | ||
| 15 | ${PYTHON_SITEPACKAGES_DIR}/chardet/cli \ | ||
| 16 | " | ||
| 17 | |||
| 18 | RDEPENDS:${PN}-cli = "${PN} " | ||
| 19 | |||
| 20 | RDEPENDS:${PN}:class-target += " \ | ||
| 21 | ${PYTHON_PN}-logging \ | ||
| 22 | " | ||
| 23 | |||
| 24 | BBCLASSEXTEND = "native nativesdk" | ||
