mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
3b3772cc0f
- Use CHEESESHOP as only download site [1] - Remove leading article from COMMENT - Add LICENSE (BSD3CLAUSE) - Deprecate easy_install - Use automatic pkg-plist via PYDISTUTILS_AUTOPLIST - Convert to the new options framework - Make EXAMPLES option effective only for Python ver. < 3, due to devel/py-cheetah at the moment only for Python 2 - Add support for stage-dir - Add a post-[extract|patch] target to fix setup.py, otherwise *_AUTOPLIST fails - Fix format of WWW field in pkg-descr, and remove Author: PR: ports/186286 [1] Submitted by: Martin Tournoij <martin@arp242.net>
12 lines
483 B
Plaintext
12 lines
483 B
Plaintext
CherryPy is a pythonic, object-oriented web development 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.
|
|
|
|
WWW: http://www.cherrypy.org/
|