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 32DB0139694 for ; Tue, 25 Apr 2017 21:50:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 422A621C09E; Tue, 25 Apr 2017 21:50:05 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 0310C21C09E for ; Tue, 25 Apr 2017 21:49:49 +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 0C7ED341690 for ; Tue, 25 Apr 2017 21:49:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9241F7452 for ; Tue, 25 Apr 2017 21:49:34 +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: <1493156965.6190a023681466632c7e9828efe7242ddb27e5e2.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/pypy3/ X-VCS-Repository: repo/gentoo X-VCS-Files: virtual/pypy3/pypy3-5.7.1.ebuild X-VCS-Directories: virtual/pypy3/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 6190a023681466632c7e9828efe7242ddb27e5e2 X-VCS-Branch: master Date: Tue, 25 Apr 2017 21:49:34 +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: 38aefa2b-f3c6-4407-9d8d-7b764824b1db X-Archives-Hash: e60a034ba2f7e86cfa3f0c2761dd5d34 commit: 6190a023681466632c7e9828efe7242ddb27e5e2 Author: Michał Górny gentoo org> AuthorDate: Tue Apr 25 19:42:20 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Apr 25 21:49:25 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6190a023 virtual/pypy3: Bump to 5.7.1 virtual/pypy3/pypy3-5.7.1.ebuild | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/virtual/pypy3/pypy3-5.7.1.ebuild b/virtual/pypy3/pypy3-5.7.1.ebuild new file mode 100644 index 00000000000..727f7d6c112 --- /dev/null +++ b/virtual/pypy3/pypy3-5.7.1.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DESCRIPTION="A virtual for PyPy3 Python implementation" +# XX from pypy3-XX.so module suffix +SLOT="0/57" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="bzip2 gdbm ncurses sqlite tk" + +RDEPEND=" + || ( + >=dev-python/pypy3-${PV}:${SLOT}[bzip2?,gdbm(-)?,ncurses?,sqlite?,tk?] + >=dev-python/pypy3-bin-${PV}:${SLOT}[gdbm(-)?,sqlite?,tk?] + )"