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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D999A13933E for ; Thu, 1 Jul 2021 11:24:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0BAFCE0828; Thu, 1 Jul 2021 11:24:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DF2F2E0824 for ; Thu, 1 Jul 2021 11:24:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3124934092D for ; Thu, 1 Jul 2021 11:24:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8D907581 for ; Thu, 1 Jul 2021 11:24:37 +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: <1625138675.19e33914308b97710d88c4e0d74b7a755991913f.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/orjson/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/orjson/orjson-3.5.3.ebuild X-VCS-Directories: dev-python/orjson/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: 19e33914308b97710d88c4e0d74b7a755991913f X-VCS-Branch: dev Date: Thu, 1 Jul 2021 11:24: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: c658f485-4b43-4edb-a777-faf96ae52e70 X-Archives-Hash: 38aef334a59975069979f0a86846ce8a commit: 19e33914308b97710d88c4e0d74b7a755991913f Author: Alessandro Barbieri gmail com> AuthorDate: Thu Jul 1 10:49:10 2021 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Thu Jul 1 11:24:35 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=19e33914 dev-python/orjson: don't strip, flag QA ignored Closes: https://bugs.gentoo.org/799650 Closes: https://bugs.gentoo.org/799653 Signed-off-by: Alessandro Barbieri gmail.com> dev-python/orjson/orjson-3.5.3.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/dev-python/orjson/orjson-3.5.3.ebuild b/dev-python/orjson/orjson-3.5.3.ebuild index e3ca11cee..b5d937af4 100644 --- a/dev-python/orjson/orjson-3.5.3.ebuild +++ b/dev-python/orjson/orjson-3.5.3.ebuild @@ -73,19 +73,20 @@ DEPEND=" $(python_gen_cond_dep 'dev-python/numpy[${PYTHON_USEDEP}]' python3_{8,9}) $(python_gen_cond_dep '>=dev-python/xxhash-1.4.3[${PYTHON_USEDEP}]' python3_8) - )" + ) +" BDEPEND=" app-arch/unzip dev-lang/rust[nightly] dev-util/maturin " -QA_FLAGS_IGNORED="*" +QA_FLAGS_IGNORED="$(python_get_sitedir)/${PN}*.so" distutils_enable_tests pytest src_compile() { - maturin build --no-sdist --strip --manylinux off --interpreter "${EPYTHON}" $(usex debug "" --release) || die + maturin build --no-sdist --manylinux off --interpreter ${EPYTHON} $(usex debug "" --release) || die unzip "target/wheels/${P}-*.whl" || die }