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 6828D138334 for ; Wed, 25 Dec 2019 18:38:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A1131E0943; Wed, 25 Dec 2019 18:38:17 +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 59B2CE0943 for ; Wed, 25 Dec 2019 18:38:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 775B634DB4E for ; Wed, 25 Dec 2019 18:38:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 312433E 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: <1577299084.07f233532edfa1511f5a556d24725a806409b9c5.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pypy-bin/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pypy-bin/pypy-bin-7.3.0.ebuild X-VCS-Directories: dev-python/pypy-bin/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 07f233532edfa1511f5a556d24725a806409b9c5 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: 890eb053-2a3f-4ec7-9159-addf964c123b X-Archives-Hash: 5e535479f0664649ded23d1952cc5a99 commit: 07f233532edfa1511f5a556d24725a806409b9c5 Author: Michał Górny gentoo org> AuthorDate: Wed Dec 25 11:31:03 2019 +0000 Commit: Michał Górny gentoo 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 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?]"