aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python3-markupsafe_2.0.1.bb
blob: e57a368356188080d8a68c2b458396e58b336b67 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
SUMMARY = "Safely add untrusted strings to HTML/XML markup"
HOMEPAGE = "https://github.com/pallets/markupsafe"

LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=ffeffa59c90c9c4a033c7574f8f3fb75"

PYPI_PACKAGE = "MarkupSafe"

SRC_URI[sha256sum] = "594c67807fb16238b30c44bdf74f36c02cdf22d1c8cda91ef8a0ed8dabf5620a"

inherit pypi
inherit setuptools3

BBCLASSEXTEND = "native"