git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29858
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
CLEANUP.append('wx/__version__.py')
CLEANUP.append('wx/__version__.py')
+#----------------------------------------------------------------------
+# patch distutils if it can't cope with the "classifiers" or
+# "download_url" keywords
+#----------------------------------------------------------------------
+
+if sys.version < '2.2.3':
+ from distutils.dist import DistributionMetadata
+ DistributionMetadata.classifiers = None
+ DistributionMetadata.download_url = None
+ depends = {}
+else:
+ depends = {'depends' : depends}
+
+
#----------------------------------------------------------------------
# Define the CORE extension module
#----------------------------------------------------------------------
#----------------------------------------------------------------------
# Define the CORE extension module
#----------------------------------------------------------------------
extra_compile_args = cflags,
extra_link_args = lflags,
extra_compile_args = cflags,
extra_link_args = lflags,
)
wxpExtensions.append(ext)
)
wxpExtensions.append(ext)
libraries = libs,
extra_compile_args = cflags,
extra_link_args = lflags,
libraries = libs,
extra_compile_args = cflags,
extra_link_args = lflags,
)
wxpExtensions.append(ext)
)
wxpExtensions.append(ext)
libraries = libs,
extra_compile_args = cflags,
extra_link_args = lflags,
libraries = libs,
extra_compile_args = cflags,
extra_link_args = lflags,
)
wxpExtensions.append(ext)
)
wxpExtensions.append(ext)
libraries = libs,
extra_compile_args = cflags,
extra_link_args = lflags,
libraries = libs,
extra_compile_args = cflags,
extra_link_args = lflags,
)
wxpExtensions.append(ext)
)
wxpExtensions.append(ext)
libraries = libs,
extra_compile_args = cflags,
extra_link_args = lflags,
libraries = libs,
extra_compile_args = cflags,
extra_link_args = lflags,
)
wxpExtensions.append(ext)
)
wxpExtensions.append(ext)
libraries = libs,
extra_compile_args = cflags,
extra_link_args = lflags,
libraries = libs,
extra_compile_args = cflags,
extra_link_args = lflags,
)
wxpExtensions.append(ext)
)
wxpExtensions.append(ext)
libraries = libs,
extra_compile_args = cflags,
extra_link_args = lflags,
libraries = libs,
extra_compile_args = cflags,
extra_link_args = lflags,
)
wxpExtensions.append(ext)
)
wxpExtensions.append(ext)
libraries = libs,
extra_compile_args = cflags,
extra_link_args = lflags,
libraries = libs,
extra_compile_args = cflags,
extra_link_args = lflags,
)
wxpExtensions.append(ext)
)
wxpExtensions.append(ext)
libraries = libs,
extra_compile_args = cflags,
extra_link_args = lflags,
libraries = libs,
extra_compile_args = cflags,
extra_link_args = lflags,
)
wxpExtensions.append(ext)
)
wxpExtensions.append(ext)
-#----------------------------------------------------------------------
-# patch distutils if it can't cope with the "classifiers" or
-# "download_url" keywords
-#----------------------------------------------------------------------
-
-if sys.version < '2.2.3':
- from distutils.dist import DistributionMetadata
- DistributionMetadata.classifiers = None
- DistributionMetadata.download_url = None
-
#----------------------------------------------------------------------
# Tools, scripts data files, etc.
#----------------------------------------------------------------------
# Tools, scripts data files, etc.