diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-markdown-it-py_3.0.0.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-markdown-it-py_3.0.0.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-markdown-it-py_3.0.0.bb b/meta-python/recipes-devtools/python/python3-markdown-it-py_3.0.0.bb new file mode 100644 index 0000000000..5ba4fc88b7 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-markdown-it-py_3.0.0.bb | |||
@@ -0,0 +1,14 @@ | |||
1 | SUMMARY = "Python port of markdown-it. Markdown parsing, done right!" | ||
2 | HOMEPAGE = "https://github.com/executablebooks/markdown-it-py" | ||
3 | LICENSE = "MIT" | ||
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=a38a1697260a7ad7bf29f44b362db1fc" | ||
5 | |||
6 | SRC_URI[sha256sum] = "e3f60a94fa066dc52ec76661e37c851cb232d92f9886b15cb560aaada2df8feb" | ||
7 | |||
8 | inherit pypi python_flit_core | ||
9 | |||
10 | RDEPENDS:${PN} += "python3-mdurl" | ||
11 | |||
12 | PYPI_PACKAGE = "markdown-it-py" | ||
13 | |||
14 | BBCLASSEXTEND = "native nativesdk" | ||