diff options
author | Sébastien Fabbro <bicatali@gentoo.org> | 2017-07-13 19:15:37 +0000 |
---|---|---|
committer | Sébastien Fabbro <bicatali@gentoo.org> | 2017-07-13 19:15:56 +0000 |
commit | 3e8e01d08a2c336105c3aff42905d988dfafa279 (patch) | |
tree | e6561d497e9a97262ce4683d2eb33b918c7aaf62 /dev-python/ipython | |
parent | dev-python/fitsio: initial import (diff) | |
download | gentoo-3e8e01d08a2c336105c3aff42905d988dfafa279.tar.gz gentoo-3e8e01d08a2c336105c3aff42905d988dfafa279.tar.bz2 gentoo-3e8e01d08a2c336105c3aff42905d988dfafa279.zip |
dev-python/ipython: removed the hack for linking
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-python/ipython')
-rw-r--r-- | dev-python/ipython/ipython-5.4.1.ebuild | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/dev-python/ipython/ipython-5.4.1.ebuild b/dev-python/ipython/ipython-5.4.1.ebuild index 25d5da759d3f..04565eb60a57 100644 --- a/dev-python/ipython/ipython-5.4.1.ebuild +++ b/dev-python/ipython/ipython-5.4.1.ebuild @@ -91,18 +91,6 @@ python_test() { popd >/dev/null || die } -python_install() { - distutils-r1_python_install - - # Create ipythonX.Y symlinks. - # TODO: - # 1. do we want them for pypy? No. pypy has no numpy - # 2. handle it in the eclass instead (use _python_ln_rel). - # With pypy not an option the dosym becomes unconditional - dosym ../$(get_libdir)/python-exec/${EPYTHON}/ipython \ - /usr/bin/ipython${EPYTHON#python} -} - python_install_all() { distutils-r1_python_install_all |