summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-myst-parser_5.0.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-myst-parser_5.0.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-myst-parser_5.0.0.bb21
1 files changed, 21 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-myst-parser_5.0.0.bb b/meta-python/recipes-devtools/python/python3-myst-parser_5.0.0.bb
new file mode 100644
index 0000000000..826d1f8f87
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-myst-parser_5.0.0.bb
@@ -0,0 +1,21 @@
1SUMMARY = "An extended commonmark compliant parser, with bridges to docutils/sphinx"
2HOMEPAGE = "https://github.com/executablebooks/MyST-Parser"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=a38a1697260a7ad7bf29f44b362db1fc"
5
6SRC_URI[sha256sum] = "f6f231452c56e8baa662cc352c548158f6a16fcbd6e3800fc594978002b94f3a"
7
8inherit pypi python_flit_core
9
10PYPI_PACKAGE = "myst_parser"
11
12RDEPENDS:${PN} = "\
13 python3-docutils \
14 python3-jinja2 \
15 python3-markdown-it-py \
16 python3-mdit-py-plugins \
17 python3-pyyaml \
18 python3-sphinx \
19 "
20
21BBCLASSEXTEND = "native nativesdk"