diff options
author | Jan Vermaete <jan.vermaete@gmail.com> | 2025-04-13 11:25:29 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-04-15 12:52:18 -0700 |
commit | 9d616710c59d9a32ae4ca325fe1ace334e4a9933 (patch) | |
tree | cb4535687ae822c508b0e86a1c934beda64d9260 /meta-python | |
parent | 77adefe5ac85bd254b83e067562d2767b940db13 (diff) | |
download | meta-openembedded-9d616710c59d9a32ae4ca325fe1ace334e4a9933.tar.gz |
python3-mdit-py-plugings: new recipe vesion 0.4.2
Collection of plugins for markdown-it-py
Signed-off-by: Jan Vermaete <jan.vermaete@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-mdit-py-plugins_0.4.2.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-mdit-py-plugins_0.4.2.bb b/meta-python/recipes-devtools/python/python3-mdit-py-plugins_0.4.2.bb new file mode 100644 index 0000000000..ef095c74a8 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-mdit-py-plugins_0.4.2.bb | |||
@@ -0,0 +1,14 @@ | |||
1 | SUMMARY = "Collection of plugins for markdown-it-py" | ||
2 | HOMEPAGE = "https://github.com/executablebooks/mdit-py-plugins" | ||
3 | LICENSE = "MIT" | ||
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=a38a1697260a7ad7bf29f44b362db1fc" | ||
5 | |||
6 | SRC_URI[sha256sum] = "5f2cd1fdb606ddf152d37ec30e46101a60512bc0e5fa1a7002c36647b09e26b5" | ||
7 | |||
8 | inherit pypi python_flit_core | ||
9 | |||
10 | RDEPENDS:${PN} += "python3-markdown-it-py" | ||
11 | |||
12 | PYPI_PACKAGE = "mdit_py_plugins" | ||
13 | |||
14 | BBCLASSEXTEND = "native nativesdk" | ||