{cli,gui}{,-32,-64}.exe now handles /usr/bin/env ok and
looks in same dir as script for python executable.
Post installs are no longer needed.
This partially undoes Alexey's update to 7.0 which isn't
ready yet, AFAIK.
16 lines
463 B
Diff
16 lines
463 B
Diff
--- setuptools-7.0/setuptools/extension.py.orig 2014-10-20 00:40:16.151400000 +0400
|
|
+++ setuptools-7.0/setuptools/extension.py 2014-10-20 00:40:45.978600000 +0400
|
|
@@ -6,12 +6,9 @@
|
|
import distutils.extension
|
|
|
|
from .dist import _get_unpatched
|
|
-from . import msvc9_support
|
|
|
|
_Extension = _get_unpatched(distutils.core.Extension)
|
|
|
|
-msvc9_support.patch_for_specialized_compiler()
|
|
-
|
|
def have_pyrex():
|
|
"""
|
|
Return True if Cython or Pyrex can be imported.
|