summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-myst-parser_4.0.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-myst-parser_4.0.1.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-myst-parser_4.0.1.bb19
1 files changed, 19 insertions, 0 deletions
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..01c98b8db1
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-myst-parser_4.0.1.bb
@@ -0,0 +1,19 @@
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] = "5cfea715e4f3574138aecbf7d54132296bfd72bb614d31168f48c477a830a7c4"
7
8inherit pypi python_flit_core
9
10PYPI_PACKAGE = "myst_parser"
11
12RDEPENDS:${PN} = "\
13 python3-docutils \
14 python3-jinja2 \
15 python3-pyyaml \
16 python3-sphinx \
17 "
18
19BBCLASSEXTEND = "native nativesdk"