mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 05:10:20 +00:00
python3-black: upgrade 25.11.0 -> 25.12.0
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
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"
|
||||
|
||||
DEPENDS = "python3-hatch-vcs-native python3-hatchling-native"
|
||||
SRC_URI[sha256sum] = "8d3dd9cea14bff7ddc0eb243c811cdb1a011ebb4800a5f0335a01a68654796a7"
|
||||
|
||||
inherit pypi python_hatchling
|
||||
|
||||
DEPENDS += "python3-hatch-fancy-pypi-readme-native"
|
||||
|
||||
PYPI_PACKAGE = "black"
|
||||
|
||||
RDEPENDS:${PN} = "python3-click \
|
||||
python3-mypy-extensions \
|
||||
python3-packaging \
|
||||
python3-pathspec \
|
||||
python3-platformdirs \
|
||||
python3-tomli \
|
||||
python3-typing-extensions \
|
||||
"
|
||||
Reference in New Issue
Block a user