diff options
| author | Lei Maohui <leimaohui@cn.fujitsu.com> | 2015-07-31 16:41:36 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-07-31 10:17:35 -0400 |
| commit | d46843f0090d7f6747ec748524de8c7efb21bee9 (patch) | |
| tree | 8f6b0bcd5fd097a0849bd4cc8f63190d811e4515 /recipes-devtools/python/python-werkzeug_0.10.4.bb | |
| parent | 26b2724b4335a5e3038fec508e65a8d9c2f5792a (diff) | |
| download | meta-virtualization-d46843f0090d7f6747ec748524de8c7efb21bee9.tar.gz | |
python-werkzeug: upgrade 0.9.4->0.10.4
Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'recipes-devtools/python/python-werkzeug_0.10.4.bb')
| -rw-r--r-- | recipes-devtools/python/python-werkzeug_0.10.4.bb | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/recipes-devtools/python/python-werkzeug_0.10.4.bb b/recipes-devtools/python/python-werkzeug_0.10.4.bb new file mode 100644 index 00000000..763e5b98 --- /dev/null +++ b/recipes-devtools/python/python-werkzeug_0.10.4.bb | |||
| @@ -0,0 +1,31 @@ | |||
| 1 | DESCRIPTION = "The Swiss Army knife of Python web development" | ||
| 2 | HOMEPAGE = "https://pypi.python.org/pypi/Werkzeug/" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "BSD-3-Clause" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=a68f5361a2b2ca9fdf26b38aaecb6faa" | ||
| 6 | |||
| 7 | PR = "r0" | ||
| 8 | SRCNAME = "Werkzeug" | ||
| 9 | |||
| 10 | SRC_URI = "https://pypi.python.org/packages/source/W/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | ||
| 11 | |||
| 12 | SRC_URI[md5sum] = "66a488e0ac50a9ec326fe020b3083450" | ||
| 13 | SRC_URI[sha256sum] = "9d2771e4c89be127bc4bac056ab7ceaf0e0064c723d6b6e195739c3af4fd5c1d" | ||
| 14 | |||
| 15 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 16 | |||
| 17 | inherit setuptools | ||
| 18 | |||
| 19 | RDEPENDS_${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 | |||
| 30 | CLEANBROKEN = "1" | ||
| 31 | |||
