Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 368947

Summary: sci-chemistry/pymol collides with dev-python/webpy
Product: Gentoo Linux Reporter: Diego Elio Pettenò (RETIRED) <flameeyes>
Component: New packagesAssignee: Python Gentoo Team <python>
Status: RESOLVED FIXED    
Severity: normal CC: jlec
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Diego Elio Pettenò (RETIRED) gentoo-dev 2011-05-27 20:26:57 UTC
* Detected file collision(s):
 * 
 *      /usr/lib/python2.7/site-packages/web/__init__.py
 * 
 * Searching all installed packages for file collisions...
 * 
 * Press Ctrl-C to Stop
 * 
 * sci-chemistry/pymol-1.4.1
 *      /usr/lib/python2.7/site-packages/web/__init__.py
Comment 1 Dirkjan Ochtman (RETIRED) gentoo-dev 2011-05-28 09:39:34 UTC
This looks like it's legit for webpy, but the pymol package probably shouldn't install a "web" package.
Comment 2 Justin Lecher (RETIRED) gentoo-dev 2011-05-28 09:50:37 UTC
as far as I see, pymol is bundling webpy, but I have to check that closely
Comment 3 Dirkjan Ochtman (RETIRED) gentoo-dev 2011-05-28 09:58:35 UTC
I don't think so. It seems to be this:

http://pymol.svn.sourceforge.net/viewvc/pymol/tags/pymol-v1.4.1/modules/web/

The __init__.py is empty, the other module is pymolhttpd.py. So it doesn't look like it's bundling web.py at all (not sure what gave you the impression).

It should probably just install this as pymol.web.
Comment 4 Justin Lecher (RETIRED) gentoo-dev 2011-05-28 10:00:25 UTC
(In reply to comment #3)
> I don't think so. It seems to be this:
> 
> http://pymol.svn.sourceforge.net/viewvc/pymol/tags/pymol-v1.4.1/modules/web/
> 
> The __init__.py is empty, the other module is pymolhttpd.py. So it doesn't look
> like it's bundling web.py at all (not sure what gave you the impression).

My hope, that it is a simple unbundling ;)
Comment 5 Justin Lecher (RETIRED) gentoo-dev 2011-06-02 07:49:47 UTC
+  02 Jun 2011; Justin Lecher <jlec@gentoo.org> +files/1.4.1-web.patch,
+  pymol-1.4.1.ebuild:
+  Fix collision with dev-python/webpy, #368947
+