diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2010-04-22 19:26:48 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2010-04-22 19:26:48 +0000 |
commit | 68d781f06eed96dcb3d804b0ae04c4b68cea74d7 (patch) | |
tree | 156af6a47b2732d0bcc9946dd0d7531afc495170 /dev-python/numpy/files | |
parent | push the prerelease of vlc 1.1 (diff) | |
download | historical-68d781f06eed96dcb3d804b0ae04c4b68cea74d7.tar.gz historical-68d781f06eed96dcb3d804b0ae04c4b68cea74d7.tar.bz2 historical-68d781f06eed96dcb3d804b0ae04c4b68cea74d7.zip |
Version bump. Removed 1.4.0 because pulled out by upstream for ABI incompatibilities
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'dev-python/numpy/files')
-rw-r--r-- | dev-python/numpy/files/numpy-1.4.0-python-2.7.patch | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/dev-python/numpy/files/numpy-1.4.0-python-2.7.patch b/dev-python/numpy/files/numpy-1.4.0-python-2.7.patch deleted file mode 100644 index 3bc850ea9015..000000000000 --- a/dev-python/numpy/files/numpy-1.4.0-python-2.7.patch +++ /dev/null @@ -1,14 +0,0 @@ ---- numpy/distutils/ccompiler.py -+++ numpy/distutils/ccompiler.py -@@ -2,9 +2,11 @@ - import os - import sys - import new -+from copy import copy - - from distutils.ccompiler import * - from distutils import ccompiler -+from distutils.errors import DistutilsExecError, DistutilsModuleError, DistutilsPlatformError - from distutils.sysconfig import customize_compiler - from distutils.version import LooseVersion - |