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 46C871382C5 for ; Sat, 30 Jan 2021 20:27:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5BBE6E0B1A; Sat, 30 Jan 2021 20:27:17 +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 449A7E0B1A for ; Sat, 30 Jan 2021 20:27:17 +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 E5B24340FA6 for ; Sat, 30 Jan 2021 20:27:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 678F84A6 for ; Sat, 30 Jan 2021 20:27:13 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1612038388.457165a7bc7c9dd1e5b0f1cf946a5f21ed755846.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/funcy/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/funcy/funcy-1.15.ebuild X-VCS-Directories: dev-python/funcy/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 457165a7bc7c9dd1e5b0f1cf946a5f21ed755846 X-VCS-Branch: master Date: Sat, 30 Jan 2021 20:27:13 +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: 2c3a5933-a1ae-4f10-8811-6247a6f7a530 X-Archives-Hash: 404271191c95a06f8d4ebe7d78654ef6 commit: 457165a7bc7c9dd1e5b0f1cf946a5f21ed755846 Author: Conrad Kostecki gentoo org> AuthorDate: Sat Jan 30 19:20:09 2021 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Sat Jan 30 20:26:28 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=457165a7 dev-python/funcy: add python3_9 support Bug: https://bugs.gentoo.org/766992 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Conrad Kostecki gentoo.org> dev-python/funcy/funcy-1.15.ebuild | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/dev-python/funcy/funcy-1.15.ebuild b/dev-python/funcy/funcy-1.15.ebuild index c6242b5bfe8..204c3872a0d 100644 --- a/dev-python/funcy/funcy-1.15.ebuild +++ b/dev-python/funcy/funcy-1.15.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_6 python3_7 python3_8 ) +PYTHON_COMPAT=( python3_{7..9} ) inherit distutils-r1 DESCRIPTION="A collection of fancy functional tools focused on practicality" @@ -16,14 +16,12 @@ KEYWORDS="~amd64 ~x86" IUSE="test" RESTRICT="!test? ( test )" -DEPEND="" -RDEPEND="${DEPEND}" BDEPEND=" - ${RDEPEND} test? ( - dev-python/whatever[${PYTHON_USEDEP}] dev-python/pytest[${PYTHON_USEDEP}] - )" + dev-python/whatever[${PYTHON_USEDEP}] + ) +" python_test() { distutils_install_for_testing --via-root