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 BF00E139347 for ; Sat, 17 Jul 2021 18:18:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 13131E0D5E; 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 F0E5DE0D5E for ; Sat, 17 Jul 2021 18:18:27 +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 EC46C342A64 for ; Sat, 17 Jul 2021 18:18:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 32EC77DB 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: <1626545827.555bccd0e73c163cce050215d95f25e918ffbc4f.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-misc/vitables/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-misc/vitables/vitables-3.0.0-r2.ebuild sci-misc/vitables/vitables-3.0.2.ebuild X-VCS-Directories: sci-misc/vitables/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 555bccd0e73c163cce050215d95f25e918ffbc4f 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: 9da394e6-43c9-4f3e-8b03-bfe2a6359c03 X-Archives-Hash: fa87f120f5d6961e7b6177de0049ecf7 commit: 555bccd0e73c163cce050215d95f25e918ffbc4f Author: David Seifert gentoo org> AuthorDate: Sat Jul 17 18:17:07 2021 +0000 Commit: David Seifert gentoo org> CommitDate: Sat Jul 17 18:17:07 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=555bccd0 sci-misc/vitables: PYTHON_MULTI_USEDEP -> PYTHON_USEDEP Signed-off-by: David Seifert gentoo.org> sci-misc/vitables/vitables-3.0.0-r2.ebuild | 8 ++++---- sci-misc/vitables/vitables-3.0.2.ebuild | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/sci-misc/vitables/vitables-3.0.0-r2.ebuild b/sci-misc/vitables/vitables-3.0.0-r2.ebuild index 9dcf272e5e6..8d86ddb9e1f 100644 --- a/sci-misc/vitables/vitables-3.0.0-r2.ebuild +++ b/sci-misc/vitables/vitables-3.0.0-r2.ebuild @@ -4,7 +4,7 @@ EAPI=6 DISTUTILS_SINGLE_IMPL=1 -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{8,9} ) inherit distutils-r1 @@ -20,9 +20,9 @@ KEYWORDS="~amd64 ~x86" RDEPEND=" $(python_gen_cond_dep ' - dev-python/setuptools[${PYTHON_MULTI_USEDEP}] - dev-python/pytables[${PYTHON_MULTI_USEDEP}] - dev-python/QtPy[gui,${PYTHON_MULTI_USEDEP}] + dev-python/setuptools[${PYTHON_USEDEP}] + dev-python/pytables[${PYTHON_USEDEP}] + dev-python/QtPy[gui,${PYTHON_USEDEP}] ')" DEPEND="${RDEPEND}" diff --git a/sci-misc/vitables/vitables-3.0.2.ebuild b/sci-misc/vitables/vitables-3.0.2.ebuild index d334a4dbd1b..9a4c5490d51 100644 --- a/sci-misc/vitables/vitables-3.0.2.ebuild +++ b/sci-misc/vitables/vitables-3.0.2.ebuild @@ -4,7 +4,7 @@ EAPI=7 DISTUTILS_SINGLE_IMPL=1 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..9} ) inherit distutils-r1