commit: a057d53552e566121889a566a862768e909d4d03
Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 30 23:42:19 2016 +0000
Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Tue Aug 30 23:42:19 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a057d535
dev-python/numpy: disable "fix" for bug 590464
It's not clear what is creating the pyc files, and this is a pretty bad
hack around it.
Package-Manager: portage-2.3.0_p22
dev-python/numpy/numpy-1.11.1.ebuild | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/dev-python/numpy/numpy-1.11.1.ebuild
b/dev-python/numpy/numpy-1.11.1.ebuild
index 6ac6c96..720e6d0 100644
--- a/dev-python/numpy/numpy-1.11.1.ebuild
+++ b/dev-python/numpy/numpy-1.11.1.ebuild
@@ -114,14 +114,14 @@ python_prepare_all() {
# of being bytecode compiled as a proper subdir package.
# We trick the buildsystem into accepting it as a bytecode
# package by adding a setup.py and an empty __init__.py
- cp numpy/{compat/setup.py,core/tests} || die
- touch numpy/core/tests/__init__.py || die
- sed \
- -e 's:compat:tests:' \
- -i numpy/core/tests/setup.py || die
- sed \
- -e
"s:config\.add_data_dir('tests'):config\.add_subpackage('tests'):" \
- -i numpy/core/setup.py || die
+ #cp numpy/{compat/setup.py,core/tests} || die
+ #touch numpy/core/tests/__init__.py || die
+ #sed \
+ # -e 's:compat:tests:' \
+ # -i numpy/core/tests/setup.py || die
+ #sed \
+ # -e
"s:config\.add_data_dir('tests'):config\.add_subpackage('tests'):" \
+ # -i numpy/core/setup.py || die
distutils-r1_python_prepare_all
}