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 06F4E1395E2 for ; Fri, 25 Nov 2016 16:18:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6B22921C092; Fri, 25 Nov 2016 16:18:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4E8D821C08F for ; Fri, 25 Nov 2016 16:18:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 27883341149 for ; Fri, 25 Nov 2016 16:18:09 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 849E31F2F for ; Fri, 25 Nov 2016 16:18:07 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1480090681.7963262f53c541dd6c3eab9044e7e71e63baaa50.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pathlib/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pathlib/pathlib-1.0.1-r1.ebuild X-VCS-Directories: dev-python/pathlib/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 7963262f53c541dd6c3eab9044e7e71e63baaa50 X-VCS-Branch: master Date: Fri, 25 Nov 2016 16:18:07 +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: ab49ccd8-3399-46ab-aca8-3e5a2c6c5f79 X-Archives-Hash: c4feae961b5a35c326ec466ed2aa9a1b commit: 7963262f53c541dd6c3eab9044e7e71e63baaa50 Author: Michał Górny gentoo org> AuthorDate: Fri Nov 25 16:12:16 2016 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Nov 25 16:18:01 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7963262f dev-python/pathlib: Enable pypy3 dev-python/pathlib/pathlib-1.0.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pathlib/pathlib-1.0.1-r1.ebuild b/dev-python/pathlib/pathlib-1.0.1-r1.ebuild index 961c707..4278d5a 100644 --- a/dev-python/pathlib/pathlib-1.0.1-r1.ebuild +++ b/dev-python/pathlib/pathlib-1.0.1-r1.ebuild @@ -5,7 +5,7 @@ EAPI=5 # In Python 3.4, pathlib is now part of the standard library. -PYTHON_COMPAT=( python2_7 pypy ) +PYTHON_COMPAT=( python2_7 pypy pypy3 ) inherit distutils-r1