aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/python/python-flup_1.0.2.bb
diff options
context:
space:
mode:
authorPetri Lehtinen <petri.lehtinen@inoi.fi>2009-09-28 21:19:13 +0000
committerHolger Hans Peter Freyther <zecke@selfish.org>2009-09-29 10:13:27 +0200
commit7e769c740b93e472ca8222684ae58c30f3b826cf (patch)
treec0e34b8231e1059f30c6b8142d48534a4d8aa36d /recipes/python/python-flup_1.0.2.bb
parentdfcc18bf49b37bea6d31162cc2eb5835a822bf83 (diff)
downloadopenembedded-7e769c740b93e472ca8222684ae58c30f3b826cf.tar.gz
python-flup: Bump to version 1.0.2
Signed-off-by: Petri Lehtinen <petri.lehtinen@inoi.fi>
Diffstat (limited to 'recipes/python/python-flup_1.0.2.bb')
-rw-r--r--recipes/python/python-flup_1.0.2.bb11
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/python/python-flup_1.0.2.bb b/recipes/python/python-flup_1.0.2.bb
new file mode 100644
index 0000000000..d5f865da11
--- /dev/null
+++ b/recipes/python/python-flup_1.0.2.bb
@@ -0,0 +1,11 @@
+DESCRIPTION = "Random assortment of WSGI servers"
+SECTION = "devel/python"
+PRIORITY = "optional"
+LICENSE = "BSD"
+SRCNAME = "flup"
+PR = "ml0"
+
+SRC_URI = "http://pypi.python.org/packages/source/f/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
+S = "${WORKDIR}/${SRCNAME}-${PV}"
+
+inherit setuptools