diff options
author | Michael Lauer <mickey@vanille-media.de> | 2007-08-16 13:56:39 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2007-08-16 13:56:39 +0000 |
commit | fb27fe895c8d5b2d32232b28dc8931f935bb678c (patch) | |
tree | 454f557b5761024ba3b2a352822549b997e6b593 /packages/python/python-webpy_0.21.bb | |
parent | cbf0d506d3df853584d93639d63cdad7e658e1d8 (diff) |
python-webpy: update to 0.21
Diffstat (limited to 'packages/python/python-webpy_0.21.bb')
-rw-r--r-- | packages/python/python-webpy_0.21.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/python/python-webpy_0.21.bb b/packages/python/python-webpy_0.21.bb new file mode 100644 index 0000000000..f6bb1812d0 --- /dev/null +++ b/packages/python/python-webpy_0.21.bb @@ -0,0 +1,11 @@ +DESCRIPTION = "A Lightweight Web Application Framework" +SECTION = "devel/python" +PRIORITY = "optional" +LICENSE = "PSF" +RDEPENDS = "python-netserver python-netclient python-pprint" +PR = "ml0" + +SRC_URI = "http://webpy.org/static/web.py-${PV}.tar.gz" +S = "${WORKDIR}/webpy" + +inherit distutils |