|
@@ -20,7 +20,7 @@ diff --git a/Makefile.pre.in b/Makefile.pre.in
|
|
index 63e3df0470..8b7de12999 100644
|
|
index 63e3df0470..8b7de12999 100644
|
|
--- a/Makefile.pre.in
|
|
--- a/Makefile.pre.in
|
|
+++ b/Makefile.pre.in
|
|
+++ b/Makefile.pre.in
|
|
-@@ -1361,7 +1361,9 @@ ifeq (@PYDOC@,yes)
|
|
|
|
|
|
+@@ -1378,7 +1378,9 @@ ifeq (@PYDOC@,yes)
|
|
(cd $(DESTDIR)$(BINDIR); $(LN) -s pydoc$(VERSION) pydoc3)
|
|
(cd $(DESTDIR)$(BINDIR); $(LN) -s pydoc$(VERSION) pydoc3)
|
|
endif
|
|
endif
|
|
-rm -f $(DESTDIR)$(BINDIR)/2to3
|
|
-rm -f $(DESTDIR)$(BINDIR)/2to3
|
|
@@ -30,7 +30,7 @@ index 63e3df0470..8b7de12999 100644
|
|
if test "x$(LIPO_32BIT_FLAGS)" != "x" ; then \
|
|
if test "x$(LIPO_32BIT_FLAGS)" != "x" ; then \
|
|
rm -f $(DESTDIR)$(BINDIR)/python3-32$(EXE); \
|
|
rm -f $(DESTDIR)$(BINDIR)/python3-32$(EXE); \
|
|
(cd $(DESTDIR)$(BINDIR); $(LN) -s python$(VERSION)-32$(EXE) python3-32$(EXE)) \
|
|
(cd $(DESTDIR)$(BINDIR); $(LN) -s python$(VERSION)-32$(EXE) python3-32$(EXE)) \
|
|
-@@ -1396,7 +1398,6 @@ LIBSUBDIRS= tkinter site-packages \
|
|
|
|
|
|
+@@ -1417,7 +1419,6 @@ LIBSUBDIRS= tkinter site-packages \
|
|
html json http dbm xmlrpc \
|
|
html json http dbm xmlrpc \
|
|
sqlite3 \
|
|
sqlite3 \
|
|
logging csv wsgiref urllib \
|
|
logging csv wsgiref urllib \
|
|
@@ -38,7 +38,7 @@ index 63e3df0470..8b7de12999 100644
|
|
ctypes ctypes/macholib \
|
|
ctypes ctypes/macholib \
|
|
idlelib idlelib/Icons \
|
|
idlelib idlelib/Icons \
|
|
distutils distutils/command $(XMLLIBSUBDIRS) \
|
|
distutils distutils/command $(XMLLIBSUBDIRS) \
|
|
-@@ -1473,9 +1474,6 @@ TESTSUBDIRS= tkinter/test tkinter/test/test_tkinter \
|
|
|
|
|
|
+@@ -1495,9 +1496,6 @@ TESTSUBDIRS= tkinter/test tkinter/test/test_tkinter \
|
|
test/test_email test/test_email/data \
|
|
test/test_email test/test_email/data \
|
|
test/test_json \
|
|
test/test_json \
|
|
sqlite3/test \
|
|
sqlite3/test \
|
|
@@ -48,7 +48,7 @@ index 63e3df0470..8b7de12999 100644
|
|
ctypes/test \
|
|
ctypes/test \
|
|
idlelib/idle_test \
|
|
idlelib/idle_test \
|
|
distutils/tests \
|
|
distutils/tests \
|
|
-@@ -1484,6 +1482,14 @@ TESTSUBDIRS= tkinter/test tkinter/test/test_tkinter \
|
|
|
|
|
|
+@@ -1506,6 +1504,14 @@ TESTSUBDIRS= tkinter/test tkinter/test/test_tkinter \
|
|
test/test_tools test/test_warnings test/test_warnings/data \
|
|
test/test_tools test/test_warnings test/test_warnings/data \
|
|
unittest/test unittest/test/testmock
|
|
unittest/test unittest/test/testmock
|
|
|
|
|
|
@@ -63,7 +63,7 @@ index 63e3df0470..8b7de12999 100644
|
|
ifeq (@TEST_MODULES@,yes)
|
|
ifeq (@TEST_MODULES@,yes)
|
|
LIBSUBDIRS += $(TESTSUBDIRS)
|
|
LIBSUBDIRS += $(TESTSUBDIRS)
|
|
endif
|
|
endif
|
|
-@@ -1584,10 +1590,12 @@ ifeq (@PYC_BUILD@,yes)
|
|
|
|
|
|
+@@ -1606,10 +1612,12 @@ ifeq (@PYC_BUILD@,yes)
|
|
-j0 -d $(LIBDEST)/site-packages -f \
|
|
-j0 -d $(LIBDEST)/site-packages -f \
|
|
-x badsyntax $(DESTDIR)$(LIBDEST)/site-packages
|
|
-x badsyntax $(DESTDIR)$(LIBDEST)/site-packages
|
|
endif
|
|
endif
|
|
@@ -80,7 +80,7 @@ diff --git a/configure.ac b/configure.ac
|
|
index 174ed85a7c..f1f5e9a7b0 100644
|
|
index 174ed85a7c..f1f5e9a7b0 100644
|
|
--- a/configure.ac
|
|
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
+++ b/configure.ac
|
|
-@@ -3341,6 +3341,12 @@ AC_ARG_ENABLE(test-modules,
|
|
|
|
|
|
+@@ -3370,6 +3370,12 @@ AC_ARG_ENABLE(test-modules,
|
|
AS_HELP_STRING([--disable-test-modules], [disable test modules]),
|
|
AS_HELP_STRING([--disable-test-modules], [disable test modules]),
|
|
[ TEST_MODULES="${enableval}" ], [ TEST_MODULES=yes ])
|
|
[ TEST_MODULES="${enableval}" ], [ TEST_MODULES=yes ])
|
|
|
|
|
|
@@ -97,7 +97,7 @@ diff --git a/setup.py b/setup.py
|
|
index 1fc5fac90c..4063d7ffa5 100644
|
|
index 1fc5fac90c..4063d7ffa5 100644
|
|
--- a/setup.py
|
|
--- a/setup.py
|
|
+++ b/setup.py
|
|
+++ b/setup.py
|
|
-@@ -2587,10 +2587,11 @@ def main():
|
|
|
|
|
|
+@@ -2566,10 +2566,11 @@ def main():
|
|
import warnings
|
|
import warnings
|
|
warnings.filterwarnings("ignore",category=DeprecationWarning)
|
|
warnings.filterwarnings("ignore",category=DeprecationWarning)
|
|
|
|
|