summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-isort_5.12.0.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2023-02-04 16:07:12 -0800
committerKhem Raj <raj.khem@gmail.com>2023-02-04 16:08:34 -0800
commit5da852a616209288470708da6f5ddb5647ab69c1 (patch)
treeeb33be24242fe3e106214bf549f077cde7f379e4 /meta-python/recipes-devtools/python/python3-isort_5.12.0.bb
parent6ddc13587365ae56f66912e55b27efb2e85c18db (diff)
downloadmeta-openembedded-5da852a616209288470708da6f5ddb5647ab69c1.tar.gz
python3-isort: Upgrade to isort 5.12.0
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>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-isort_5.12.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-isort_5.12.0.bb20
1 files changed, 20 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-isort_5.12.0.bb b/meta-python/recipes-devtools/python/python3-isort_5.12.0.bb
new file mode 100644
index 0000000000..6d7b20f3a9
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-isort_5.12.0.bb
@@ -0,0 +1,20 @@
1SUMMARY = "A Python utility / library to sort Python imports."
2HOMEPAGE = "https://pypi.python.org/pypi/isort"
3LICENSE = "MIT"
4SECTION = "devel/python"
5LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=6;endline=6;md5=8227180126797a0148f94f483f3e1489"
6
7SRC_URI[sha256sum] = "8bef7dde241278824a6d83f44a544709b065191b95b6e50894bdc722fcba0504"
8
9inherit pypi python_poetry_core
10
11RDEPENDS:${PN} += "\
12 ${PYTHON_PN}-datetime \
13 ${PYTHON_PN}-shell \
14 ${PYTHON_PN}-profile \
15 ${PYTHON_PN}-numbers \
16 ${PYTHON_PN}-pprint \
17 ${PYTHON_PN}-difflib \
18"
19
20BBCLASSEXTEND = "native nativesdk"