Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
This is an ebuild to python paste.
Created an attachment (id=85199) [details] dev-python/paste/pyste-0.9.ebuild The ebuild - works fine here.
The ebuild doesn't seem to depend on paste.deploy; however, the Python libs it provides does. Is this intended? If not, it should probably be considered a bug in the ebuild, as it installs a non-functional package (try importing EvalException from paste.evalexception, for instance). Thanks nonetheless for the ebuild, it's a good start!
Created an attachment (id=99251) [details] dev-python/paste-0.9.8.1.ebuild
(From update of attachment 99251 [details]) Version bump to 1.0
my system needs dev-python/setuptools for paste-1.0. maybe because i run python-2.5-r1. note: paste has documentation generated by pudge. pudge is an experimental doc generator currently available only from svn.
Created an attachment (id=102123) [details] paste-1.0.ebuild added setuptools dependency added support for doc generation via the "doc" flag. doc generation requires pudge bug #155364 and buildutils bug #155366
Created an attachment (id=102584) [details] dev-python/paste-1.0.ebuild Changes: added ssl USE flag paste.httpserver optionally provides SSL capabilities with pyopenssl
paste-1.1 was released yesterday. it has many bug fixes. for example, version 1.1 correctly handles HTTP requests PUT and DELETE. after the upgrade my pylons apps work unmodified. the package's ebuild needs no modifications for v1.1.
paste-1.1.1 has been released fixing many bugs in 1.1. version bump the 1.0 ebuild.
Created an attachment (id=106914) [details] dev-python/paste-1.1.1.ebuild USE 'doc' may creates problems. in my testing many times it violated the sandbox during doc creation and installation. Changes: added RDEPEND >=dev-lang/python-2.4 (require python when installed from tbz2) added flup support via USE 'flup' updated pudge and buildutils versions reflecting stable releases
Done.