Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 368947 - sci-chemistry/pymol collides with dev-python/webpy
Summary: sci-chemistry/pymol collides with dev-python/webpy
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-27 20:26 UTC by Diego Elio Pettenò (RETIRED)
Modified: 2011-06-02 07:49 UTC (History)
1 user (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 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
+