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 536D1138359 for ; Tue, 18 Aug 2020 16:51:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DD504E0895; Tue, 18 Aug 2020 16:51:55 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 B6C1EE0895 for ; Tue, 18 Aug 2020 16:51:55 +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 B219F34F5CA for ; Tue, 18 Aug 2020 16:51:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 94F9F32D for ; Tue, 18 Aug 2020 16:51:51 +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: <1597769505.a3c4bda17ee8739bab98123190af5dbe528c3663.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.2.2-r1.ebuild dev-python/matplotlib/matplotlib-3.2.2.ebuild dev-python/matplotlib/matplotlib-3.3.0.ebuild dev-python/matplotlib/matplotlib-3.3.1-r1.ebuild dev-python/matplotlib/matplotlib-3.3.1.ebuild X-VCS-Directories: dev-python/matplotlib/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: a3c4bda17ee8739bab98123190af5dbe528c3663 X-VCS-Branch: master Date: Tue, 18 Aug 2020 16:51:51 +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: e86f1240-5125-4091-a72a-71289197b283 X-Archives-Hash: 28ef6d3ddbe82ae710754c82d0a1759f commit: a3c4bda17ee8739bab98123190af5dbe528c3663 Author: Michał Górny gentoo org> AuthorDate: Tue Aug 18 15:41:49 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Aug 18 16:51:45 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3c4bda1 dev-python/matplotlib: Depend on pillow unconditionally Pillow is required to export plots into a number of formats, so making the dependency optional is suprising. Closes: https://bugs.gentoo.org/727032 Signed-off-by: Michał Górny gentoo.org> .../matplotlib/{matplotlib-3.2.2.ebuild => matplotlib-3.2.2-r1.ebuild} | 2 +- dev-python/matplotlib/matplotlib-3.3.0.ebuild | 2 +- .../matplotlib/{matplotlib-3.3.1.ebuild => matplotlib-3.3.1-r1.ebuild} | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-python/matplotlib/matplotlib-3.2.2.ebuild b/dev-python/matplotlib/matplotlib-3.2.2-r1.ebuild similarity index 99% rename from dev-python/matplotlib/matplotlib-3.2.2.ebuild rename to dev-python/matplotlib/matplotlib-3.2.2-r1.ebuild index bf2fc578934..a653f14fcd9 100644 --- a/dev-python/matplotlib/matplotlib-3.2.2.ebuild +++ b/dev-python/matplotlib/matplotlib-3.2.2-r1.ebuild @@ -32,6 +32,7 @@ RDEPEND=" >=dev-python/cycler-0.10.0-r1[${PYTHON_USEDEP}] >=dev-python/kiwisolver-1.2.0[${PYTHON_USEDEP}] >=dev-python/numpy-1.18.2[${PYTHON_USEDEP}] + >=dev-python/pillow-7.1.1[${PYTHON_USEDEP}] >=dev-python/pyparsing-1.5.6[${PYTHON_USEDEP}] dev-python/python-dateutil:0[${PYTHON_USEDEP}] >=dev-python/pytz-2019.3[${PYTHON_USEDEP}] @@ -78,7 +79,6 @@ BDEPEND=" doc? ( >=app-text/dvipng-1.15-r1 >=dev-python/colorspacious-1.1.2[${PYTHON_USEDEP}] - >=dev-python/pillow-7.1.1[${PYTHON_USEDEP}] >=dev-python/ipython-1.18.2[${PYTHON_USEDEP}] >=dev-python/numpydoc-0.9.2[${PYTHON_USEDEP}] >=sci-libs/scipy-1.4.1[${PYTHON_USEDEP}] diff --git a/dev-python/matplotlib/matplotlib-3.3.0.ebuild b/dev-python/matplotlib/matplotlib-3.3.0.ebuild index aca7e3486ef..b8774b13de6 100644 --- a/dev-python/matplotlib/matplotlib-3.3.0.ebuild +++ b/dev-python/matplotlib/matplotlib-3.3.0.ebuild @@ -32,6 +32,7 @@ RDEPEND=" >=dev-python/cycler-0.10.0-r1[${PYTHON_USEDEP}] >=dev-python/kiwisolver-1.2.0[${PYTHON_USEDEP}] >=dev-python/numpy-1.18.2[${PYTHON_USEDEP}] + >=dev-python/pillow-7.1.1[${PYTHON_USEDEP}] >=dev-python/pyparsing-1.5.6[${PYTHON_USEDEP}] dev-python/python-dateutil:0[${PYTHON_USEDEP}] >=dev-python/pytz-2019.3[${PYTHON_USEDEP}] @@ -78,7 +79,6 @@ BDEPEND=" doc? ( >=app-text/dvipng-1.15-r1 >=dev-python/colorspacious-1.1.2[${PYTHON_USEDEP}] - >=dev-python/pillow-7.1.1[${PYTHON_USEDEP}] >=dev-python/ipython-1.18.2[${PYTHON_USEDEP}] >=dev-python/numpydoc-0.9.2[${PYTHON_USEDEP}] >=sci-libs/scipy-1.4.1[${PYTHON_USEDEP}] diff --git a/dev-python/matplotlib/matplotlib-3.3.1.ebuild b/dev-python/matplotlib/matplotlib-3.3.1-r1.ebuild similarity index 99% rename from dev-python/matplotlib/matplotlib-3.3.1.ebuild rename to dev-python/matplotlib/matplotlib-3.3.1-r1.ebuild index 52ad5a7a0fb..981026cbe93 100644 --- a/dev-python/matplotlib/matplotlib-3.3.1.ebuild +++ b/dev-python/matplotlib/matplotlib-3.3.1-r1.ebuild @@ -33,6 +33,7 @@ RDEPEND=" >=dev-python/cycler-0.10.0-r1[${PYTHON_USEDEP}] >=dev-python/kiwisolver-1.2.0[${PYTHON_USEDEP}] >=dev-python/numpy-1.18.2[${PYTHON_USEDEP}] + >=dev-python/pillow-7.1.1[${PYTHON_USEDEP}] >=dev-python/pyparsing-1.5.6[${PYTHON_USEDEP}] dev-python/python-dateutil:0[${PYTHON_USEDEP}] >=dev-python/pytz-2019.3[${PYTHON_USEDEP}] @@ -79,7 +80,6 @@ BDEPEND=" doc? ( >=app-text/dvipng-1.15-r1 >=dev-python/colorspacious-1.1.2[${PYTHON_USEDEP}] - >=dev-python/pillow-7.1.1[${PYTHON_USEDEP}] >=dev-python/ipython-1.18.2[${PYTHON_USEDEP}] >=dev-python/numpydoc-0.9.2[${PYTHON_USEDEP}] >=sci-libs/scipy-1.4.1[${PYTHON_USEDEP}]