mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-15 06:45:32 +01:00
python3-markdown-it-py: new recipe version 3.0.0
Python port of markdown-it. Markdown parsing, done right! Signed-off-by: Jan Vermaete <jan.vermaete@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
9d616710c5
commit
68bbadf7aa
|
|
@ -0,0 +1,14 @@
|
|||
SUMMARY = "Python port of markdown-it. Markdown parsing, done right!"
|
||||
HOMEPAGE = "https://github.com/executablebooks/markdown-it-py"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=a38a1697260a7ad7bf29f44b362db1fc"
|
||||
|
||||
SRC_URI[sha256sum] = "e3f60a94fa066dc52ec76661e37c851cb232d92f9886b15cb560aaada2df8feb"
|
||||
|
||||
inherit pypi python_flit_core
|
||||
|
||||
RDEPENDS:${PN} += "python3-mdurl"
|
||||
|
||||
PYPI_PACKAGE = "markdown-it-py"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
Loading…
Reference in New Issue
Block a user