diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2025-09-24 17:00:15 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-09-24 13:17:38 -0700 |
| commit | 0c2b30a7ad3059f220f98b635621e5f1d5480cd4 (patch) | |
| tree | f889457c20082b79f98172134e327472c9a7f42a /meta-python/recipes-devtools/python/python3-black_25.9.0.bb | |
| parent | 2cc81690424b6134a05bd6f6fb612501bd3534ca (diff) | |
| download | meta-openembedded-0c2b30a7ad3059f220f98b635621e5f1d5480cd4.tar.gz | |
python3-black: upgrade 25.1.0 -> 25.9.0
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-black_25.9.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-black_25.9.0.bb | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-black_25.9.0.bb b/meta-python/recipes-devtools/python/python3-black_25.9.0.bb new file mode 100644 index 0000000000..3925a9ff0b --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-black_25.9.0.bb | |||
| @@ -0,0 +1,23 @@ | |||
| 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 | DEPENDS = "python3-hatch-vcs-native python3-hatchling-native" | ||
| 8 | SRC_URI[sha256sum] = "0474bca9a0dd1b51791fcc507a4e02078a1c63f6d4e4ae5544b9848c7adfb619" | ||
| 9 | |||
| 10 | inherit pypi python_hatchling | ||
| 11 | |||
| 12 | DEPENDS += "python3-hatch-fancy-pypi-readme-native" | ||
| 13 | |||
| 14 | PYPI_PACKAGE = "black" | ||
| 15 | |||
| 16 | RDEPENDS:${PN} = "python3-click \ | ||
| 17 | python3-mypy-extensions \ | ||
| 18 | python3-packaging \ | ||
| 19 | python3-pathspec \ | ||
| 20 | python3-platformdirs \ | ||
| 21 | python3-tomli \ | ||
| 22 | python3-typing-extensions \ | ||
| 23 | " | ||
