Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/pypy/
Date: Wed, 07 Sep 2016 17:11:16
Message-Id: 1473268261.473a37e26fa531977e004ae78eecd0cf49660201.mgorny@gentoo
1 commit: 473a37e26fa531977e004ae78eecd0cf49660201
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 7 16:49:37 2016 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 7 17:11:01 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=473a37e2
7
8 virtual/pypy: Bump to 5.4.1
9
10 virtual/pypy/pypy-5.4.1.ebuild | 23 +++++++++++++++++++++++
11 1 file changed, 23 insertions(+)
12
13 diff --git a/virtual/pypy/pypy-5.4.1.ebuild b/virtual/pypy/pypy-5.4.1.ebuild
14 new file mode 100644
15 index 00000000..c750a44
16 --- /dev/null
17 +++ b/virtual/pypy/pypy-5.4.1.ebuild
18 @@ -0,0 +1,23 @@
19 +# Copyright 1999-2016 Gentoo Foundation
20 +# Distributed under the terms of the GNU General Public License v2
21 +# $Id$
22 +
23 +EAPI=5
24 +
25 +inherit versionator
26 +
27 +DESCRIPTION="A virtual for PyPy Python implementation"
28 +HOMEPAGE=""
29 +SRC_URI=""
30 +
31 +LICENSE=""
32 +# pypy -c 'import sysconfig; print sysconfig.get_config_var("SOABI")'
33 +SLOT="0/41"
34 +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
35 +IUSE="bzip2 gdbm ncurses sqlite tk"
36 +
37 +RDEPEND="
38 + || (
39 + >=dev-python/pypy-${PV}:${SLOT}[bzip2?,gdbm(-)?,ncurses?,sqlite?,tk?]
40 + >=dev-python/pypy-bin-${PV}:${SLOT}[gdbm(-)?,sqlite?,tk?]
41 + )"