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 7BBF713933E for ; Sat, 17 Jul 2021 18:18:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A647CE0D6D; Sat, 17 Jul 2021 18:18:28 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 8FC64E0D71 for ; Sat, 17 Jul 2021 18:18:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 1FA71342B53 for ; Sat, 17 Jul 2021 18:18:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7F7207DF for ; Sat, 17 Jul 2021 18:18:24 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1626545831.8b835e92172be3f596ef13d1b23f6c043394933d.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-visualization/pythonprop/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-visualization/pythonprop/pythonprop-0.30.ebuild X-VCS-Directories: sci-visualization/pythonprop/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 8b835e92172be3f596ef13d1b23f6c043394933d X-VCS-Branch: master Date: Sat, 17 Jul 2021 18:18:24 +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: a619860d-7dad-4570-a3ac-9050d8c02b06 X-Archives-Hash: b095999149be54a748d143768bde02d1 commit: 8b835e92172be3f596ef13d1b23f6c043394933d Author: David Seifert gentoo org> AuthorDate: Sat Jul 17 18:17:11 2021 +0000 Commit: David Seifert gentoo org> CommitDate: Sat Jul 17 18:17:11 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b835e92 sci-visualization/pythonprop: PYTHON_MULTI_USEDEP -> PYTHON_USEDEP Signed-off-by: David Seifert gentoo.org> sci-visualization/pythonprop/pythonprop-0.30.ebuild | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/sci-visualization/pythonprop/pythonprop-0.30.ebuild b/sci-visualization/pythonprop/pythonprop-0.30.ebuild index 35305b711e3..819d026aa0f 100644 --- a/sci-visualization/pythonprop/pythonprop-0.30.ebuild +++ b/sci-visualization/pythonprop/pythonprop-0.30.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..9} ) inherit autotools python-single-r1 @@ -20,10 +20,10 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND=" ${PYTHON_DEPS} $(python_gen_cond_dep ' - dev-python/pygobject:3[${PYTHON_MULTI_USEDEP}] - dev-python/matplotlib[${PYTHON_MULTI_USEDEP}] - sci-libs/cartopy[${PYTHON_MULTI_USEDEP}] - dev-python/scipy[${PYTHON_MULTI_USEDEP}] + dev-python/pygobject:3[${PYTHON_USEDEP}] + dev-python/matplotlib[${PYTHON_USEDEP}] + sci-libs/cartopy[${PYTHON_USEDEP}] + dev-python/scipy[${PYTHON_USEDEP}] ') dev-python/cairocffi sci-electronics/voacapl