blob: 67375e132135236501fb99d35603bbbced4353fa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
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=ec58cdf7cfed06a21f7a9362627a5480"
inherit pypi python_setuptools_build_meta
SRC_URI[sha256sum] = "d2900fe1782bd33bdbbd56859defef70c2e78fc46668f8eb9df3128138f2cb6a"
BBCLASSEXTEND = "native nativesdk"
RDEPENDS:${PN} += "python3-logging python3-setuptools"
|