[eric] add awol patch

Rex Dieter rdieter at fedoraproject.org
Wed Dec 14 20:29:29 UTC 2011


commit 2e7b028461d185aee106b9cdbb4098021484db2b
Author: Rex Dieter <rdieter at fedoraproject.org>
Date:   Wed Dec 14 14:29:12 2011 -0600

    add awol patch

 eric4-4.4.19-no_patchPyXML.patch |   32 ++++++++++++++++++++++++++++++++
 1 files changed, 32 insertions(+), 0 deletions(-)
---
diff --git a/eric4-4.4.19-no_patchPyXML.patch b/eric4-4.4.19-no_patchPyXML.patch
new file mode 100644
index 0000000..9e4eaf1
--- /dev/null
+++ b/eric4-4.4.19-no_patchPyXML.patch
@@ -0,0 +1,32 @@
+diff -up eric4-4.4.19/eric/install.py.no_patchPyXML eric4-4.4.19/eric/install.py
+--- eric4-4.4.19/eric/install.py.no_patchPyXML	2011-12-04 09:27:10.000000000 -0600
++++ eric4-4.4.19/eric/install.py	2011-12-14 13:12:21.296443623 -0600
+@@ -907,9 +907,9 @@ def main(argv):
+                     (v[0], v[1], v[2])
+                 print "    with foreign characters. Please see 'README-PyXML.txt' for"
+                 print "    details."
+-                res = raw_input("    Shall pyXML be patched now (y/n)? ")
+-                if res in ["Y", "y"]:
+-                    patchPyXML()
++                #res = raw_input("    Shall pyXML be patched now (y/n)? ")
++                #if res in ["Y", "y"]:
++                #    patchPyXML()
+     except ImportError:
+         pass
+     
+diff -up eric4-4.4.19/install.py.no_patchPyXML eric4-4.4.19/install.py
+--- eric4-4.4.19/install.py.no_patchPyXML	2011-12-04 09:27:10.000000000 -0600
++++ eric4-4.4.19/install.py	2011-12-14 13:12:21.296443623 -0600
+@@ -907,9 +907,9 @@ def main(argv):
+                     (v[0], v[1], v[2])
+                 print "    with foreign characters. Please see 'README-PyXML.txt' for"
+                 print "    details."
+-                res = raw_input("    Shall pyXML be patched now (y/n)? ")
+-                if res in ["Y", "y"]:
+-                    patchPyXML()
++                #res = raw_input("    Shall pyXML be patched now (y/n)? ")
++                #if res in ["Y", "y"]:
++                #    patchPyXML()
+     except ImportError:
+         pass
+     


More information about the scm-commits mailing list