diff mbox series

[meta-python,v2] python3-mdurl: new recipe version 0.1.2

Message ID 20250413092342.802441-1-jan.vermaete@gmail.com
State Under Review
Headers show
Series [meta-python,v2] python3-mdurl: new recipe version 0.1.2 | expand

Commit Message

Jan Vermaete April 13, 2025, 9:23 a.m. UTC
Markdown URL utilities

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

Patch

diff --git a/meta-python/recipes-devtools/python/python3-mdurl_0.1.2.bb b/meta-python/recipes-devtools/python/python3-mdurl_0.1.2.bb
new file mode 100644
index 0000000000..b5b3c2ad50
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-mdurl_0.1.2.bb
@@ -0,0 +1,11 @@ 
+SUMMARY = "Markdown URL utilities"
+DESCRIPTION = "URL utilities for markdown-it (a Python port)"
+HOMEPAGE = "https://github.com/executablebooks/mdurl"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=aca1dc6b9088f1dda81c89cad2c77ad1"
+
+SRC_URI[sha256sum] = "bb413d29f5eea38f31dd4754dd7377d4465116fb207585f97bf925588687c1ba"
+
+inherit pypi python_flit_core
+
+BBCLASSEXTEND = "native nativesdk"