mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-25 01:08:22 +00:00
python3-myst-parser: upgrade 4.0.1 -> 5.0.0
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
@@ -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] = "f6f231452c56e8baa662cc352c548158f6a16fcbd6e3800fc594978002b94f3a"
|
||||
|
||||
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"
|
||||
Reference in New Issue
Block a user