mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-07-19 15:29:08 +02:00

Upgrade to release 5.10.0: - Switch to tomli for pyproject.toml configuration loader. - CLI bug (--exend-skip-glob, overrides instead of extending). - respect PATH customization in nested calls to git. - Append only with certain code snippets incorrectly adds imports. - Added official support for Python 3.10 Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
21 lines
583 B
BlitzBasic
21 lines
583 B
BlitzBasic
SUMMARY = "A Python utility / library to sort Python imports."
|
|
HOMEPAGE = "https://pypi.python.org/pypi/isort"
|
|
LICENSE = "MIT"
|
|
SECTION = "devel/python"
|
|
LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=6;endline=6;md5=8227180126797a0148f94f483f3e1489"
|
|
|
|
SRC_URI[sha256sum] = "e52ff6d38012b131628cf0f26c51e7bd3a7c81592eefe3ac71411e692f1b9345"
|
|
|
|
inherit pypi setuptools3
|
|
|
|
RDEPENDS:${PN} += "\
|
|
${PYTHON_PN}-datetime \
|
|
${PYTHON_PN}-shell \
|
|
${PYTHON_PN}-profile \
|
|
${PYTHON_PN}-numbers \
|
|
${PYTHON_PN}-pprint \
|
|
${PYTHON_PN}-difflib \
|
|
"
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|