summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools
diff options
context:
space:
mode:
authorZoltán Böszörményi <zboszor@gmail.com>2025-09-04 12:27:48 +0200
committerKhem Raj <raj.khem@gmail.com>2025-09-04 10:50:40 -0700
commit6485fad19084dc2c3fcb9fbb7e00ab955d110999 (patch)
treeaa68bf16eb6f738ae2baa5e5c7fd1e4409e9a4e1 /meta-python/recipes-devtools
parent2d54bce9ba178a4c42339ece703f982e7cefcaef (diff)
downloadmeta-openembedded-6485fad19084dc2c3fcb9fbb7e00ab955d110999.tar.gz
python3-pre-commit: New recipe
Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools')
-rw-r--r--meta-python/recipes-devtools/python/python3-pre-commit_4.3.0.bb16
1 files changed, 16 insertions, 0 deletions
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 @@
1SUMMARY = "A framework for managing and maintaining multi-language pre-commit hooks."
2LICENSE = "MIT"
3LIC_FILES_CHKSUM = "file://LICENSE;md5=b53a93744e3ff841e5fc9a934da8e1c8"
4
5PYPI_PACKAGE = "pre_commit"
6
7inherit pypi setuptools3
8SRC_URI[sha256sum] = "499fe450cc9d42e9d58e606262795ecb64dd05438943c62b66f6a8673da30b16"
9
10RDEPENDS:${PN} = " \
11 python3-cfgv \
12 python3-identify \
13 python3-nodeenv \
14 python3-pyyaml \
15 python3-virtualenv \
16"