diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-black_26.3.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-black_26.3.0.bb | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-black_26.3.0.bb b/meta-python/recipes-devtools/python/python3-black_26.3.0.bb new file mode 100644 index 0000000000..eaffe06563 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-black_26.3.0.bb | |||
| @@ -0,0 +1,26 @@ | |||
| 1 | SUMMARY = "The uncompromising code formatter." | ||
| 2 | LICENSE = "MIT" | ||
| 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=d3465a2a183908c9cb95bf490bd1e7ab \ | ||
| 4 | file://docs/license.md;md5=d826b3c5269f21a8a0272af3f00d15c0 \ | ||
| 5 | file://src/blib2to3/LICENSE;md5=bbbad7490e921f9a73c0e891305cb4b3" | ||
| 6 | |||
| 7 | SRC_URI[sha256sum] = "4d438dfdba1c807c6c7c63c4f15794dda0820d2222e7c4105042ac9ddfc5dd0b" | ||
| 8 | |||
| 9 | inherit pypi python_hatchling | ||
| 10 | |||
| 11 | DEPENDS += " \ | ||
| 12 | python3-hatch-vcs-native \ | ||
| 13 | python3-hatchling-native \ | ||
| 14 | python3-hatch-fancy-pypi-readme-native \ | ||
| 15 | " | ||
| 16 | |||
| 17 | RDEPENDS:${PN} = " \ | ||
| 18 | python3-click \ | ||
| 19 | python3-mypy-extensions \ | ||
| 20 | python3-packaging \ | ||
| 21 | python3-pathspec \ | ||
| 22 | python3-platformdirs \ | ||
| 23 | python3-tomli \ | ||
| 24 | python3-typing-extensions \ | ||
| 25 | python3-pytokens \ | ||
| 26 | " | ||
