diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python-jinja2_2.7.3.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python-jinja2_2.7.3.bb | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/meta-python/recipes-devtools/python/python-jinja2_2.7.3.bb b/meta-python/recipes-devtools/python/python-jinja2_2.7.3.bb deleted file mode 100644 index aa5c08253a..0000000000 --- a/meta-python/recipes-devtools/python/python-jinja2_2.7.3.bb +++ /dev/null | |||
@@ -1,21 +0,0 @@ | |||
1 | DESCRIPTION = "Python Jinja2: A small but fast and easy to use stand-alone template engine written in pure python." | ||
2 | HOMEPAGE = "https://pypi.python.org/pypi/Jinja2" | ||
3 | SECTION = "devel/python" | ||
4 | LICENSE = "BSD-3-Clause" | ||
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=20c831f91dd3bd486020f672ba2be386" | ||
6 | |||
7 | PR = "r0" | ||
8 | SRCNAME = "Jinja2" | ||
9 | |||
10 | SRC_URI = "https://pypi.python.org/packages/source/J/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | ||
11 | |||
12 | SRC_URI[md5sum] = "b9dffd2f3b43d673802fe857c8445b1a" | ||
13 | SRC_URI[sha256sum] = "2e24ac5d004db5714976a04ac0e80c6df6e47e98c354cb2c0d82f8879d4f8fdb" | ||
14 | |||
15 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
16 | |||
17 | inherit setuptools | ||
18 | |||
19 | RDEPENDS_${PN} += "python-io python-pickle python-crypt python-math python-netclient python-re python-textutils python-lang python-pprint python-shell python-markupsafe" | ||
20 | |||
21 | CLEANBROKEN = "1" | ||