Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 367737 - Remove app-office/openerp-{client,server,web} (Was: app-office/openerp-server: Prepare to use xml.use_pyxml())
Summary: Remove app-office/openerp-{client,server,web} (Was: app-office/openerp-server...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High enhancement (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard: Pending removal: 2015-03-13
Keywords: PMASKED
Depends on:
Blocks: xml.use_pyxml
  Show dependency tree
 
Reported: 2011-05-17 17:08 UTC by Arfrever Frehtes Taifersar Arahesis (RETIRED)
Modified: 2015-03-19 13:23 UTC (History)
3 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2011-05-17 17:08:59 UTC
This package specifies dependency on dev-python/pyxml.

Please test this package with dev-lang/python-2.7.1-r2:2.7 or >=dev-lang/python-2.7.2_pre20110515:2.7, which require explicit calling of xml.use_pyxml() before using PyXML.

If this package actually needs PyXML, then modify all modules/scripts of this package, which import xml module. The following code should be added before first import of anything from xml module:

import xml
if hasattr(xml, "use_pyxml"):
    xml.use_pyxml()

This code works with previous versions of Python, so no changes in dependencies are needed.
Comment 1 Jean-Noël Rivasseau (RETIRED) gentoo-dev 2012-05-27 09:36:39 UTC
The latest version 5.0.16 should be compatible with Python 2.7. Closing
Comment 2 Arfrever Frehtes Taifersar Arahesis 2012-05-27 15:01:23 UTC
This bug is not about compatibility with Python 2.7.

>=app-office/openerp-server-5.0.8 should not depend on dev-python/pyxml. See doc/Changelog.
Comment 3 Kacper Kowalik (Xarthisius) (RETIRED) gentoo-dev 2012-05-27 15:12:42 UTC
Reopened per Arfrever's request. @Jean please see #c2
Comment 4 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2014-12-05 15:51:02 UTC
I believe we should treeclean this. Now the whole thing is packaged as app-office/openerp and the old versions are not maintained by anyone.
Comment 5 Pacho Ramos gentoo-dev 2014-12-06 15:18:24 UTC
I agree, only one question, should we also treeclean app-office/openerp-client? I have seen you have closed some bug reports pointing people to "openerp" package too

Thanks for the info :)
Comment 6 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2014-12-06 19:32:30 UTC
(In reply to Pacho Ramos from comment #5)
> I agree, only one question, should we also treeclean
> app-office/openerp-client? I have seen you have closed some bug reports
> pointing people to "openerp" package too
> 
> Thanks for the info :)

I guess so. All of them are unmaintained, aren't they?
Comment 7 Mart Raudsepp gentoo-dev 2014-12-12 15:27:59 UTC
app-office/openerp-web too then.
Comment 8 Pacho Ramos gentoo-dev 2015-03-19 13:23:43 UTC
removed