mirror of
https://git.yoctoproject.org/poky
synced 2026-02-09 10:13:03 +01:00
python3: add markdown/smartypants/typogrify modules
This is needed to enable gi-docgen, a successor to gtk-doc (From OE-Core rev: b557ea3cc61da326bb7783a2ac8e4080c4bf79e5) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
b681827f5b
commit
13e4ff2250
14
meta/recipes-devtools/python/python3-markdown_3.3.3.bb
Normal file
14
meta/recipes-devtools/python/python3-markdown_3.3.3.bb
Normal file
@@ -0,0 +1,14 @@
|
||||
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 setuptools3
|
||||
|
||||
PYPI_PACKAGE = "Markdown"
|
||||
SRC_URI[md5sum] = "034e3bccfde211d44b4a7a69cb290ba0"
|
||||
SRC_URI[sha256sum] = "5d9f2b5ca24bc4c7a390d22323ca4bad200368612b5aaa7796babf971d2b2f18"
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
|
||||
RDEPENDS_${PN} += "${PYTHON_PN}-logging ${PYTHON_PN}-setuptools"
|
||||
Reference in New Issue
Block a user