Gentoo Archives: gentoo-commits

From: "Arfrever Frehtes Taifersar Arahesis (arfrever)" <arfrever@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/traitsgui/files: traitsgui-3.6.0-namespaces.patch
Date: Sun, 03 Apr 2011 12:31:22
Message-Id: 20110403123112.127A220054@flycatcher.gentoo.org
1 arfrever 11/04/03 12:31:12
2
3 Added: traitsgui-3.6.0-namespaces.patch
4 Log:
5 Don't install some files to avoid file collisions with dev-python/namespaces-enthought.
6
7 (Portage version: 2.2.0_alpha29_p5/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 dev-python/traitsgui/files/traitsgui-3.6.0-namespaces.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/traitsgui/files/traitsgui-3.6.0-namespaces.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/traitsgui/files/traitsgui-3.6.0-namespaces.patch?rev=1.1&content-type=text/plain
14
15 Index: traitsgui-3.6.0-namespaces.patch
16 ===================================================================
17 --- setup.py
18 +++ setup.py
19 @@ -70,6 +70,8 @@
20 "enthought",
21 "enthought.pyface",
22 "enthought.pyface.ui",
23 + "enthought.traits",
24 + "enthought.traits.ui",
25 ],
26 package_data = {
27 '': ['library/*', 'images/*'],