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 91173158064 for ; Wed, 8 May 2024 18:15:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D36BC2BC01D; Wed, 8 May 2024 18:15:07 +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 B50152BC01D for ; Wed, 8 May 2024 18:15:07 +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 CAB30335D77 for ; Wed, 8 May 2024 18:15:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3CFFE1355 for ; Wed, 8 May 2024 18:15:05 +0000 (UTC) From: "Lucio Sauer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lucio Sauer" Message-ID: <1715192085.3ce5a8a8ff2962b8eecef713eaa9094fed689d1e.watermanpaint@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pyperscan/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/pyperscan/pyperscan-0.3.0.ebuild X-VCS-Directories: dev-python/pyperscan/ X-VCS-Committer: watermanpaint X-VCS-Committer-Name: Lucio Sauer X-VCS-Revision: 3ce5a8a8ff2962b8eecef713eaa9094fed689d1e X-VCS-Branch: dev Date: Wed, 8 May 2024 18:15:05 +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: b92fa2d0-54bb-403a-8ec9-48e4c9538b8e X-Archives-Hash: ea3f52bd1e77fca420674dc355d5647f commit: 3ce5a8a8ff2962b8eecef713eaa9094fed689d1e Author: Lucio Sauer posteo net> AuthorDate: Wed May 8 18:13:38 2024 +0000 Commit: Lucio Sauer posteo net> CommitDate: Wed May 8 18:14:45 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3ce5a8a8 dev-python/pyperscan: add QA_FLAGS_IGNORED for Rust lib Closes: https://bugs.gentoo.org/931585 Signed-off-by: Lucio Sauer posteo.net> dev-python/pyperscan/pyperscan-0.3.0.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dev-python/pyperscan/pyperscan-0.3.0.ebuild b/dev-python/pyperscan/pyperscan-0.3.0.ebuild index f76ebf05fb..48edc32be9 100644 --- a/dev-python/pyperscan/pyperscan-0.3.0.ebuild +++ b/dev-python/pyperscan/pyperscan-0.3.0.ebuild @@ -111,4 +111,8 @@ RDEPEND=" " DEPEND="${RDEPEND}" +QA_FLAGS_IGNORED=" + usr/lib/python.*/site-packages/pyperscan/_pyperscan.abi3.so +" + distutils_enable_tests pytest