diff mbox series

[meta-python,3/4] python3-myst-parser: new recipe version 4.0.1

Message ID 20250401185718.2447415-3-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-myst-parser_4.0.1.bb       | 21 +++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 meta-python/recipes-devtools/python/python3-myst-parser_4.0.1.bb
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-myst-parser_4.0.1.bb b/meta-python/recipes-devtools/python/python3-myst-parser_4.0.1.bb
new file mode 100644
index 0000000000..798ffc4dfc
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-myst-parser_4.0.1.bb
@@ -0,0 +1,21 @@ 
+SUMMARY = "An extended commonmark compliant parser, with bridges to docutils/sphinx"
+HOMEPAGE = "https://github.com/executablebooks/MyST-Parser"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=a38a1697260a7ad7bf29f44b362db1fc"
+
+SRC_URI[sha256sum] = "5cfea715e4f3574138aecbf7d54132296bfd72bb614d31168f48c477a830a7c4"
+
+inherit pypi python_flit_core
+
+PYPI_PACKAGE = "myst_parser"
+
+RDEPENDS:${PN} = "\
+    python3-docutils \
+    python3-jinja2 \
+    python3-markdown-it-py \
+    python3-mdit-py-plugins \
+    python3-pyyaml \
+    python3-sphinx \
+"
+
+BBCLASSEXTEND = "native nativesdk"