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 36F28138AE9 for ; Wed, 27 Dec 2017 18:20:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9058FE0F9B; Wed, 27 Dec 2017 18:20:41 +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 6D532E0F9B for ; Wed, 27 Dec 2017 18:20:41 +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 84D2F33D3C7 for ; Wed, 27 Dec 2017 18:20:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 86477AF7B for ; Wed, 27 Dec 2017 18:20:36 +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: <1514398829.c344d235dd7b08961934f0001281a604bb22a54e.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/pypy3/ X-VCS-Repository: repo/gentoo X-VCS-Files: virtual/pypy3/pypy3-5.10.0.ebuild X-VCS-Directories: virtual/pypy3/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: c344d235dd7b08961934f0001281a604bb22a54e X-VCS-Branch: master Date: Wed, 27 Dec 2017 18:20:36 +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: fb1b10e1-cabe-4221-89bc-83fcf51d71a8 X-Archives-Hash: f27f09cbb2b6900717c2d8e020303476 commit: c344d235dd7b08961934f0001281a604bb22a54e Author: Michał Górny gentoo org> AuthorDate: Wed Dec 27 18:05:59 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Dec 27 18:20:29 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c344d235 virtual/pypy3: Bump to 5.10.0 virtual/pypy3/pypy3-5.10.0.ebuild | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/virtual/pypy3/pypy3-5.10.0.ebuild b/virtual/pypy3/pypy3-5.10.0.ebuild new file mode 100644 index 00000000000..d602c0cecd9 --- /dev/null +++ b/virtual/pypy3/pypy3-5.10.0.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" +# pypy3 -c 'import sysconfig; print(sysconfig.get_config_var("SOABI"))' +SLOT="0/510" +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?] + )"