diff options
author | Mario Domenech Goulart <mario@ossystems.com.br> | 2015-11-24 10:14:37 -0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-12-18 12:33:06 +0100 |
commit | 4b7a496880b62f174ad7e5d8de87324f8becb413 (patch) | |
tree | 66dc5932ce49473eb72b66d59da92ea96a7c22aa /meta-python/recipes-devtools/python/python-chardet_2.3.0.bb | |
parent | 06f04adf4b6572f79839240bdd6e0b0f389bbc08 (diff) | |
download | meta-openembedded-4b7a496880b62f174ad7e5d8de87324f8becb413.tar.gz |
python-chardet: add recipe for version 2.3.0
Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-chardet_2.3.0.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python-chardet_2.3.0.bb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-chardet_2.3.0.bb b/meta-python/recipes-devtools/python/python-chardet_2.3.0.bb new file mode 100644 index 000000000..25326aa85 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-chardet_2.3.0.bb | |||
@@ -0,0 +1,8 @@ | |||
1 | SUMMARY = "Universal encoding detector for Python 2 and 3" | ||
2 | LICENSE = "LGPLv2.1" | ||
3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=a6f89e2100d9b6cdffcea4f398e37343" | ||
4 | |||
5 | SRC_URI[md5sum] = "25274d664ccb5130adae08047416e1a8" | ||
6 | SRC_URI[sha256sum] = "e53e38b3a4afe6d1132de62b7400a4ac363452dc5dfcf8d88e8e0cce663c68aa" | ||
7 | |||
8 | inherit pypi | ||