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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B7625158089 for ; Mon, 6 Nov 2023 06:22:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BBAC82BC038; Mon, 6 Nov 2023 06:22:41 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9F6652BC038 for ; Mon, 6 Nov 2023 06:22:41 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E015E335D02 for ; Mon, 6 Nov 2023 06:22:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 613F5132F for ; Mon, 6 Nov 2023 06:22:37 +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: <1699251750.6e7b5a7fb62007cbb3169be837aaf30edbf05c0f.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pydantic-core/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pydantic-core/pydantic-core-2.10.1.ebuild dev-python/pydantic-core/pydantic-core-2.11.0.ebuild X-VCS-Directories: dev-python/pydantic-core/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 6e7b5a7fb62007cbb3169be837aaf30edbf05c0f X-VCS-Branch: master Date: Mon, 6 Nov 2023 06:22:37 +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: 2984eda5-777e-4cab-ae0e-f80d9bd1451a X-Archives-Hash: a47e7c8e1a078ae01b9670f5edb7378d commit: 6e7b5a7fb62007cbb3169be837aaf30edbf05c0f Author: Michał Górny gentoo org> AuthorDate: Mon Nov 6 06:19:52 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Nov 6 06:22:30 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e7b5a7f dev-python/pydantic-core: Enable pypy3 Signed-off-by: Michał Górny gentoo.org> dev-python/pydantic-core/pydantic-core-2.10.1.ebuild | 3 +-- dev-python/pydantic-core/pydantic-core-2.11.0.ebuild | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/dev-python/pydantic-core/pydantic-core-2.10.1.ebuild b/dev-python/pydantic-core/pydantic-core-2.10.1.ebuild index 9916aa8576f8..cdf7ef20ff0d 100644 --- a/dev-python/pydantic-core/pydantic-core-2.10.1.ebuild +++ b/dev-python/pydantic-core/pydantic-core-2.10.1.ebuild @@ -5,8 +5,7 @@ EAPI=8 DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=maturin -# pypy3 is waiting for new pyo3 release -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( pypy3 python3_{10..12} ) CRATES=" ahash@0.8.3 diff --git a/dev-python/pydantic-core/pydantic-core-2.11.0.ebuild b/dev-python/pydantic-core/pydantic-core-2.11.0.ebuild index c9b73273e233..316a366b0fe3 100644 --- a/dev-python/pydantic-core/pydantic-core-2.11.0.ebuild +++ b/dev-python/pydantic-core/pydantic-core-2.11.0.ebuild @@ -5,8 +5,7 @@ EAPI=8 DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=maturin -# pypy3 is waiting for new pyo3 release -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( pypy3 python3_{10..12} ) CRATES=" ahash@0.8.3