From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 65E1F138A1A for ; Fri, 23 Jan 2015 18:19:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C8B77E08F6; Fri, 23 Jan 2015 18:19:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 090D5E08F4 for ; Fri, 23 Jan 2015 18:19:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4518F340750 for ; Fri, 23 Jan 2015 18:19:45 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9461110373 for ; Fri, 23 Jan 2015 18:19:42 +0000 (UTC) From: "Christoph Junghans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Christoph Junghans" Message-ID: <1422031183.376aa366f6d9c3ab5a9c425b3cd2e4328e5ccc09.ottxor@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/bokeh/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/bokeh/bokeh-0.7.1.ebuild dev-python/bokeh/metadata.xml X-VCS-Directories: dev-python/bokeh/ X-VCS-Committer: ottxor X-VCS-Committer-Name: Christoph Junghans X-VCS-Revision: 376aa366f6d9c3ab5a9c425b3cd2e4328e5ccc09 X-VCS-Branch: master Date: Fri, 23 Jan 2015 18:19:42 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 2348e56c-414b-499f-9eef-e77be9bb7edd X-Archives-Hash: 52cc15d6fd65caf23aca3f4ec5d6d365 commit: 376aa366f6d9c3ab5a9c425b3cd2e4328e5ccc09 Author: Marius Brehler linux sungazer de> AuthorDate: Fri Jan 23 16:39:43 2015 +0000 Commit: Christoph Junghans gentoo org> CommitDate: Fri Jan 23 16:39:43 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=376aa366 dev-python/bokeh: Fix bumped ebuild --- dev-python/bokeh/bokeh-0.7.1.ebuild | 13 +------------ dev-python/bokeh/metadata.xml | 3 --- 2 files changed, 1 insertion(+), 15 deletions(-) diff --git a/dev-python/bokeh/bokeh-0.7.1.ebuild b/dev-python/bokeh/bokeh-0.7.1.ebuild index da4b816..88d4e69 100644 --- a/dev-python/bokeh/bokeh-0.7.1.ebuild +++ b/dev-python/bokeh/bokeh-0.7.1.ebuild @@ -15,7 +15,7 @@ SRC_URI="https://github.com/ContinuumIO/${PN}/archive/${PV}.tar.gz -> ${P}.tar.g SLOT="0" LICENSE="BSD" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="examples test chaco" +IUSE="examples test" # A doc build requires napoleon sphinx extension which will be included in sphinx release 1.3 # Therefore refraining from adding the doc build for now @@ -41,9 +41,6 @@ RDEPEND=" >=dev-python/werkzeug-0.9.1[${PYTHON_USEDEP}] $(python_gen_cond_dep '>=dev-python/gevent-1.0[${PYTHON_USEDEP}]' python2_7) $(python_gen_cond_dep '>=dev-python/gevent-websocket-0.9.2[${PYTHON_USEDEP}]' python2_7) - chaco? ( - $(python_gen_cond_dep '>=dev-python/traits-4.4[${PYTHON_USEDEP}]' python2_7) - $(python_gen_cond_dep '>=dev-python/chaco-4.4[${PYTHON_USEDEP}]' python2_7) ) " # testing server: needs websocket not in portage yet # websocket is in pypi for the adding @@ -62,14 +59,6 @@ PATCHES=( "${FILESDIR}"/${P}-setup.patch ) DISTUTILS_NO_PARALLEL_BUILD=1 python_prepare_all() { - # https://github.com/bokeh/bokeh/issues/1352 - sed -e "s: 'bokeh.mplexporter',:&\n 'bokeh.mplexporter.renderers',:" \ - -i setup.py || die - - if ! use chaco; then - sed -i -e "/'bokeh.chaco_gg'/d" setup.py || die - fi - sed -i -e "s/jsbuild = get_user_jsargs()/jsbuild = False/g" setup.py || die cd bokehjs || die npm install ||die diff --git a/dev-python/bokeh/metadata.xml b/dev-python/bokeh/metadata.xml index ebdeb0c..67e16a9 100644 --- a/dev-python/bokeh/metadata.xml +++ b/dev-python/bokeh/metadata.xml @@ -9,7 +9,4 @@ style of Protovis/D3, while delivering high-performance interactivity over large data to thin clients. - - Enable interface for implementing qplot and ggplot like functionality using chaco -