meta-openembedded/meta-python/recipes-devtools/python/python3-myst-parser_4.0.1.bb
Jan Vermaete cb29690e9c
python3-myst-parser: new recipe version 4.0.1
MyST is a rich and extensible flavor of Markdown meant for technical documentation and publishing.

MyST is a flavor of markdown that is designed for simplicity, flexibility, and extensibility.
This repository serves as the reference implementation of MyST Markdown,
as well as a collection of tools to support working with MyST in Python and Sphinx.
It contains an extended CommonMark-compliant parser using markdown-it-py,
as well as a Sphinx extension that allows you to write MyST Markdown in Sphinx.

Signed-off-by: Jan Vermaete <jan.vermaete@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-04-15 12:52:18 -07:00

20 lines
533 B
BlitzBasic

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-pyyaml \
python3-sphinx \
"
BBCLASSEXTEND = "native nativesdk"