diff mbox series

[meta-python,2/4] python3-markdown-it-py: new recipe version 3.0.0

Message ID 20250401185718.2447415-2-jan.vermaete@gmail.com
State Under Review
Headers show
Series [meta-python,1/4] python3-mdurl: new recipe version 0.1.2 | expand

Commit Message

Jan Vermaete April 1, 2025, 6:57 p.m. UTC
Signed-off-by: Jan Vermaete <jan.vermaete@gmail.com>
---
 .../python/python3-markdown-it-py_3.0.0.bb        | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 meta-python/recipes-devtools/python/python3-markdown-it-py_3.0.0.bb
diff mbox series

Patch

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..c87bc04b0f
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-markdown-it-py_3.0.0.bb
@@ -0,0 +1,15 @@ 
+SUMMARY = "Python port of markdown-it. Markdown parsing, done right!"
+DESCRIPTION = "Markdown parser, done right. 100% CommonMark support, extensions, syntax plugins & high speed. "
+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"