summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorJan Vermaete <jan.vermaete@gmail.com>2025-04-13 11:23:42 +0200
committerKhem Raj <raj.khem@gmail.com>2025-04-15 12:52:18 -0700
commit77adefe5ac85bd254b83e067562d2767b940db13 (patch)
treebcc9dee03314102fa3837d24c7e1c9a6377b4be1 /meta-python
parentcb29690e9c5ef29c8f332ba57e2774b72375bc25 (diff)
downloadmeta-openembedded-77adefe5ac85bd254b83e067562d2767b940db13.tar.gz
python3-mdurl: new recipe version 0.1.2
Markdown URL utilities Signed-off-by: Jan Vermaete <jan.vermaete@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-mdurl_0.1.2.bb11
1 files changed, 11 insertions, 0 deletions
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 @@
1SUMMARY = "Markdown URL utilities"
2DESCRIPTION = "URL utilities for markdown-it (a Python port)"
3HOMEPAGE = "https://github.com/executablebooks/mdurl"
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=aca1dc6b9088f1dda81c89cad2c77ad1"
6
7SRC_URI[sha256sum] = "bb413d29f5eea38f31dd4754dd7377d4465116fb207585f97bf925588687c1ba"
8
9inherit pypi python_flit_core
10
11BBCLASSEXTEND = "native nativesdk"