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 C1CF2138350 for ; Thu, 26 Mar 2020 22:39:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B4655E0D80; Thu, 26 Mar 2020 22:39:17 +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 995DFE0D7E for ; Thu, 26 Mar 2020 22:39:17 +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 9885034F98D for ; Thu, 26 Mar 2020 22:39:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 119F6199 for ; Thu, 26 Mar 2020 22:39:15 +0000 (UTC) From: "Patrick McLean" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrick McLean" Message-ID: <1585262340.0d5e18f8a1262c51a4ab819417e5add2fc22cf61.chutzpah@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jaraco-collections/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/jaraco-collections/jaraco-collections-3.0.0.ebuild X-VCS-Directories: dev-python/jaraco-collections/ X-VCS-Committer: chutzpah X-VCS-Committer-Name: Patrick McLean X-VCS-Revision: 0d5e18f8a1262c51a4ab819417e5add2fc22cf61 X-VCS-Branch: master Date: Thu, 26 Mar 2020 22:39:15 +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: 9b98112b-6e8b-4851-96fd-a759d380b8be X-Archives-Hash: ab4c126de802f91e118be256d3a024c5 commit: 0d5e18f8a1262c51a4ab819417e5add2fc22cf61 Author: Patrick McLean sony com> AuthorDate: Thu Mar 26 18:22:08 2020 +0000 Commit: Patrick McLean gentoo org> CommitDate: Thu Mar 26 22:39:00 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d5e18f8 dev-python/jaraco-text-3.2.0: Add pypy3, fix setuptools dep Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-2.3.95, Repoman-2.3.21 Signed-off-by: Patrick McLean gentoo.org> dev-python/jaraco-collections/jaraco-collections-3.0.0.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-python/jaraco-collections/jaraco-collections-3.0.0.ebuild b/dev-python/jaraco-collections/jaraco-collections-3.0.0.ebuild index a2dae1f444d..24a897750d9 100644 --- a/dev-python/jaraco-collections/jaraco-collections-3.0.0.ebuild +++ b/dev-python/jaraco-collections/jaraco-collections-3.0.0.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} ) - +PYTHON_COMPAT=( python3_{6,7,8} pypy3 ) +DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 MY_PN="${PN/-/.}"