[Lunar-commits] <moonbase> CherryPy: a Python based object-oriented HTTP framework.
Florin Braescu
florin at lunar-linux.org
Thu Sep 25 15:13:08 CEST 2008
commit 2280bd2bf67daf68c2da70712317c4501f4ea4cf
Author: Florin Braescu <florin at lunar-linux.org>
Date: Thu Sep 25 16:13:08 2008 +0300
CherryPy: a Python based object-oriented HTTP framework.
---
python/CherryPy/BUILD | 6 ++++++
python/CherryPy/DEPENDS | 1 +
python/CherryPy/DETAILS | 20 ++++++++++++++++++++
3 files changed, 27 insertions(+), 0 deletions(-)
diff --git a/python/CherryPy/BUILD b/python/CherryPy/BUILD
new file mode 100644
index 0000000..3eb695a
--- /dev/null
+++ b/python/CherryPy/BUILD
@@ -0,0 +1,6 @@
+(
+
+ prepare_install &&
+ python ./setup.py install
+
+) > $C_FIFO 2>&1
diff --git a/python/CherryPy/DEPENDS b/python/CherryPy/DEPENDS
new file mode 100644
index 0000000..7d03d17
--- /dev/null
+++ b/python/CherryPy/DEPENDS
@@ -0,0 +1 @@
+depends Python
diff --git a/python/CherryPy/DETAILS b/python/CherryPy/DETAILS
new file mode 100644
index 0000000..5356cf0
--- /dev/null
+++ b/python/CherryPy/DETAILS
@@ -0,0 +1,20 @@
+ MODULE=CherryPy
+ VERSION=3.1.0
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=http://download.cherrypy.org/cherrypy/$VERSION
+ SOURCE_VFY=sha1:8ec4f7aecce29ac2a71603d4948f42c948fc2908
+ WEB_SITE=http://www.cherrypy.org
+ ENTERED=20080925
+ UPDATED=20080925
+ SHORT="A pythonic, object-oriented HTTP framework"
+
+cat << EOF
+CherryPy allows developers to build web applications in much the same
+way they would build any other object-oriented Python program. This
+results in smaller source code developed in less time.
+CherryPy is now more than six years old and it is has proven very fast
+and stable. It is being used in production by many sites, from the
+simplest ones to the most demanding ones.
+The WSGI server that comes bundled with CherryPy is available as a
+standalone module in wsgiserver/__init__.py
+EOF
More information about the Lunar-commits
mailing list