Gentoo Archives: gentoo-commits

From: "Andrey Kislyuk (weaver)" <weaver@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-biology/biopython/files: biopython-1.51-flex.patch
Date: Wed, 09 Sep 2009 21:45:50
Message-Id: E1MlUz6-0008K0-Vd@stork.gentoo.org
1 weaver 09/09/09 21:45:48
2
3 Added: biopython-1.51-flex.patch
4 Log:
5 Version bump
6 (Portage version: 2.2_rc30/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 sci-biology/biopython/files/biopython-1.51-flex.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/biopython/files/biopython-1.51-flex.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/biopython/files/biopython-1.51-flex.patch?rev=1.1&content-type=text/plain
13
14 Index: biopython-1.51-flex.patch
15 ===================================================================
16 --- setup.py.old 2008-11-25 18:03:16.000000000 +0100
17 +++ setup.py 2008-11-25 18:04:14.000000000 +0100
18 @@ -341,12 +341,12 @@
19 include_dirs=["Bio"]
20 ),
21 #Commented out due to the build dependency on flex, see Bug 2619
22 -# Extension('Bio.PDB.mmCIF.MMCIFlex',
23 -# ['Bio/PDB/mmCIF/lex.yy.c',
24 -# 'Bio/PDB/mmCIF/MMCIFlexmodule.c'],
25 -# include_dirs=["Bio"],
26 -# libraries=["fl"]
27 -# ),
28 + Extension('Bio.PDB.mmCIF.MMCIFlex',
29 + ['Bio/PDB/mmCIF/lex.yy.c',
30 + 'Bio/PDB/mmCIF/MMCIFlexmodule.c'],
31 + include_dirs=["Bio"],
32 + libraries=["fl"]
33 + ),
34 Extension('Bio.Nexus.cnexus',
35 ['Bio/Nexus/cnexus.c']
36 ),