From 77b8a0afd6369218b19887a80353b7a48454906d Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Thu, 26 Mar 2026 19:56:13 +0800 Subject: python3-myst-parser: upgrade 4.0.1 -> 5.0.0 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../python/python3-myst-parser_4.0.1.bb | 21 --------------------- .../python/python3-myst-parser_5.0.0.bb | 21 +++++++++++++++++++++ 2 files changed, 21 insertions(+), 21 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-myst-parser_4.0.1.bb create mode 100644 meta-python/recipes-devtools/python/python3-myst-parser_5.0.0.bb (limited to 'meta-python/recipes-devtools/python') 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 deleted file mode 100644 index 24a3953d42..0000000000 --- a/meta-python/recipes-devtools/python/python3-myst-parser_4.0.1.bb +++ /dev/null @@ -1,21 +0,0 @@ -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" 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 @@ +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" -- cgit v1.2.3-54-g00ecf