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 586FA1382C5 for ; Sun, 23 May 2021 09:29:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 764B9E0870; Sun, 23 May 2021 09:29:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 5F41FE0870 for ; Sun, 23 May 2021 09:29:10 +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 23572340CC8 for ; Sun, 23 May 2021 09:29:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A659D791 for ; Sun, 23 May 2021 09:29:07 +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: <1621762136.fcbdef8e555b51c702433789c876fed352899f7d.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/rply/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/rply/rply-0.7.8.ebuild X-VCS-Directories: dev-python/rply/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: fcbdef8e555b51c702433789c876fed352899f7d X-VCS-Branch: master Date: Sun, 23 May 2021 09:29:07 +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: 93e2bf1f-9423-443b-bf29-b4c89d556ee3 X-Archives-Hash: 95bb36de65b402d00d4c575eb56f4a2d commit: fcbdef8e555b51c702433789c876fed352899f7d Author: Zamarin Arthur gmail com> AuthorDate: Sun May 23 04:59:17 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun May 23 09:28:56 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcbdef8e dev-python/rply: bump to python 3.10, clean deps passes tests Signed-off-by: Zamarin Arthur gmail.com> Signed-off-by: Michał Górny gentoo.org> dev-python/rply/rply-0.7.8.ebuild | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/dev-python/rply/rply-0.7.8.ebuild b/dev-python/rply/rply-0.7.8.ebuild index 0cdee74125e..d55ab531caa 100644 --- a/dev-python/rply/rply-0.7.8.ebuild +++ b/dev-python/rply/rply-0.7.8.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{7..10} ) inherit distutils-r1 @@ -15,10 +15,7 @@ LICENSE="BSD" SLOT="0" KEYWORDS="amd64 x86" -DEPEND=" - dev-python/appdirs[${PYTHON_USEDEP}] - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( - dev-python/py[${PYTHON_USEDEP}] )" +RDEPEND="dev-python/appdirs[${PYTHON_USEDEP}]" +BDEPEND="test? ( dev-python/py[${PYTHON_USEDEP}] )" distutils_enable_tests pytest