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/PyMca/files: PyMca-4.6.2-gentoo.patch
Date: Sun, 28 Oct 2012 21:37:35
Message-Id: 20121028213700.6288F20E47@flycatcher.gentoo.org
1 jlec 12/10/28 21:37:00
2
3 Added: PyMca-4.6.2-gentoo.patch
4 Log:
5 sci-chemistry/PyMca: Version Bump, restrict pypy
6
7 (Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 8009D6F070EB7916)
8
9 Revision Changes Path
10 1.1 sci-chemistry/PyMca/files/PyMca-4.6.2-gentoo.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/PyMca/files/PyMca-4.6.2-gentoo.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/PyMca/files/PyMca-4.6.2-gentoo.patch?rev=1.1&content-type=text/plain
14
15 Index: PyMca-4.6.2-gentoo.patch
16 ===================================================================
17 setup.py | 2 +-
18 1 file changed, 1 insertion(+), 1 deletion(-)
19
20 diff --git a/setup.py b/setup.py
21 index 0a77cdf..e7ba643 100644
22 --- a/setup.py
23 +++ b/setup.py
24 @@ -55,7 +55,7 @@ packages = ['PyMca','PyMca.PyMcaPlugins', 'PyMca.tests']
25 py_modules = []
26
27 # Specify all the required PyMca data
28 -data_files = [(PYMCA_DATA_DIR, ['LICENSE.GPL',
29 +data_files = [(PYMCA_DATA_DIR, [
30 'PyMca/PyMcaData/Scofield1973.dict',
31 'changelog.txt',
32 'PyMca/PyMcaData/McaTheory.cfg',