Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 130866 - dev-python/paste (or PythonPaste) 0.9 - new ebuild
Summary: dev-python/paste (or PythonPaste) 0.9 - new ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Python Gentoo Team
URL: http://pythonpaste.org
Whiteboard:
Keywords: EBUILD
Depends on: 152282
Blocks: 54161 130868 150699 150700 155403
  Show dependency tree
 
Reported: 2006-04-22 11:11 UTC by Martin Klaffenboeck
Modified: 2007-02-27 23:41 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
dev-python/paste/paste-0.9.ebuild (paste-0.9.ebuild,498 bytes, text/plain)
2006-04-22 11:12 UTC, Martin Klaffenboeck
Details
dev-python/paste-1.0.ebuild (paste-1.0.ebuild,509 bytes, text/plain)
2006-10-09 19:19 UTC, Tim Cera
Details
paste-1.0.ebuild (paste-1.0.ebuild,861 bytes, text/plain)
2006-11-16 10:05 UTC, brad walker
Details
dev-python/paste-1.0.ebuild (paste-1.0.ebuild,896 bytes, text/plain)
2006-11-23 01:52 UTC, brad walker
Details
dev-python/paste-1.1.1.ebuild (paste-1.1.1.ebuild,938 bytes, text/plain)
2007-01-14 10:08 UTC, brad walker
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Klaffenboeck 2006-04-22 11:11:07 UTC
This is an ebuild to python paste.
Comment 1 Martin Klaffenboeck 2006-04-22 11:12:23 UTC
Created attachment 85199 [details]
dev-python/paste/paste-0.9.ebuild

The ebuild - works fine here.
Comment 2 Sundance 2006-05-09 05:32:11 UTC
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!
Comment 3 Tim Cera 2006-10-09 19:19:01 UTC
Created attachment 99251 [details]
dev-python/paste-1.0.ebuild
Comment 4 Tim Cera 2006-10-22 16:22:29 UTC
Comment on attachment 99251 [details]
dev-python/paste-1.0.ebuild

Version bump to 1.0
Comment 5 brad walker 2006-11-16 01:38:52 UTC
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.
Comment 6 brad walker 2006-11-16 10:05:57 UTC
Created attachment 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
Comment 7 brad walker 2006-11-23 01:52:16 UTC
Created attachment 102584 [details]
dev-python/paste-1.0.ebuild

Changes:
added ssl USE flag
paste.httpserver optionally provides SSL capabilities with pyopenssl
Comment 8 brad walker 2006-12-17 22:12:23 UTC
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.
Comment 9 brad walker 2006-12-21 20:15:20 UTC
paste-1.1.1 has been released fixing many bugs in 1.1. version bump the 1.0 ebuild.
Comment 10 brad walker 2007-01-14 10:08:30 UTC
Created attachment 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
Comment 11 Tiziano Müller (RETIRED) gentoo-dev 2007-02-27 23:41:15 UTC
Done.