summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pre-commit_4.5.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pre-commit_4.5.1.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-pre-commit_4.5.1.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pre-commit_4.5.1.bb b/meta-python/recipes-devtools/python/python3-pre-commit_4.5.1.bb
new file mode 100644
index 0000000000..df4769c13e
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-pre-commit_4.5.1.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] = "eb545fcff725875197837263e977ea257a402056661f09dae08e4b149b030a61"
9
10RDEPENDS:${PN} = " \
11 python3-cfgv \
12 python3-identify \
13 python3-nodeenv \
14 python3-pyyaml \
15 python3-virtualenv \
16"