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/pypy-bin/
Date: Wed, 25 Dec 2019 18:38:18
Message-Id: 1577299084.07f233532edfa1511f5a556d24725a806409b9c5.mgorny@gentoo
1 commit: 07f233532edfa1511f5a556d24725a806409b9c5
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 25 11:31:03 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 25 18:38:04 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07f23353
7
8 dev-python/pypy-bin: Add 7.3.0 backwards compat
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/pypy-bin/pypy-bin-7.3.0.ebuild | 17 +++++++++++++++++
13 1 file changed, 17 insertions(+)
14
15 diff --git a/dev-python/pypy-bin/pypy-bin-7.3.0.ebuild b/dev-python/pypy-bin/pypy-bin-7.3.0.ebuild
16 new file mode 100644
17 index 00000000000..e0bf0390f56
18 --- /dev/null
19 +++ b/dev-python/pypy-bin/pypy-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 PyPy"
27 +HOMEPAGE="https://pypy.org/"
28 +SRC_URI=""
29 +
30 +LICENSE="metapackage"
31 +SLOT="0/73"
32 +KEYWORDS="~amd64 ~x86"
33 +IUSE="gdbm libressl sqlite tk"
34 +
35 +RDEPEND="
36 + dev-python/pypy-exe-bin:${PV}
37 + ~dev-python/pypy-${PV}[gdbm?,libressl?,sqlite?,tk?]"