summaryrefslogtreecommitdiff
path: root/recipes/python/python-flup_1.0.1.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.1.bb
parentdfcc18bf49b37bea6d31162cc2eb5835a822bf83 (diff)
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.1.bb')
-rw-r--r--recipes/python/python-flup_1.0.1.bb11
1 files changed, 0 insertions, 11 deletions
diff --git a/recipes/python/python-flup_1.0.1.bb b/recipes/python/python-flup_1.0.1.bb
deleted file mode 100644
index d5f865da11..0000000000
--- a/recipes/python/python-flup_1.0.1.bb
+++ /dev/null
@@ -1,11 +0,0 @@
-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