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/sip/files: sip-4.8.2-python-3.patch
Date: Fri, 02 Oct 2009 22:03:13
Message-Id: E1MtqDY-0007Hx-2H@stork.gentoo.org
1 arfrever 09/10/02 22:03:12
2
3 Added: sip-4.8.2-python-3.patch
4 Log:
5 Add new revision to ensure that dev-python/sip is installed by default for Python 2 and Python 3. Fix compatibility with Python 3.
6 (Portage version: 14475-svn/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 dev-python/sip/files/sip-4.8.2-python-3.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/sip/files/sip-4.8.2-python-3.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/sip/files/sip-4.8.2-python-3.patch?rev=1.1&content-type=text/plain
13
14 Index: sip-4.8.2-python-3.patch
15 ===================================================================
16 --- sipdistutils.py
17 +++ sipdistutils.py
18 @@ -29,7 +29,7 @@
19 out.append(os.path.join(self.build_temp, o))
20 return out
21
22 - raise RuntimeError, "cannot parse SIP-generated '%s'" % sbf
23 + raise RuntimeError("cannot parse SIP-generated '%s'" % sbf)
24
25 def _find_sip(self):
26 import sipconfig