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 21BDA158017 for ; Thu, 30 Sep 2021 06:26:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A47C2E0886; Thu, 30 Sep 2021 06:26:54 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5F537E0880 for ; Thu, 30 Sep 2021 06:26:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id ABC40342C51 for ; Thu, 30 Sep 2021 06:26:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 35CFC116 for ; Thu, 30 Sep 2021 06:26: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: <1632983081.5a35fef2023f3163797404c2c6d8712920b9a200.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/arrow/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/arrow/arrow-1.1.1.ebuild X-VCS-Directories: dev-python/arrow/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 5a35fef2023f3163797404c2c6d8712920b9a200 X-VCS-Branch: master Date: Thu, 30 Sep 2021 06:26: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: 59155274-40c4-495f-b9e9-f8aebdfff211 X-Archives-Hash: c5d0891b14e391bd837672c42dc41ad1 commit: 5a35fef2023f3163797404c2c6d8712920b9a200 Author: Michał Górny gentoo org> AuthorDate: Thu Sep 30 06:20:48 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Sep 30 06:24:41 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a35fef2 dev-python/arrow: Enable pypy3 Signed-off-by: Michał Górny gentoo.org> dev-python/arrow/arrow-1.1.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/arrow/arrow-1.1.1.ebuild b/dev-python/arrow/arrow-1.1.1.ebuild index 2a7c7c5050b..768a457ac45 100644 --- a/dev-python/arrow/arrow-1.1.1.ebuild +++ b/dev-python/arrow/arrow-1.1.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..10} pypy3 ) inherit distutils-r1 @@ -18,7 +18,7 @@ RDEPEND=" >=dev-python/python-dateutil-2.7.0[${PYTHON_USEDEP}] $(python_gen_cond_dep ' dev-python/typing-extensions[${PYTHON_USEDEP}] - ' python3_7)" + ' pypy3)" BDEPEND=" test? (