mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-03-22 14:09:20 +00:00
Changelog: ============ - Fix #2461: Added compression to stdlibs for Python 3.14 in isort/stdlibs/py314.py - Fix unindented comments being corrupted in indented blocks Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
25 lines
646 B
BlitzBasic
25 lines
646 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://LICENSE;md5=197c46995787b46a2dbf0d519c1754cf"
|
|
|
|
SRC_URI[sha256sum] = "171ac4ff559cdc060bcfff550bc8404a486fee0caab245679c2abe7cb253c78d"
|
|
|
|
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"
|