mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-30 14:58:26 +00:00
python3-isort: upgrade 6.0.1 -> 7.0.0
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
24
meta-python/recipes-devtools/python/python3-isort_7.0.0.bb
Normal file
24
meta-python/recipes-devtools/python/python3-isort_7.0.0.bb
Normal file
@@ -0,0 +1,24 @@
|
||||
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://LICENSE;md5=197c46995787b46a2dbf0d519c1754cf"
|
||||
|
||||
SRC_URI[sha256sum] = "5513527951aadb3ac4292a41a16cbc50dd1642432f5e8c20057d414bdafb4187"
|
||||
|
||||
inherit pypi python_hatchling
|
||||
|
||||
DEPENDS += "python3-hatch-vcs-native python3-hatchling-native"
|
||||
|
||||
RDEPENDS:${PN} += " \
|
||||
python3-compression \
|
||||
python3-datetime \
|
||||
python3-difflib \
|
||||
python3-email \
|
||||
python3-numbers \
|
||||
python3-pprint \
|
||||
python3-profile \
|
||||
python3-shell \
|
||||
"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
Reference in New Issue
Block a user