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 212E1138334 for ; Sun, 10 Mar 2019 17:33:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 16FDEE0A6F; Sun, 10 Mar 2019 17:33:54 +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 DC017E0A7C for ; Sun, 10 Mar 2019 17:33:53 +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 5F643335C29 for ; Sun, 10 Mar 2019 17:33:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AF9A1503 for ; Sun, 10 Mar 2019 17:33:50 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: <1552239207.f29f3f1f3b7bd98c91cd257ca5629625dab3078d.williamh@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/setuptools_scm_git_archive/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/setuptools_scm_git_archive/setuptools_scm_git_archive-1.0.ebuild X-VCS-Directories: dev-python/setuptools_scm_git_archive/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: f29f3f1f3b7bd98c91cd257ca5629625dab3078d X-VCS-Branch: master Date: Sun, 10 Mar 2019 17:33:50 +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: fea7e9a2-f3c9-48f6-8bd6-1ba56057e82b X-Archives-Hash: a95a533e3344478d0b4ca98d0f21f441 commit: f29f3f1f3b7bd98c91cd257ca5629625dab3078d Author: William Hubbs gentoo org> AuthorDate: Sun Mar 10 17:22:41 2019 +0000 Commit: William Hubbs gentoo org> CommitDate: Sun Mar 10 17:33:27 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f29f3f1f dev-python/setuptools_scm_git_archive: add pypy3 to PYTHON_COMPAT Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: William Hubbs gentoo.org> .../setuptools_scm_git_archive/setuptools_scm_git_archive-1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/setuptools_scm_git_archive/setuptools_scm_git_archive-1.0.ebuild b/dev-python/setuptools_scm_git_archive/setuptools_scm_git_archive-1.0.ebuild index a1f1f9afc73..1206d4e228f 100644 --- a/dev-python/setuptools_scm_git_archive/setuptools_scm_git_archive-1.0.ebuild +++ b/dev-python/setuptools_scm_git_archive/setuptools_scm_git_archive-1.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy3 ) inherit distutils-r1 DESCRIPTION="A setuptools_scm plugin for git archives"