From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7FE9C138334 for ; Wed, 25 Dec 2019 18:38:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B60AFE0A64; Wed, 25 Dec 2019 18:38:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 68FEDE0A80 for ; Wed, 25 Dec 2019 18:38:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7280534DB53 for ; Wed, 25 Dec 2019 18:38:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 913FE74 for ; Wed, 25 Dec 2019 18:38:15 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1577299090.f86fc617ba1ba2c4c3b27733adf4478f9e32db60.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pypy3-bin/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pypy3-bin/pypy3-bin-7.3.0.ebuild X-VCS-Directories: dev-python/pypy3-bin/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: f86fc617ba1ba2c4c3b27733adf4478f9e32db60 X-VCS-Branch: master Date: Wed, 25 Dec 2019 18:38:15 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 8b8090fd-77ee-4354-978d-ae1c9a110bcf X-Archives-Hash: a1fd9e66394d75bcdf6dabe866971671 commit: f86fc617ba1ba2c4c3b27733adf4478f9e32db60 Author: Michał Górny gentoo org> AuthorDate: Wed Dec 25 17:11:55 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Dec 25 18:38:10 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f86fc617 dev-python/pypy3-bin: Add 7.3.0 backwards compat Signed-off-by: Michał Górny gentoo.org> dev-python/pypy3-bin/pypy3-bin-7.3.0.ebuild | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/dev-python/pypy3-bin/pypy3-bin-7.3.0.ebuild b/dev-python/pypy3-bin/pypy3-bin-7.3.0.ebuild new file mode 100644 index 00000000000..9b589591c45 --- /dev/null +++ b/dev-python/pypy3-bin/pypy3-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 PyPy3" +HOMEPAGE="https://pypy.org/" +SRC_URI="" + +LICENSE="metapackage" +SLOT="0/pypy36-pp73" +KEYWORDS="~amd64 ~x86" +IUSE="gdbm libressl sqlite tk" + +RDEPEND=" + dev-python/pypy3-exe-bin:${PV} + ~dev-python/pypy3-${PV}[gdbm?,libressl?,sqlite?,tk?]"