mirror of
https://git.yoctoproject.org/poky
synced 2026-03-25 19:02:23 +01:00
python3-markdown: upgrade 3.3.7 -> 3.4.1
(From OE-Core rev: 4df29b0e8cb8dfc11a096ebae9fa1affddfc6625) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
62cf15ec0b
commit
49e6f634fd
13
meta/recipes-devtools/python/python3-markdown_3.4.1.bb
Normal file
13
meta/recipes-devtools/python/python3-markdown_3.4.1.bb
Normal file
@@ -0,0 +1,13 @@
|
||||
SUMMARY = "A Python implementation of John Gruber's Markdown."
|
||||
HOMEPAGE = "https://python-markdown.github.io/"
|
||||
LICENSE = "BSD-3-Clause"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE.md;md5=745aaad0c69c60039e638bff9ffc59ed"
|
||||
|
||||
inherit pypi python_setuptools_build_meta
|
||||
|
||||
PYPI_PACKAGE = "Markdown"
|
||||
SRC_URI[sha256sum] = "3b809086bb6efad416156e00a0da66fe47618a5d6918dd688f53f40c8e4cfeff"
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
|
||||
RDEPENDS:${PN} += "${PYTHON_PN}-logging ${PYTHON_PN}-setuptools"
|
||||
Reference in New Issue
Block a user