#1129: require CherryPy >= 2.2.1,<2.9.0 until compatible with CherryPy-3.x
--------------------------+-------------------------------------------------
Reporter: jeffk | Owner: anonymous
Type: defect | Status: new
Priority: normal | Milestone:
Component: Installation | Version: trunk
Severity: normal | Keywords: cherrypy setuptools egg
--------------------------+-------------------------------------------------
If the trunk is not yet compatible with CherryPy-3.x, this minor change to
setup.py prevents CherryPy-3 eggs from being installed during `# python
setup.py develop`.
{{{
URL: http://www.turbogears.org/svn/turbogears/trunk
Revision: 1930
Index: setup.py
===================================================================
--- setup.py (revision 1930)
+++ setup.py (working copy)
@@ -39,7 +39,7 @@
"TurboCheetah >= 0.9.5",
"TurboKid >= 0.9.9",
"Genshi >= 0.3.1",
- "CherryPy >= 2.2.1",
+ "CherryPy >= 2.2.1,<2.9.0",
"SQLObject==bugfix,>=0.7.1dev-r1860,<=0.7.99",
"simplejson >= 1.3",
"elementtree >= 1.2.6",
}}}
{{{
...
Processing dependencies for TurboGears==1.1a0
Searching for CherryPy<2.9.0
Reading http://www.turbogears.org/preview/download/index.html
Reading http://peak.telecommunity.com/snapshots
Reading http://www.python.org/pypi/CherryPy/
Reading http://www.cherrypy.org
Reading http://sourceforge.net/project/showfiles.php?group_id=56099
Reading http://www.python.org/pypi/CherryPy/3.0.0beta2
Best match: CherryPy 2.2.1
Downloading
http://dl.sourceforge.net/sourceforge/cherrypy/CherryPy-2.2.1.tar.gz
Processing CherryPy-2.2.1.tar.gz
Running CherryPy-2.2.1/setup.py -q bdist_egg --dist-dir /tmp/easy_install-
CwLUdz/CherryPy-2.2.1/egg-dist-tmp-Ep9611
zip_safe flag not set; analyzing archive contents...
cherrypy.config: module references __file__
cherrypy.lib.profiler: module references __file__
cherrypy.lib.covercp: module references __file__
cherrypy.lib.autoreload: module references __file__
cherrypy.test.test: module references __file__
cherrypy.test.benchmark: module references __file__
cherrypy.test.test_static_filter: module references __file__
cherrypy.test.test_core: module references __file__
cherrypy.test.modpy: module references __file__
cherrypy.test.test_wsgiapp_filter: module references __file__
cherrypy.tutorial.tut10_http_errors: module references __file__
cherrypy.tutorial.tut09_files: module references __file__
Adding CherryPy 2.2.1 to easy-install.pth file
...
}}}
--
Ticket URL: <http://trac.turbogears.org/turbogears/ticket/1129>
TurboGears <http://www.turbogears.org/>
TurboGears front-to-back web development
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TurboGears Tickets" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/turbogears-tickets
-~----------~----~----~----~------~----~------~--~---