diff options
Diffstat (limited to 'recipes-devtools/python/python-werkzeug_0.10.4.bb')
| -rw-r--r-- | recipes-devtools/python/python-werkzeug_0.10.4.bb | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/recipes-devtools/python/python-werkzeug_0.10.4.bb b/recipes-devtools/python/python-werkzeug_0.10.4.bb deleted file mode 100644 index 5f3e01fd..00000000 --- a/recipes-devtools/python/python-werkzeug_0.10.4.bb +++ /dev/null | |||
| @@ -1,33 +0,0 @@ | |||
| 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 | DEFAULT_PREFERENCE = "-1" | ||
| 18 | |||
| 19 | inherit setuptools | ||
| 20 | |||
| 21 | RDEPENDS_${PN} += "python-io \ | ||
| 22 | python-datetime \ | ||
| 23 | python-email \ | ||
| 24 | python-zlib \ | ||
| 25 | python-pkgutil \ | ||
| 26 | python-html \ | ||
| 27 | python-shell \ | ||
| 28 | python-pprint \ | ||
| 29 | python-subprocess \ | ||
| 30 | python-netserver" | ||
| 31 | |||
| 32 | CLEANBROKEN = "1" | ||
| 33 | |||
