]> git.pld-linux.org Git - packages/eric6.git/blame - python3.patch
Release 8 (by relup.sh)
[packages/eric6.git] / python3.patch
CommitLineData
a62a3cd3
JR
1--- eric6-17.07/install.py~ 2017-07-02 12:13:55.000000000 +0200
2+++ eric6-17.07/install.py 2022-04-03 21:23:52.313234712 +0200
3@@ -1136,9 +1136,6 @@
4 elif sys.version_info < (3, 4, 0) and sys.version_info[0] == 3:
5 print('Sorry, you must have Python 3.4.0 or higher.')
6 exit(5)
7- if sys.version_info > (3, 9, 9):
8- print('Sorry, eric6 requires Python 3 or Python 2 for running.')
9- exit(5)
10
11 try:
12 import xml.etree # __IGNORE_WARNING__
13@@ -1397,7 +1397,7 @@
14 global macAppBundlePath, macAppBundleName, macPythonExe
15 global pyqtVariant, pyqtOverride, installApis
16
17- if sys.version_info < (2, 7, 0) or sys.version_info > (3, 9, 9):
18+ if sys.version_info < (2, 7, 0):
19 print('Sorry, eric6 requires at least Python 2.7 or '
20 'Python 3 for running.')
21 exit(5)
22--- eric6-17.07/eric/install-debugclients.py~ 2017-04-07 18:26:12.000000000 +0200
23+++ eric6-17.07/eric/install-debugclients.py 2022-04-03 21:24:48.690481445 +0200
24@@ -249,7 +249,7 @@
25 global progName, modDir, doCleanup, doCompile, distDir
26 global sourceDir
27
28- if sys.version_info < (2, 7, 0) or sys.version_info > (3, 9, 9):
29+ if sys.version_info < (2, 7, 0):
30 print('Sorry, eric6 requires at least Python 2.7 or '
31 'Python 3 for running.')
32 exit(5)
33--- eric6-17.07/eric/install.py~ 2017-05-06 13:37:48.000000000 +0200
34+++ eric6-17.07/eric/install.py 2022-04-03 21:25:30.767597607 +0200
35@@ -1136,9 +1136,6 @@
36 elif sys.version_info < (3, 4, 0) and sys.version_info[0] == 3:
37 print('Sorry, you must have Python 3.4.0 or higher.')
38 exit(5)
39- if sys.version_info > (3, 9, 9):
40- print('Sorry, eric6 requires Python 3 or Python 2 for running.')
41- exit(5)
42
43 try:
44 import xml.etree # __IGNORE_WARNING__
45@@ -1394,7 +1394,7 @@
46 global macAppBundlePath, macAppBundleName, macPythonExe
47 global pyqtVariant, pyqtOverride, installApis
48
49- if sys.version_info < (2, 7, 0) or sys.version_info > (3, 9, 9):
50+ if sys.version_info < (2, 7, 0):
51 print('Sorry, eric6 requires at least Python 2.7 or '
52 'Python 3 for running.')
53 exit(5)
54--- eric6-17.07/install-debugclients.py~ 2017-07-02 12:13:55.000000000 +0200
55+++ eric6-17.07/install-debugclients.py 2022-04-03 21:35:34.435071319 +0200
56@@ -249,7 +249,7 @@
57 global progName, modDir, doCleanup, doCompile, distDir
58 global sourceDir
59
60- if sys.version_info < (2, 7, 0) or sys.version_info > (3, 9, 9):
61+ if sys.version_info < (2, 7, 0):
62 print('Sorry, eric6 requires at least Python 2.7 or '
63 'Python 3 for running.')
64 exit(5)
This page took 0.078304 seconds and 4 git commands to generate.