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 CD4821392E8 for ; Sat, 3 Jul 2021 09:59:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2E99FE0821; Sat, 3 Jul 2021 09:59:14 +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 1310EE0821 for ; Sat, 3 Jul 2021 09:59:14 +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 9D27F342AF5 for ; Sat, 3 Jul 2021 09:59:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6E7967C4 for ; Sat, 3 Jul 2021 09:59:09 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1625182979.7ab1306553a3ac4f8aca87d5003d0013a8e90331.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master 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: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 7ab1306553a3ac4f8aca87d5003d0013a8e90331 X-VCS-Branch: master Date: Sat, 3 Jul 2021 09:59:09 +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: 1f5218b4-6f2c-4e13-9499-c97bc50280e7 X-Archives-Hash: a239685d378af5bc3fa189e97ece5f56 commit: 7ab1306553a3ac4f8aca87d5003d0013a8e90331 Author: Alessandro Barbieri gmail com> AuthorDate: Thu Jul 1 23:42:59 2021 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Thu Jul 1 23:42:59 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7ab13065 dev-python/orjson: try to fix "EPYTHON is unset" Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Alessandro Barbieri gmail.com> dev-python/orjson/orjson-3.5.3.ebuild | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/dev-python/orjson/orjson-3.5.3.ebuild b/dev-python/orjson/orjson-3.5.3.ebuild index b5d937af4..64d9ca1cc 100644 --- a/dev-python/orjson/orjson-3.5.3.ebuild +++ b/dev-python/orjson/orjson-3.5.3.ebuild @@ -81,10 +81,13 @@ BDEPEND=" dev-util/maturin " -QA_FLAGS_IGNORED="$(python_get_sitedir)/${PN}*.so" - distutils_enable_tests pytest +pkg_setup() { + python_setup + export QA_FLAGS_IGNORED="$(python_get_sitedir)/${PN}*.so" +} + src_compile() { maturin build --no-sdist --manylinux off --interpreter ${EPYTHON} $(usex debug "" --release) || die unzip "target/wheels/${P}-*.whl" || die