From d817c33d460afeda104ef7016f6e1bd9dd7dbf9f Mon Sep 17 00:00:00 2001 From: Marc Joliet Date: Fri, 4 Dec 2015 21:57:30 +0100 Subject: app-shells/autojump-22.2.4-r4: python -> ipython Rename the python USE flag to ipython, since it really controls IPython support, and not general Python support. --- app-shells/autojump/autojump-22.2.4-r4.ebuild | 8 ++++---- app-shells/autojump/metadata.xml | 3 +++ 2 files changed, 7 insertions(+), 4 deletions(-) (limited to 'app-shells') diff --git a/app-shells/autojump/autojump-22.2.4-r4.ebuild b/app-shells/autojump/autojump-22.2.4-r4.ebuild index 6c967ce1d362..84bf29112be3 100644 --- a/app-shells/autojump/autojump-22.2.4-r4.ebuild +++ b/app-shells/autojump/autojump-22.2.4-r4.ebuild @@ -15,11 +15,11 @@ SRC_URI="https://github.com/joelthelion/${PN}/archive/release-v${PV}.tar.gz -> $ LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86 ~ppc ~ppc64" -IUSE="python test" +IUSE="ipython test" # Not all tests pass. Need investigation. RESTRICT="test" -RDEPEND="python? ( ${PYTHON_DEPS} )" +RDEPEND="ipython? ( ${PYTHON_DEPS} )" DEPEND="test? ( dev-python/flake8 dev-python/tox )" src_prepare() { @@ -56,7 +56,7 @@ src_install() { doins bin/_j python_foreach_impl python_domodule bin/autojump_data.py bin/autojump_utils.py - if use python; then + if use ipython; then python_foreach_impl python_domodule tools/autojump_ipython.py fi @@ -65,7 +65,7 @@ src_install() { } pkg_postinst() { - if use python; then + if use ipython; then elog 'This tool provides "j" for ipython, please add' elog '"import autojump_ipython" to your ipy_user_conf.py.' elog diff --git a/app-shells/autojump/metadata.xml b/app-shells/autojump/metadata.xml index 93654722ae8a..136e949672cc 100644 --- a/app-shells/autojump/metadata.xml +++ b/app-shells/autojump/metadata.xml @@ -9,4 +9,7 @@ https://github.com/joelthelion/autojump/issues joelthelion/autojump + + Add support for dev-python/ipython + -- cgit v1.2.3-65-gdbad