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 7B904138359 for ; Fri, 17 Jul 2020 20:10:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 281E8E08EB; Fri, 17 Jul 2020 20:10:41 +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 0E145E08EB for ; Fri, 17 Jul 2020 20:10:41 +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 7574534F341 for ; Fri, 17 Jul 2020 20:10:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D8B6E2DE for ; Fri, 17 Jul 2020 20:10:31 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1595016596.335352572405d99142e185ba321f64e01c0bb8c0.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ruamel-yaml/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/ruamel-yaml/ruamel-yaml-0.16.10.ebuild X-VCS-Directories: dev-python/ruamel-yaml/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 335352572405d99142e185ba321f64e01c0bb8c0 X-VCS-Branch: master Date: Fri, 17 Jul 2020 20:10:31 +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: 6c559227-ab80-496f-947c-c74ed99139d1 X-Archives-Hash: 6271d44765920aa2cfb9e3da3c07c098 commit: 335352572405d99142e185ba321f64e01c0bb8c0 Author: Marek Szuba gentoo org> AuthorDate: Fri Jul 17 18:13:00 2020 +0000 Commit: Marek Szuba gentoo org> CommitDate: Fri Jul 17 20:09:56 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33535257 dev-python/ruamel-yaml: support python3_9 and pypy3 Both build and install fine. Signed-off-by: Marek Szuba gentoo.org> dev-python/ruamel-yaml/ruamel-yaml-0.16.10.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/ruamel-yaml/ruamel-yaml-0.16.10.ebuild b/dev-python/ruamel-yaml/ruamel-yaml-0.16.10.ebuild index 48f24d33b5e..3a66659cb02 100644 --- a/dev-python/ruamel-yaml/ruamel-yaml-0.16.10.ebuild +++ b/dev-python/ruamel-yaml/ruamel-yaml-0.16.10.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( pypy3 python3_{6..9} ) DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1