Gentoo Archives: gentoo-commits

From: "Ali Polatel (hawking)" <hawking@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/python-dsv/files: python-dsv-1.4.0-wxversion.patch digest-python-dsv-1.4.0-r1 digest-python-dsv-1.4.0
Date: Tue, 04 Dec 2007 08:34:12
Message-Id: E1IzTEC-0005vr-Ey@stork.gentoo.org
1 hawking 07/12/04 08:34:04
2
3 Added: python-dsv-1.4.0-wxversion.patch
4 digest-python-dsv-1.4.0-r1
5 Removed: digest-python-dsv-1.4.0
6 Log:
7 Revbump. Added patch to prevent running against other SLOTs of wxpython, #201165. Drop old.
8 (Portage version: 2.1.4_rc4)
9
10 Revision Changes Path
11 1.1 dev-python/python-dsv/files/python-dsv-1.4.0-wxversion.patch
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-dsv/files/python-dsv-1.4.0-wxversion.patch?rev=1.1&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-dsv/files/python-dsv-1.4.0-wxversion.patch?rev=1.1&content-type=text/plain
15
16 Index: python-dsv-1.4.0-wxversion.patch
17 ===================================================================
18 diff -Naur DSV-1.4.0-orig/DSV/DSV.py DSV-1.4.0/DSV/DSV.py
19 --- DSV-1.4.0-orig/DSV/DSV.py 2003-01-22 16:50:40.000000000 -0600
20 +++ DSV-1.4.0/DSV/DSV.py 2007-12-03 19:30:54.000000000 -0600
21 @@ -124,6 +124,13 @@
22 os.putenv('LANG', 'C')
23
24 try:
25 + import wxversion
26 + wxversion.select("2.6")
27 +except Exception, e:
28 + print >> sys.stderr, "%s: wxPython 2.6 not installed." %e
29 + sys.exit(1)
30 +
31 +try:
32 from wxPython import wx, grid
33 except ImportError:
34 wx = None
35
36
37
38 1.1 dev-python/python-dsv/files/digest-python-dsv-1.4.0-r1
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-dsv/files/digest-python-dsv-1.4.0-r1?rev=1.1&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-dsv/files/digest-python-dsv-1.4.0-r1?rev=1.1&content-type=text/plain
42
43 Index: digest-python-dsv-1.4.0-r1
44 ===================================================================
45 MD5 f811d5bb3173c22a093e6ef24fa7047e DSV-1.4.0.tar.gz 14926
46 RMD160 98a95b4311498c8660e3780787152b3da16522d6 DSV-1.4.0.tar.gz 14926
47 SHA256 cd7f0bfc457670cc30720649d164257d9513f18a84d5bd2775e5837d4453dc9f DSV-1.4.0.tar.gz 14926
48
49
50
51 --
52 gentoo-commits@g.o mailing list