Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-chemistry/pymol/files: 1.4.1-web.patch
Date: Thu, 02 Jun 2011 08:39:52
Message-Id: 20110602083941.AD42920057@flycatcher.gentoo.org
1 jlec 11/06/02 08:39:41
2
3 Added: 1.4.1-web.patch
4 Log:
5 Fix collision with dev-python/webpy, #368947
6
7 (Portage version: 2.2.0_alpha37/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 sci-chemistry/pymol/files/1.4.1-web.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/pymol/files/1.4.1-web.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/pymol/files/1.4.1-web.patch?rev=1.1&content-type=text/plain
14
15 Index: 1.4.1-web.patch
16 ===================================================================
17 setup.py | 5 +----
18 1 files changed, 1 insertions(+), 4 deletions(-)
19
20 diff --git a/setup.py b/setup.py
21 index b0f4dad..94d292d 100644
22 --- a/setup.py
23 +++ b/setup.py
24 @@ -180,10 +180,7 @@ setup ( # Distribution meta-data
25 'pymol/opengl/gl',
26 'pymol/opengl/glu',
27 'pymol/opengl/glut',
28 - 'pymol/wizard',
29 - 'web',
30 - 'web/examples',
31 - 'web/javascript', ],
32 + 'pymol/wizard', ],
33 ext_modules = [
34 Extension("pymol._cmd", [
35 "modules/cealign/src/ccealignmodule.cpp",