commit:     07f233532edfa1511f5a556d24725a806409b9c5
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 25 11:31:03 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Dec 25 18:38:04 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07f23353

dev-python/pypy-bin: Add 7.3.0 backwards compat

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/pypy-bin/pypy-bin-7.3.0.ebuild | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/dev-python/pypy-bin/pypy-bin-7.3.0.ebuild 
b/dev-python/pypy-bin/pypy-bin-7.3.0.ebuild
new file mode 100644
index 00000000000..e0bf0390f56
--- /dev/null
+++ b/dev-python/pypy-bin/pypy-bin-7.3.0.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Backwards compatibility package to install binary ver of PyPy"
+HOMEPAGE="https://pypy.org/";
+SRC_URI=""
+
+LICENSE="metapackage"
+SLOT="0/73"
+KEYWORDS="~amd64 ~x86"
+IUSE="gdbm libressl sqlite tk"
+
+RDEPEND="
+       dev-python/pypy-exe-bin:${PV}
+       ~dev-python/pypy-${PV}[gdbm?,libressl?,sqlite?,tk?]"

Reply via email to