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 87732138359 for ; Mon, 5 Oct 2020 00:08:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C3106E08C3; Mon, 5 Oct 2020 00:07:59 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 54518E08C3 for ; Mon, 5 Oct 2020 00:07:59 +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 4551533D4A6 for ; Mon, 5 Oct 2020 00:07:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9E902391 for ; Mon, 5 Oct 2020 00:07:56 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1601856439.a20ae8d02ccaf8d85f3fbccf3a6cea9744e61587.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cached-property/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/cached-property/cached-property-1.5.2.ebuild X-VCS-Directories: dev-python/cached-property/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: a20ae8d02ccaf8d85f3fbccf3a6cea9744e61587 X-VCS-Branch: master Date: Mon, 5 Oct 2020 00:07:56 +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: 48269a38-0b80-41e8-a9bd-773330532fd3 X-Archives-Hash: d04bec656e12cdc679b8bc9b1eeb4fc8 commit: a20ae8d02ccaf8d85f3fbccf3a6cea9744e61587 Author: Georgy Yakovlev gentoo org> AuthorDate: Mon Oct 5 00:04:14 2020 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Mon Oct 5 00:07:19 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a20ae8d0 dev-python/cached-property: add pypy3 target Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Georgy Yakovlev gentoo.org> dev-python/cached-property/cached-property-1.5.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/cached-property/cached-property-1.5.2.ebuild b/dev-python/cached-property/cached-property-1.5.2.ebuild index 819cd6b14eb..d41a5a60d54 100644 --- a/dev-python/cached-property/cached-property-1.5.2.ebuild +++ b/dev-python/cached-property/cached-property-1.5.2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6..9} ) +PYTHON_COMPAT=( python3_{6..9} pypy3 ) inherit distutils-r1