mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-19 11:18:35 +00:00
python-chardet: provide both python2 and python3 packages
Signed-off-by: Pascal Bach <pascal.bach@nextrem.ch> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
ea4abd908f
commit
43b62423d6
8
meta-python/recipes-devtools/python/python-chardet.inc
Executable file
8
meta-python/recipes-devtools/python/python-chardet.inc
Executable file
@@ -0,0 +1,8 @@
|
||||
SUMMARY = "Universal encoding detector for Python 2 and 3"
|
||||
LICENSE = "LGPL-2.1"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=a6f89e2100d9b6cdffcea4f398e37343"
|
||||
|
||||
inherit pypi
|
||||
|
||||
SRC_URI[md5sum] = "25274d664ccb5130adae08047416e1a8"
|
||||
SRC_URI[sha256sum] = "e53e38b3a4afe6d1132de62b7400a4ac363452dc5dfcf8d88e8e0cce663c68aa"
|
||||
10
meta-python/recipes-devtools/python/python-chardet_2.3.0.bb
Normal file → Executable file
10
meta-python/recipes-devtools/python/python-chardet_2.3.0.bb
Normal file → Executable file
@@ -1,8 +1,2 @@
|
||||
SUMMARY = "Universal encoding detector for Python 2 and 3"
|
||||
LICENSE = "LGPLv2.1"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=a6f89e2100d9b6cdffcea4f398e37343"
|
||||
|
||||
SRC_URI[md5sum] = "25274d664ccb5130adae08047416e1a8"
|
||||
SRC_URI[sha256sum] = "e53e38b3a4afe6d1132de62b7400a4ac363452dc5dfcf8d88e8e0cce663c68aa"
|
||||
|
||||
inherit pypi setuptools
|
||||
inherit setuptools
|
||||
require python-chardet.inc
|
||||
|
||||
2
meta-python/recipes-devtools/python/python3-chardet_2.3.0.bb
Executable file
2
meta-python/recipes-devtools/python/python3-chardet_2.3.0.bb
Executable file
@@ -0,0 +1,2 @@
|
||||
inherit setuptools3
|
||||
require python-chardet.inc
|
||||
Reference in New Issue
Block a user