dev-python/pypy-bin: Add 7.3.0 backwards compat
authorMichał Górny <mgorny@gentoo.org>
Wed, 25 Dec 2019 11:31:03 +0000 (12:31 +0100)
committerMichał Górny <mgorny@gentoo.org>
Wed, 25 Dec 2019 18:38:04 +0000 (19:38 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/pypy-bin/pypy-bin-7.3.0.ebuild [new file with mode: 0644]

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 (file)
index 0000000..e0bf039
--- /dev/null
@@ -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?]"