diff mbox series

[meta-python,v2] python3-mdit-py-plugings: new recipe vesion 0.4.2

Message ID 20250413092529.802557-1-jan.vermaete@gmail.com
State Under Review
Headers show
Series [meta-python,v2] python3-mdit-py-plugings: new recipe vesion 0.4.2 | expand

Commit Message

Jan Vermaete April 13, 2025, 9:25 a.m. UTC
Collection of plugins for markdown-it-py

Signed-off-by: Jan Vermaete <jan.vermaete@gmail.com>
---
 .../python/python3-mdit-py-plugins_0.4.2.bb        | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 meta-python/recipes-devtools/python/python3-mdit-py-plugins_0.4.2.bb
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-mdit-py-plugins_0.4.2.bb b/meta-python/recipes-devtools/python/python3-mdit-py-plugins_0.4.2.bb
new file mode 100644
index 0000000000..ef095c74a8
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-mdit-py-plugins_0.4.2.bb
@@ -0,0 +1,14 @@ 
+SUMMARY = "Collection of plugins for markdown-it-py"
+HOMEPAGE = "https://github.com/executablebooks/mdit-py-plugins"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=a38a1697260a7ad7bf29f44b362db1fc"
+
+SRC_URI[sha256sum] = "5f2cd1fdb606ddf152d37ec30e46101a60512bc0e5fa1a7002c36647b09e26b5"
+
+inherit pypi python_flit_core
+
+RDEPENDS:${PN} += "python3-markdown-it-py"
+
+PYPI_PACKAGE = "mdit_py_plugins"
+
+BBCLASSEXTEND = "native nativesdk"