Summary: | sci-chemistry/pymol collides with dev-python/webpy | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Diego Elio Pettenò (RETIRED) <flameeyes> |
Component: | New packages | Assignee: | 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)
![]() This looks like it's legit for webpy, but the pymol package probably shouldn't install a "web" package. as far as I see, pymol is bundling webpy, but I have to check that closely 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. (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 ;) + 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 + |