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

Brings in these changes Fix poetry pip-shims extras dependency (#2078) @jooola Add the ability to restrict which directories isort works against (#1967) @vkomarov-r7 docs: fix simple typo, detrmination -> determination (#1948) @timgates42 updated format strings to fstrings (#2076) @marksmayo Simplify typeshed integration test (#2075) @AlexWaygood Fix re-export sorter (#2065) @parafoxia Add more docs about filter-files option (#2074) @micahjsmith Removal Python 3.7 (#2064) @staticdev Added test case and fix for cython pure python import (#2063) @jtoledo1974 Signed-off-by: Khem Raj <raj.khem@gmail.com>
21 lines
590 B
BlitzBasic
21 lines
590 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] = "8bef7dde241278824a6d83f44a544709b065191b95b6e50894bdc722fcba0504"
|
|
|
|
inherit pypi python_poetry_core
|
|
|
|
RDEPENDS:${PN} += "\
|
|
${PYTHON_PN}-datetime \
|
|
${PYTHON_PN}-shell \
|
|
${PYTHON_PN}-profile \
|
|
${PYTHON_PN}-numbers \
|
|
${PYTHON_PN}-pprint \
|
|
${PYTHON_PN}-difflib \
|
|
"
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|