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 2B9AE158089 for ; Mon, 6 Nov 2023 11:09:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 217252BC082; Mon, 6 Nov 2023 11:09:32 +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 0737F2BC082 for ; Mon, 6 Nov 2023 11:09:32 +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 D9980335CD6 for ; Mon, 6 Nov 2023 11:09:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 76B24AAD for ; Mon, 6 Nov 2023 11:09:29 +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: <1699268964.4532bb3bfdc1aec0fbe39c76a27b12a794b0c97a.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/Faker/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/Faker/Faker-19.13.0.ebuild X-VCS-Directories: dev-python/Faker/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 4532bb3bfdc1aec0fbe39c76a27b12a794b0c97a X-VCS-Branch: master Date: Mon, 6 Nov 2023 11:09:29 +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: 13f753bb-2e7b-43bc-8c0b-4276d2b2c6c1 X-Archives-Hash: c13c7c23ced3aeb2ea50e2e2fd3ffe3e commit: 4532bb3bfdc1aec0fbe39c76a27b12a794b0c97a Author: Michał Górny gentoo org> AuthorDate: Mon Nov 6 11:03:25 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Nov 6 11:09:24 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4532bb3b dev-python/Faker: Enable pypy3 Signed-off-by: Michał Górny gentoo.org> dev-python/Faker/Faker-19.13.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/Faker/Faker-19.13.0.ebuild b/dev-python/Faker/Faker-19.13.0.ebuild index 34d2cdd3a7af..73499382da4a 100644 --- a/dev-python/Faker/Faker-19.13.0.ebuild +++ b/dev-python/Faker/Faker-19.13.0.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYPI_NO_NORMALIZE=1 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( pypy3 python3_{10..12} ) inherit distutils-r1 pypi