summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python-werkzeug_0.9.4.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-devtools/python/python-werkzeug_0.9.4.bb')
-rw-r--r--recipes-devtools/python/python-werkzeug_0.9.4.bb31
1 files changed, 31 insertions, 0 deletions
diff --git a/recipes-devtools/python/python-werkzeug_0.9.4.bb b/recipes-devtools/python/python-werkzeug_0.9.4.bb
new file mode 100644
index 00000000..38e9f0f9
--- /dev/null
+++ b/recipes-devtools/python/python-werkzeug_0.9.4.bb
@@ -0,0 +1,31 @@
1DESCRIPTION = "The Swiss Army knife of Python web development"
2HOMEPAGE = "https://pypi.python.org/pypi/Werkzeug/"
3SECTION = "devel/python"
4LICENSE = "BSD-3-Clause"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=ad2e600a437b1b03d25b02df8c23ad1c"
6
7PR = "r0"
8SRCNAME = "Werkzeug"
9
10SRC_URI = "https://pypi.python.org/packages/source/W/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
11
12SRC_URI[md5sum] = "670fad41f57c13b71a6816765765a3dd"
13SRC_URI[sha256sum] = "c1baf7a3e8be70f34d931ee173283f406877bd3d17f372bbe82318a5b3c510cc"
14
15S = "${WORKDIR}/${SRCNAME}-${PV}"
16
17inherit setuptools
18
19RDEPENDS_${PN} += "python-io \
20 python-datetime \
21 python-email \
22 python-zlib \
23 python-pkgutil \
24 python-html \
25 python-shell \
26 python-pprint \
27 python-subprocess \
28 python-netserver"
29
30CLEANBROKEN = "1"
31