All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-python][PATCH 1/4] python-jinja2: add recipe
@ 2015-02-18 23:03 Ben Shelton
  2015-02-18 23:03 ` [meta-python][PATCH 2/4] python-markupsafe: " Ben Shelton
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Ben Shelton @ 2015-02-18 23:03 UTC (permalink / raw)
  To: openembedded-devel

Jinja2 is a stand-alone template engine for Python.

Copied from commit 00862f55be214e2247ad5aba3ab06a34afb20598 in
meta-cloud-services/meta-openstack and updated to version 2.7.3.

Signed-off-by: Ben Shelton <ben.shelton@ni.com>
---
 .../recipes-devtools/python/python-jinja2_2.7.3.bb    | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 meta-python/recipes-devtools/python/python-jinja2_2.7.3.bb

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
new file mode 100644
index 0000000..e66077a
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-jinja2_2.7.3.bb
@@ -0,0 +1,19 @@
+DESCRIPTION = "Python Jinja2: A small but fast and easy to use stand-alone template engine written in pure python."
+HOMEPAGE = "https://pypi.python.org/pypi/Jinja2"
+SECTION = "devel/python"
+LICENSE = "BSD-3-Clause"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=20c831f91dd3bd486020f672ba2be386"
+
+PR = "r0"
+SRCNAME = "Jinja2"
+
+SRC_URI = "https://pypi.python.org/packages/source/J/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
+
+SRC_URI[md5sum] = "b9dffd2f3b43d673802fe857c8445b1a"
+SRC_URI[sha256sum] = "2e24ac5d004db5714976a04ac0e80c6df6e47e98c354cb2c0d82f8879d4f8fdb"
+
+S = "${WORKDIR}/${SRCNAME}-${PV}"
+
+inherit setuptools
+
+RDEPENDS_${PN} += "python-io python-pickle python-crypt python-math python-netclient python-re python-textutils python-lang python-pprint python-shell python-markupsafe"
-- 
2.3.0



^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2015-02-19 18:15 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-18 23:03 [meta-python][PATCH 1/4] python-jinja2: add recipe Ben Shelton
2015-02-18 23:03 ` [meta-python][PATCH 2/4] python-markupsafe: " Ben Shelton
2015-02-18 23:03 ` [meta-python][PATCH 3/4] python-msgpack: " Ben Shelton
2015-02-19 17:09   ` Bruce Ashfield
2015-02-19 17:21     ` Martin Jansa
2015-02-19 17:42       ` Bruce Ashfield
2015-02-19 18:10         ` Martin Jansa
2015-02-19 18:15           ` Bruce Ashfield
2015-02-18 23:03 ` [meta-python][PATCH 4/4] python-requests: " Ben Shelton
2015-02-19 17:06   ` Bruce Ashfield

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.