From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 216F0138359 for ; Sun, 15 Nov 2020 09:35:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 52FCEE086B; Sun, 15 Nov 2020 09:35:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3B824E086B for ; Sun, 15 Nov 2020 09:35:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 570C2341299 for ; Sun, 15 Nov 2020 09:35:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0A65242C for ; Sun, 15 Nov 2020 09:35:36 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1605432885.5c40ac0f5f443f248bddf9ead1d0369757b65521.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/matplotlib/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/matplotlib/matplotlib-3.3.3.ebuild dev-python/matplotlib/metadata.xml X-VCS-Directories: dev-python/matplotlib/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 5c40ac0f5f443f248bddf9ead1d0369757b65521 X-VCS-Branch: master Date: Sun, 15 Nov 2020 09:35:36 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: cb2ac523-8d04-48b3-834f-f081cdb7f746 X-Archives-Hash: 945588f62d5d369ad0b82d77c5cfe452 commit: 5c40ac0f5f443f248bddf9ead1d0369757b65521 Author: Michał Górny gentoo org> AuthorDate: Sun Nov 15 09:30:03 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Nov 15 09:34:45 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c40ac0f dev-python/matplotlib: Make tornado optional Closes: https://bugs.gentoo.org/730976 Signed-off-by: Michał Górny gentoo.org> dev-python/matplotlib/matplotlib-3.3.3.ebuild | 7 +++++-- dev-python/matplotlib/metadata.xml | 1 + 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/dev-python/matplotlib/matplotlib-3.3.3.ebuild b/dev-python/matplotlib/matplotlib-3.3.3.ebuild index f3c2b26d36e..d3fa270b2d5 100644 --- a/dev-python/matplotlib/matplotlib-3.3.3.ebuild +++ b/dev-python/matplotlib/matplotlib-3.3.3.ebuild @@ -24,7 +24,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz LICENSE="BitstreamVera BSD matplotlib MIT OFL-1.1" SLOT="0" KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" -IUSE="cairo doc excel examples gtk3 latex qt5 tk wxwidgets" +IUSE="cairo doc excel examples gtk3 latex qt5 tk webagg wxwidgets" # internal copy of pycxx highly patched # dev-python/pycxx @@ -44,7 +44,6 @@ RDEPEND=" media-libs/freetype:2 media-libs/libpng:0 >=media-libs/qhull-2013 - >=www-servers/tornado-6.0.4[${PYTHON_USEDEP}] cairo? ( dev-python/cairocffi[${PYTHON_USEDEP}] ) @@ -67,6 +66,9 @@ RDEPEND=" qt5? ( dev-python/PyQt5[gui,widgets,${PYTHON_USEDEP}] ) + webagg? ( + >=www-servers/tornado-6.0.4[${PYTHON_USEDEP}] + ) wxwidgets? ( $(python_gen_cond_dep ' dev-python/wxpython:*[${PYTHON_USEDEP}] @@ -95,6 +97,7 @@ BDEPEND=" dev-python/flaky[${PYTHON_USEDEP}] dev-python/mock[${PYTHON_USEDEP}] dev-python/pygobject:3[cairo?,${PYTHON_USEDEP}] + >=www-servers/tornado-6.0.4[${PYTHON_USEDEP}] x11-libs/gtk+:3[introspection] ) " diff --git a/dev-python/matplotlib/metadata.xml b/dev-python/matplotlib/metadata.xml index f024fad1333..fab586495d4 100644 --- a/dev-python/matplotlib/metadata.xml +++ b/dev-python/matplotlib/metadata.xml @@ -18,6 +18,7 @@ Pull dev-python/xlwt for the exceltools toolkit Enable x11-libs/gtk+:3 support + Enable webagg backend that uses www-servers/tornado matplotlib