blob: 436a7bade801f481a19e4e17b50b4b6978be537a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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] = "75d9d8a1438a9432a7d7b54f2d3b45cad9a4a0fdba43617d9873379704a8bdf1"
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"
|