Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 185548 - net-zope/plone should use python-2.5's elementtree when it's possible
Summary: net-zope/plone should use python-2.5's elementtree when it's possible
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal major (vote)
Assignee: net-zope (OBSOLETE)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: python-2.5
  Show dependency tree
 
Reported: 2007-07-16 15:53 UTC by Santiago M. Mola (RETIRED)
Modified: 2007-08-17 22:57 UTC (History)
1 user (show)

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


Attachments
plone-2.5.3-python2.5-elementtree.patch (plone-2.5.3-python2.5-elementtree.patch,719 bytes, text/plain)
2007-07-16 15:54 UTC, Santiago M. Mola (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Santiago M. Mola (RETIRED) gentoo-dev 2007-07-16 15:53:26 UTC
Plone could be patched to support Python 2.5's built-in elementtree.

The patch is trivial, and it'd allow to use
|| ( >=dev-lang/python-2.5 dev-python/elementtree )
Comment 1 Santiago M. Mola (RETIRED) gentoo-dev 2007-07-16 15:54:37 UTC
Created attachment 125043 [details]
plone-2.5.3-python2.5-elementtree.patch

Adds support for Python 2.5 built-in elementtree.
Comment 2 Radoslaw Stachowiak (RETIRED) gentoo-dev 2007-07-16 17:43:00 UTC
what about reporting it to the upstream? Any comments from them?
Comment 3 Santiago M. Mola (RETIRED) gentoo-dev 2007-07-16 18:02:33 UTC
Just reported upstream. No comments yet.
Comment 4 Radoslaw Stachowiak (RETIRED) gentoo-dev 2007-07-16 18:11:09 UTC
Great. thank you kindly.
I'll release updated plone ebuild this day or tomorrow (not planning version bump though). will let know by resolving bug.

oh, please post here url or bugid from their tracker if you dont mind.
Comment 5 Santiago M. Mola (RETIRED) gentoo-dev 2007-07-16 18:38:34 UTC
Oh, wait.
http://dev.plone.org/plone/ticket/6787
Closed as invalid: "Zope does not support Python 2.5"
Comment 6 Radoslaw Stachowiak (RETIRED) gentoo-dev 2007-07-16 18:53:00 UTC
geee ;)
2.9 definitely does not work. 2.10 may work, but problem is that plone should work with any of them.

as to the #148333, zope will simply need separate python installation. I have to inspect if we have =dev-lang/python-2.4* which should do the trick. I don't think it should block python2.5 from leaving hard mask - or may I omit sth?

if you agree, please close the bug and remove dependency.
Comment 7 Santiago M. Mola (RETIRED) gentoo-dev 2007-07-16 19:02:19 UTC
Ok. Closing this as Zope shouldn't block python-2.5 and upstream won't fix it.
Comment 8 Jakub Moc (RETIRED) gentoo-dev 2007-07-16 19:31:43 UTC
(In reply to comment #6)
> as to the #148333, zope will simply need separate python installation. I have
> to inspect if we have =dev-lang/python-2.4* which should do the trick. I don't
> think it should block python2.5 from leaving hard mask - or may I omit sth?

This has never worked; you cannot compile stuff against 2.4 when 2.5 is installed.
Comment 9 Jakub Moc (RETIRED) gentoo-dev 2007-07-16 19:46:48 UTC
Seriously, this is not enhancement, this is a major problem blocking python-2.5 unmasking.
Comment 10 Radoslaw Stachowiak (RETIRED) gentoo-dev 2007-07-17 16:37:56 UTC
Jakub, could you please describe me in detail how is it blocking unmasking python 2.5?

BTW: upstream will never change zope 2.9 to work python2.5.
Comment 11 Radoslaw Stachowiak (RETIRED) gentoo-dev 2007-07-17 16:43:18 UTC
(In reply to comment #8)
> This has never worked; you cannot compile stuff against 2.4 when 2.5 is
> installed.

This is not true. older zope installations very often were compiled again specified version of python and it worked fine.
Comment 12 Santiago M. Mola (RETIRED) gentoo-dev 2007-08-17 22:57:25 UTC
Finally it's invalid. Sorry for the noise.