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 A780815838C for ; Wed, 31 Jan 2024 08:04:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E255CE2AF1; Wed, 31 Jan 2024 08:04:09 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 C66B8E2AF1 for ; Wed, 31 Jan 2024 08:04:09 +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 E053634311B for ; Wed, 31 Jan 2024 08:04:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 088A2105D for ; Wed, 31 Jan 2024 08:04:07 +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: <1706688243.abc85d1a6717ac90ca4c169f82bd67e5e89d7412.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/aiofiles/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/aiofiles/aiofiles-23.2.1.ebuild X-VCS-Directories: dev-python/aiofiles/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: abc85d1a6717ac90ca4c169f82bd67e5e89d7412 X-VCS-Branch: master Date: Wed, 31 Jan 2024 08:04:07 +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: 07c75e1b-1aba-4d01-9a97-b0eb8fa1c6b0 X-Archives-Hash: c060928f2469e393defdee7f163c7385 commit: abc85d1a6717ac90ca4c169f82bd67e5e89d7412 Author: Michał Górny gentoo org> AuthorDate: Wed Jan 31 07:47:56 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Jan 31 08:04:03 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abc85d1a dev-python/aiofiles: Enable pypy3 Signed-off-by: Michał Górny gentoo.org> dev-python/aiofiles/aiofiles-23.2.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/aiofiles/aiofiles-23.2.1.ebuild b/dev-python/aiofiles/aiofiles-23.2.1.ebuild index fdd7bf06ce91..4c561a870757 100644 --- a/dev-python/aiofiles/aiofiles-23.2.1.ebuild +++ b/dev-python/aiofiles/aiofiles-23.2.1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=hatchling -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( pypy3 python3_{10..12} ) inherit distutils-r1 pypi