summaryrefslogtreecommitdiff
path: root/recipes/python/python-flup_1.0.2.bb
diff options
context:
space:
mode:
authorStefan Schmidt <stefan@datenfreihafen.org>2009-09-29 13:10:16 +0200
committerStefan Schmidt <stefan@datenfreihafen.org>2009-09-29 13:10:16 +0200
commite02161e5582a182d8a3b672ad91fc27843f1a438 (patch)
tree9c8dccf7143ade33df0b42bf188080e858a7b273 /recipes/python/python-flup_1.0.2.bb
parentae406036fed38040f406d4408c6bbb77cb25f831 (diff)
parent53e7eb0ef3106cf5c9c12a4834f77b6a2119a193 (diff)
Merge branch 'org.openembedded.dev' of git.openembedded.org:openembedded into org.openembedded.dev
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