summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-mdit-py-plugins_0.5.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-mdit-py-plugins_0.5.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-mdit-py-plugins_0.5.0.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-mdit-py-plugins_0.5.0.bb b/meta-python/recipes-devtools/python/python3-mdit-py-plugins_0.5.0.bb
new file mode 100644
index 0000000000..e449b0f11f
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-mdit-py-plugins_0.5.0.bb
@@ -0,0 +1,14 @@
1SUMMARY = "Collection of plugins for markdown-it-py"
2HOMEPAGE = "https://github.com/executablebooks/mdit-py-plugins"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=a38a1697260a7ad7bf29f44b362db1fc"
5
6SRC_URI[sha256sum] = "f4918cb50119f50446560513a8e311d574ff6aaed72606ddae6d35716fe809c6"
7
8inherit pypi python_flit_core
9
10RDEPENDS:${PN} += "python3-markdown-it-py"
11
12PYPI_PACKAGE = "mdit_py_plugins"
13
14BBCLASSEXTEND = "native nativesdk"