blob: bcb0f0f40851cef66dd52f4301404edca810e00a (
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
25
26
|
SUMMARY = "The uncompromising code formatter."
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=d3465a2a183908c9cb95bf490bd1e7ab \
file://docs/license.md;md5=d826b3c5269f21a8a0272af3f00d15c0 \
file://src/blib2to3/LICENSE;md5=bbbad7490e921f9a73c0e891305cb4b3"
SRC_URI[sha256sum] = "d294ac3340eef9c9eb5d29288e96dc719ff269a88e27b396340459dd85da4c58"
inherit pypi python_hatchling
DEPENDS += " \
python3-hatch-vcs-native \
python3-hatchling-native \
python3-hatch-fancy-pypi-readme-native \
"
RDEPENDS:${PN} = " \
python3-click \
python3-mypy-extensions \
python3-packaging \
python3-pathspec \
python3-platformdirs \
python3-tomli \
python3-typing-extensions \
python3-pytokens \
"
|