python-webpy: update to 0.21
authorMichael Lauer <mickey@vanille-media.de>
Thu, 16 Aug 2007 13:56:39 +0000 (13:56 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Thu, 16 Aug 2007 13:56:39 +0000 (13:56 +0000)
packages/python/python-webpy_0.138.bb [deleted file]
packages/python/python-webpy_0.21.bb [new file with mode: 0644]

diff --git a/packages/python/python-webpy_0.138.bb b/packages/python/python-webpy_0.138.bb
deleted file mode 100644 (file)
index a6a36fa..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-DESCRIPTION = "A Lightweight Web Application Framework"
-SECTION = "devel/python"
-PRIORITY = "optional"
-LICENSE = "PSF"
-RDEPENDS = "python-netserver python-netclient python-pprint"
-
-PR = "ml1"
-
-SRC_URI = "file://web.py"
-S = "${WORKDIR}"
-
-inherit distutils-base
-
-do_install() {
-       install -d ${D}${libdir}/${PYTHON_DIR}
-       install -m 0755 web.py ${D}${libdir}/${PYTHON_DIR}
-}
-
diff --git a/packages/python/python-webpy_0.21.bb b/packages/python/python-webpy_0.21.bb
new file mode 100644 (file)
index 0000000..f6bb181
--- /dev/null
@@ -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