From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 949771388C1 for ; Thu, 17 Dec 2015 14:49:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6EC0821C024; Thu, 17 Dec 2015 14:48:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1B27121C022 for ; Thu, 17 Dec 2015 14:48:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1440533D3C7 for ; Thu, 17 Dec 2015 14:48:56 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BE5ABC6F for ; Thu, 17 Dec 2015 14:48:53 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1450363726.13014051a246a7ad521f05fc150604f035f6f3f7.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-xprocess/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pytest-xprocess/metadata.xml dev-python/pytest-xprocess/pytest-xprocess-0.9.1.ebuild X-VCS-Directories: dev-python/pytest-xprocess/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 13014051a246a7ad521f05fc150604f035f6f3f7 X-VCS-Branch: master Date: Thu, 17 Dec 2015 14:48:53 +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-Archives-Salt: b3ba6b1f-9196-4797-bb68-42450702c959 X-Archives-Hash: d6b853193fd0117a0c2051e3bbcf0dbc commit: 13014051a246a7ad521f05fc150604f035f6f3f7 Author: Justin Lecher gentoo org> AuthorDate: Thu Dec 17 13:54:16 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Thu Dec 17 14:48:46 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13014051 dev-python/pytest-xprocess: Add pypy3 support Package-Manager: portage-2.2.26 Signed-off-by: Justin Lecher gentoo.org> dev-python/pytest-xprocess/metadata.xml | 2 +- dev-python/pytest-xprocess/pytest-xprocess-0.9.1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/pytest-xprocess/metadata.xml b/dev-python/pytest-xprocess/metadata.xml index 3cad57f..3af550d 100644 --- a/dev-python/pytest-xprocess/metadata.xml +++ b/dev-python/pytest-xprocess/metadata.xml @@ -1,4 +1,4 @@ - + python diff --git a/dev-python/pytest-xprocess/pytest-xprocess-0.9.1.ebuild b/dev-python/pytest-xprocess/pytest-xprocess-0.9.1.ebuild index bd703de..cd81175 100644 --- a/dev-python/pytest-xprocess/pytest-xprocess-0.9.1.ebuild +++ b/dev-python/pytest-xprocess/pytest-xprocess-0.9.1.ebuild @@ -4,7 +4,7 @@ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy ) +PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3 ) inherit distutils-r1