Created attachment 285673 [details, diff] cherrypy-ifelse.patch Some issues identified: - we shouldn't really install LICENSE.txt (sed -e "/LICENSE.txt/d" ...) - attached patch needed in order for python2.4 support (mentioned to cherrypy on their IRC channel) - tests freeze on python 2.4 (sig_block among others) - cherrypy/test seems to get installed even if the ebuild gives the impression of trying to delete it - py3.1 and 3.2 has one test fail and one error (string handling stuff) IMO we should skip 2.4 support unless upstream does something about it (they've explicitly dropped 2.3)
Working on this now.
+*cherrypy-3.2.1 (10 Sep 2011) + + 10 Sep 2011; Mike Gilbert <floppym@gentoo.org> +cherrypy-3.2.1.ebuild: + Version bump for bug 381985 by Johan Bergström. Drop support for py2.4. +