Info2: << Package: cherrypy-py%type_pkg[python] Version: 2.2.1 Revision: 1 Type: python (2.3 2.4) Description: Pythonic, object-oriented HTTP framework License: BSD Maintainer: Ojas Parekh # Dependencies: Depends: python%type_pkg[python] # Unpack Phase: Source: mirror:sourceforge:cherrypy/CherryPy-%v.tar.gz Source-MD5: 14bf17b0706bc480342cb8fcfaed74cd # Patch Phase PatchScript: << head -n 27 cherrypy/__init__.py > LICENSE.txt << # Compile Phase: CompileScript: %p/bin/python%type_raw[python] setup.py build # Install Phase: InstallScript: %p/bin/python%type_raw[python] setup.py install --root=%d DocFiles: CHANGELOG.txt CHERRYPYTEAM.txt LICENSE.txt PKG-INFO README.txt DescDetail: << CherryPy is a pythonic, object-oriented HTTP framework. CherryPy allows developers to build web applications in much the same way they would build any other object-oriented Python program. This usually results in smaller source code developed in less time. CherryPy is now more than three 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. Oh, and most importantly: CherryPy is fun to work with :-) Here's how easy it is to write "Hello World" in the upcoming CherryPy 3: << Homepage: http://www.cherrypy.org/ #Info2 <<