summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-markupsafe.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python-markupsafe.inc')
-rw-r--r--meta-python/recipes-devtools/python/python-markupsafe.inc17
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-markupsafe.inc b/meta-python/recipes-devtools/python/python-markupsafe.inc
new file mode 100644
index 0000000000..1b3e0a05c9
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-markupsafe.inc
@@ -0,0 +1,17 @@
1DESCRIPTION = "Implements a XML/HTML/XHTML Markup safe string for Python"
2HOMEPAGE = "http://github.com/mitsuhiko/markupsafe"
3SECTION = "devel/python"
4LICENSE = "BSD-3-Clause"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=c6d1adcf45d69359f256c1cea3254127"
6
7PR = "r0"
8SRCNAME = "MarkupSafe"
9
10SRC_URI = "https://pypi.python.org/packages/source/M/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
11
12SRC_URI[md5sum] = "f5ab3deee4c37cd6a922fb81e730da6e"
13SRC_URI[sha256sum] = "a4ec1aff59b95a14b45eb2e23761a0179e98319da5a7eb76b56ea8cdc7b871c3"
14
15S = "${WORKDIR}/${SRCNAME}-${PV}"
16
17RDEPENDS_${PN} += "${PYTHON_PN}-re"