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 E022D158087 for ; Sat, 30 Oct 2021 19:43:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F1E21E0802; Sat, 30 Oct 2021 19:43:49 +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 D5058E0802 for ; Sat, 30 Oct 2021 19:43:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 9BEBD3409EC for ; Sat, 30 Oct 2021 19:43:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 37CD3163 for ; Sat, 30 Oct 2021 19:43:47 +0000 (UTC) From: "Alessandro Barbieri" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alessandro Barbieri" Message-ID: <1635622797.ec600665a534b98b182bf503082adb19d71f3c0d.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pifpaf/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/pifpaf/pifpaf-3.1.5.ebuild X-VCS-Directories: dev-python/pifpaf/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: ec600665a534b98b182bf503082adb19d71f3c0d X-VCS-Branch: dev Date: Sat, 30 Oct 2021 19:43:47 +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: d07cd514-60b4-4a08-a70e-67f27d03c7e7 X-Archives-Hash: 21bfbfb04cdcb45cd266b7cbc57b9a5a commit: ec600665a534b98b182bf503082adb19d71f3c0d Author: Alessandro Barbieri gmail com> AuthorDate: Sat Oct 30 19:39:57 2021 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Sat Oct 30 19:39:57 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ec600665 dev-python/pifpaf: disable pypy3 Signed-off-by: Alessandro Barbieri gmail.com> dev-python/pifpaf/pifpaf-3.1.5.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/pifpaf/pifpaf-3.1.5.ebuild b/dev-python/pifpaf/pifpaf-3.1.5.ebuild index 21ff9575a..992dd7e5d 100644 --- a/dev-python/pifpaf/pifpaf-3.1.5.ebuild +++ b/dev-python/pifpaf/pifpaf-3.1.5.ebuild @@ -4,7 +4,7 @@ EAPI=8 EPYTEST_DESELECT=( pifpaf/tests/test_cli.py::TestCli::test_non_existing_command ) -PYTHON_COMPAT=( python3_{8..10} pypy3 ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 @@ -26,7 +26,7 @@ RDEPEND=" dev-python/jinja[${PYTHON_USEDEP}] dev-python/fixtures[${PYTHON_USEDEP}] dev-python/psutil[${PYTHON_USEDEP}] - dev-python/pyxattr[${PYTHON_USEDEP}] + dev-python/xattr[${PYTHON_USEDEP}] " DEPEND=" ${RDEPEND}