From: Michał Górny Date: Wed, 25 Dec 2019 11:31:03 +0000 (+0100) Subject: dev-python/pypy-bin: Add 7.3.0 backwards compat X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=07f233532edfa1511f5a556d24725a806409b9c5;p=gentoo.git dev-python/pypy-bin: Add 7.3.0 backwards compat Signed-off-by: Michał Górny --- 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 000000000000..e0bf0390f569 --- /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?]"