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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1E30B15807B for ; Mon, 21 Oct 2024 15:12:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 96ADEE098E; Mon, 21 Oct 2024 15:12:18 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7B9B3E0990 for ; Mon, 21 Oct 2024 15:12:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 82142343086 for ; Mon, 21 Oct 2024 15:12:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E09B51F42 for ; Mon, 21 Oct 2024 15:12: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: <1729523531.ab321a4c6295a5669dc3c53b53e4b8ddde4edf3d.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pypy3/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pypy3/pypy3-7.3.17-r100.ebuild X-VCS-Directories: dev-python/pypy3/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: ab321a4c6295a5669dc3c53b53e4b8ddde4edf3d X-VCS-Branch: master Date: Mon, 21 Oct 2024 15:12: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: c71ea43b-d138-4e80-a8ee-b30c9212a0fa X-Archives-Hash: b56736aa83adef3f419f6a074d77b8d2 commit: ab321a4c6295a5669dc3c53b53e4b8ddde4edf3d Author: Michał Górny gentoo org> AuthorDate: Sat Oct 19 11:09:40 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Oct 21 15:12:11 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab321a4c dev-python/pypy3: Add a metapackage to pull dev-lang/pypy:3.10 Signed-off-by: Michał Górny gentoo.org> dev-python/pypy3/pypy3-7.3.17-r100.ebuild | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/dev-python/pypy3/pypy3-7.3.17-r100.ebuild b/dev-python/pypy3/pypy3-7.3.17-r100.ebuild new file mode 100644 index 000000000000..44ed9fc4c217 --- /dev/null +++ b/dev-python/pypy3/pypy3-7.3.17-r100.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="A backwards compatibility package for dev-lang/pypy:3.10" +HOMEPAGE=" + https://pypy.org/ + https://foss.heptapod.net/pypy/pypy/ +" + +LICENSE="metapackage" +SLOT="0/pypy310-pp73-384" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux" +IUSE="+gdbm ncurses sqlite +test-install tk" + +RDEPEND=" + =dev-lang/pypy-3.10.${PV}*:3.10/${SLOT#*/}[gdbm?,ncurses?,sqlite?,symlink,test-install?,tk?] +"