Message ID | 20250413092740.802883-1-jan.vermaete@gmail.com |
---|---|
State | Under Review |
Headers | show |
Series | [meta-python,v2] python3-markdown-it-py: new recipe version 3.0.0 | expand |
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 @@ +SUMMARY = "Python port of markdown-it. Markdown parsing, done right!" +HOMEPAGE = "https://github.com/executablebooks/markdown-it-py" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=a38a1697260a7ad7bf29f44b362db1fc" + +SRC_URI[sha256sum] = "e3f60a94fa066dc52ec76661e37c851cb232d92f9886b15cb560aaada2df8feb" + +inherit pypi python_flit_core + +RDEPENDS:${PN} += "python3-mdurl" + +PYPI_PACKAGE = "markdown-it-py" + +BBCLASSEXTEND = "native nativesdk"
Python port of markdown-it. Markdown parsing, done right! Signed-off-by: Jan Vermaete <jan.vermaete@gmail.com> --- .../python/python3-markdown-it-py_3.0.0.bb | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-markdown-it-py_3.0.0.bb