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 75EE6138359 for ; Wed, 7 Oct 2020 09:22:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9C2A2E08F1; Wed, 7 Oct 2020 09:22:27 +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 82012E08F1 for ; Wed, 7 Oct 2020 09:22:27 +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 148E2340E93 for ; Wed, 7 Oct 2020 09:22:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0B0C738E for ; Wed, 7 Oct 2020 09:22:24 +0000 (UTC) From: "Jason A. Donenfeld" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jason A. Donenfeld" Message-ID: <1602061905.2bd3950266c72baf3bca051d3366c659e3f2122c.zx2c4@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ssl-fetch/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/ssl-fetch/ssl-fetch-0.4.ebuild dev-python/ssl-fetch/ssl-fetch-9999.ebuild X-VCS-Directories: dev-python/ssl-fetch/ X-VCS-Committer: zx2c4 X-VCS-Committer-Name: Jason A. Donenfeld X-VCS-Revision: 2bd3950266c72baf3bca051d3366c659e3f2122c X-VCS-Branch: master Date: Wed, 7 Oct 2020 09:22:24 +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: ed47e218-4744-4b8f-8e91-cfddc5304b8b X-Archives-Hash: 73fe420d7b151efb43ff38fb0eaa84e0 commit: 2bd3950266c72baf3bca051d3366c659e3f2122c Author: Jason A. Donenfeld gentoo org> AuthorDate: Wed Oct 7 09:11:45 2020 +0000 Commit: Jason A. Donenfeld gentoo org> CommitDate: Wed Oct 7 09:11:45 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bd39502 dev-python/ssl-fetch: support pypy3 Bug: https://bugs.gentoo.org/747019 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Jason A. Donenfeld gentoo.org> dev-python/ssl-fetch/ssl-fetch-0.4.ebuild | 2 +- dev-python/ssl-fetch/ssl-fetch-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/ssl-fetch/ssl-fetch-0.4.ebuild b/dev-python/ssl-fetch/ssl-fetch-0.4.ebuild index adde725cad0..913140f5a13 100644 --- a/dev-python/ssl-fetch/ssl-fetch-0.4.ebuild +++ b/dev-python/ssl-fetch/ssl-fetch-0.4.ebuild @@ -3,7 +3,7 @@ EAPI=5 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6,7,8} pypy3 ) DISTUTILS_USE_SETUPTOOLS=no inherit distutils-r1 diff --git a/dev-python/ssl-fetch/ssl-fetch-9999.ebuild b/dev-python/ssl-fetch/ssl-fetch-9999.ebuild index 0cec3a3935e..856d59b6c61 100644 --- a/dev-python/ssl-fetch/ssl-fetch-9999.ebuild +++ b/dev-python/ssl-fetch/ssl-fetch-9999.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6,7,8} pypy3 ) DISTUTILS_USE_SETUPTOOLS=no EGIT_BRANCH="master"