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 86A2A15802F for ; Wed, 8 Mar 2023 05:09:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CCCF6E07D8; Wed, 8 Mar 2023 05:09:53 +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 A9C1DE07A9 for ; Wed, 8 Mar 2023 05:09:53 +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 A61903412D1 for ; Wed, 8 Mar 2023 05:09:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 27C8A888 for ; Wed, 8 Mar 2023 05:09:51 +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: <1678252184.65589f45e5d650c174c43978c688cd7d52578fd7.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/translate-toolkit/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/translate-toolkit/translate-toolkit-3.8.6.ebuild X-VCS-Directories: dev-python/translate-toolkit/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 65589f45e5d650c174c43978c688cd7d52578fd7 X-VCS-Branch: master Date: Wed, 8 Mar 2023 05:09:51 +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: 3ad631ea-e8fb-4e9b-ac83-d9f2c6f6d3c8 X-Archives-Hash: 7daff231aaf2a85a92b12291b59d1ca4 commit: 65589f45e5d650c174c43978c688cd7d52578fd7 Author: Michał Górny gentoo org> AuthorDate: Wed Mar 8 04:49:52 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Mar 8 05:09:44 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65589f45 dev-python/translate-toolkit: Restore dift Restore distutils_install_for_testing, that I've removed while testing PEP517 build and forgot to put back. Signed-off-by: Michał Górny gentoo.org> dev-python/translate-toolkit/translate-toolkit-3.8.6.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-python/translate-toolkit/translate-toolkit-3.8.6.ebuild b/dev-python/translate-toolkit/translate-toolkit-3.8.6.ebuild index 9cd69adf39d2..184a3803dc7c 100644 --- a/dev-python/translate-toolkit/translate-toolkit-3.8.6.ebuild +++ b/dev-python/translate-toolkit/translate-toolkit-3.8.6.ebuild @@ -73,6 +73,8 @@ python_test() { ) fi + # translate/storage/test_mo.py needs 'pocompile' + distutils_install_for_testing epytest }