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