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: dev-python/pypy3-bin/
Date: Wed, 25 Dec 2019 18:38:20
Message-Id: 1577299090.f86fc617ba1ba2c4c3b27733adf4478f9e32db60.mgorny@gentoo
1 commit: f86fc617ba1ba2c4c3b27733adf4478f9e32db60
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 25 17:11:55 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 25 18:38:10 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f86fc617
7
8 dev-python/pypy3-bin: Add 7.3.0 backwards compat
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/pypy3-bin/pypy3-bin-7.3.0.ebuild | 17 +++++++++++++++++
13 1 file changed, 17 insertions(+)
14
15 diff --git a/dev-python/pypy3-bin/pypy3-bin-7.3.0.ebuild b/dev-python/pypy3-bin/pypy3-bin-7.3.0.ebuild
16 new file mode 100644
17 index 00000000000..9b589591c45
18 --- /dev/null
19 +++ b/dev-python/pypy3-bin/pypy3-bin-7.3.0.ebuild
20 @@ -0,0 +1,17 @@
21 +# Copyright 1999-2019 Gentoo Authors
22 +# Distributed under the terms of the GNU General Public License v2
23 +
24 +EAPI=7
25 +
26 +DESCRIPTION="Backwards compatibility package to install binary ver of PyPy3"
27 +HOMEPAGE="https://pypy.org/"
28 +SRC_URI=""
29 +
30 +LICENSE="metapackage"
31 +SLOT="0/pypy36-pp73"
32 +KEYWORDS="~amd64 ~x86"
33 +IUSE="gdbm libressl sqlite tk"
34 +
35 +RDEPEND="
36 + dev-python/pypy3-exe-bin:${PV}
37 + ~dev-python/pypy3-${PV}[gdbm?,libressl?,sqlite?,tk?]"