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 6CA341382C5 for ; Mon, 15 Mar 2021 10:37:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A201FE0837; Mon, 15 Mar 2021 10:37:29 +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 86210E0837 for ; Mon, 15 Mar 2021 10:37:29 +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 94D7A340E16 for ; Mon, 15 Mar 2021 10:37:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 32BEC4A6 for ; Mon, 15 Mar 2021 10:37:27 +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: <1615804644.5134d65fecbc04cd345cd0f9a0dc1daf2847d537.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.3_p37_p1-r1.ebuild X-VCS-Directories: dev-python/pypy3/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 5134d65fecbc04cd345cd0f9a0dc1daf2847d537 X-VCS-Branch: master Date: Mon, 15 Mar 2021 10:37:27 +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: fe313d16-9e0c-4bfd-ae7c-8deb5cc4ae08 X-Archives-Hash: bd95e46b0b6db20412961bbe681fb061 commit: 5134d65fecbc04cd345cd0f9a0dc1daf2847d537 Author: Michał Górny gentoo org> AuthorDate: Mon Mar 15 10:36:58 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Mar 15 10:37:24 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5134d65f dev-python/pypy3: Add a note about .pyc magic Signed-off-by: Michał Górny gentoo.org> dev-python/pypy3/pypy3-7.3.3_p37_p1-r1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/pypy3/pypy3-7.3.3_p37_p1-r1.ebuild b/dev-python/pypy3/pypy3-7.3.3_p37_p1-r1.ebuild index 3061d9aa33a..5bf04f0ffd9 100644 --- a/dev-python/pypy3/pypy3-7.3.3_p37_p1-r1.ebuild +++ b/dev-python/pypy3/pypy3-7.3.3_p37_p1-r1.ebuild @@ -18,6 +18,7 @@ S="${WORKDIR}/${MY_P}-src" LICENSE="MIT" # pypy3 -c 'import sysconfig; print(sysconfig.get_config_var("SOABI"))' +# also check pypy/interpreter/pycode.py -> pypy_incremental_magic SLOT="0/pypy37-pp73" KEYWORDS="amd64 ~arm64 ~ppc64 x86 ~amd64-linux ~x86-linux" IUSE="bzip2 gdbm +jit libressl ncurses sqlite test tk"