freebsd-ports/www/py-cherrypy/pkg-descr
Nicola Vitale 3b3772cc0f - Update to 3.2.4 [1]
- 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>
2014-04-04 23:03:36 +00:00

11 lines
483 B
Text

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/