diff mbox series

[meta-python,5/5] python3-pre-commit: New recipe

Message ID 20250904102748.602126-5-zboszor@gmail.com
State Under Review
Headers show
Series [meta-python,1/5] python3-cfgv: New recipe | expand

Commit Message

Zoltán Böszörményi Sept. 4, 2025, 10:27 a.m. UTC
Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com>
---
 .../python/python3-pre-commit_4.3.0.bb           | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 meta-python/recipes-devtools/python/python3-pre-commit_4.3.0.bb
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-pre-commit_4.3.0.bb b/meta-python/recipes-devtools/python/python3-pre-commit_4.3.0.bb
new file mode 100644
index 0000000000..f3116e6d0d
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-pre-commit_4.3.0.bb
@@ -0,0 +1,16 @@ 
+SUMMARY = "A framework for managing and maintaining multi-language pre-commit hooks."
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=b53a93744e3ff841e5fc9a934da8e1c8"
+
+PYPI_PACKAGE = "pre_commit"
+
+inherit pypi setuptools3
+SRC_URI[sha256sum] = "499fe450cc9d42e9d58e606262795ecb64dd05438943c62b66f6a8673da30b16"
+
+RDEPENDS:${PN} = " \
+	python3-cfgv \
+	python3-identify \
+	python3-nodeenv \
+	python3-pyyaml \
+	python3-virtualenv \
+"