summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-markdown_3.6.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2024-03-26 08:34:40 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-04-16 08:07:02 +0100
commitaf9a5b14875729ca8a089c2d953262b0d89c81f2 (patch)
tree870a0027669cea10f4f47f3828b8722dd870a04a /meta/recipes-devtools/python/python3-markdown_3.6.bb
parent19c5e810fd5beaa347ae12530eb9fdca03243d9b (diff)
downloadpoky-af9a5b14875729ca8a089c2d953262b0d89c81f2.tar.gz
python3-markdown: upgrade 3.5.2 -> 3.6
Changelog: https://github.com/Python-Markdown/markdown/releases/tag/3.6 License-Update: Update the license template so GitHub can detect it (From OE-Core rev: 6a8c53f283f5637480b667e51bfd5c71c3ab0db2) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-markdown_3.6.bb')
-rw-r--r--meta/recipes-devtools/python/python3-markdown_3.6.bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-markdown_3.6.bb b/meta/recipes-devtools/python/python3-markdown_3.6.bb
new file mode 100644
index 0000000000..7c64837395
--- /dev/null
+++ b/meta/recipes-devtools/python/python3-markdown_3.6.bb
@@ -0,0 +1,13 @@
1SUMMARY = "A Python implementation of John Gruber's Markdown."
2HOMEPAGE = "https://python-markdown.github.io/"
3LICENSE = "BSD-3-Clause"
4LIC_FILES_CHKSUM = "file://LICENSE.md;md5=ec58cdf7cfed06a21f7a9362627a5480"
5
6inherit pypi python_setuptools_build_meta
7
8PYPI_PACKAGE = "Markdown"
9SRC_URI[sha256sum] = "ed4f41f6daecbeeb96e576ce414c41d2d876daa9a16cb35fa8ed8c2ddfad0224"
10
11BBCLASSEXTEND = "native nativesdk"
12
13RDEPENDS:${PN} += "python3-logging python3-setuptools"