diff options
author | Jeremy Laine <jeremy.laine@m4x.org> | 2008-06-11 14:24:52 +0000 |
---|---|---|
committer | Jeremy Laine <jeremy.laine@m4x.org> | 2008-06-11 14:24:52 +0000 |
commit | 1d633990126e72f44fd06373be4f4f7981500dc9 (patch) | |
tree | 7fa1ad75fde5f4f28e6aff7e9b4ee17751a9c81a /packages/python | |
parent | f44848230541af616765d158f89922acb99258c6 (diff) |
python-flup_1.0.bb: add python module for WSGI servers
Diffstat (limited to 'packages/python')
-rw-r--r-- | packages/python/python-flup_1.0.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/packages/python/python-flup_1.0.bb b/packages/python/python-flup_1.0.bb new file mode 100644 index 0000000000..963c1ca6c2 --- /dev/null +++ b/packages/python/python-flup_1.0.bb @@ -0,0 +1,10 @@ +DESCRIPTION = "Random assortment of WSGI servers" +SECTION = "devel/python" +PRIORITY = "optional" +LICENSE = "BSD" +SRCNAME = "flup" + +SRC_URI = "http://pypi.python.org/packages/source/f/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit setuptools |