summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-black_26.5.1.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2026-05-27 17:47:31 +0800
committerKhem Raj <khem.raj@oss.qualcomm.com>2026-05-31 03:08:50 -0700
commit24aa2102d9f6d2c020045bc999f1174198c4f55a (patch)
tree05781cb7b1e1f74bb5ccad5694a4a1c9626feb7a /meta-python/recipes-devtools/python/python3-black_26.5.1.bb
parentbb9bb85468d0758657130f78fd264e8ee63995dc (diff)
downloadmeta-openembedded-24aa2102d9f6d2c020045bc999f1174198c4f55a.tar.gz
python3-black: upgrade 26.3.1 -> 26.5.1
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-black_26.5.1.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-black_26.5.1.bb26
1 files changed, 26 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-black_26.5.1.bb b/meta-python/recipes-devtools/python/python3-black_26.5.1.bb
new file mode 100644
index 0000000000..00f027ea85
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-black_26.5.1.bb
@@ -0,0 +1,26 @@
1SUMMARY = "The uncompromising code formatter."
2LICENSE = "MIT"
3LIC_FILES_CHKSUM = "file://LICENSE;md5=d3465a2a183908c9cb95bf490bd1e7ab \
4 file://docs/license.md;md5=d826b3c5269f21a8a0272af3f00d15c0 \
5 file://src/blib2to3/LICENSE;md5=bbbad7490e921f9a73c0e891305cb4b3"
6
7SRC_URI[sha256sum] = "dd321f668053961824bcc1be1cc1df748b2d7e4fa28086b08331e577b0100a73"
8
9inherit pypi python_hatchling
10
11DEPENDS += " \
12 python3-hatch-vcs-native \
13 python3-hatchling-native \
14 python3-hatch-fancy-pypi-readme-native \
15"
16
17RDEPENDS:${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"