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 920C2138350 for ; Sun, 3 May 2020 09:33:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0014BE09D4; Sun, 3 May 2020 09:33:30 +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 BF61FE09D4 for ; Sun, 3 May 2020 09:33:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 16D5334EEE9 for ; Sun, 3 May 2020 09:33:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 041A2219 for ; Sun, 3 May 2020 09:33:26 +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: <1588495385.40036849cf873f3a043289217a91da2e7561e55e.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/redbaron/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/redbaron/redbaron-0.9.ebuild X-VCS-Directories: dev-python/redbaron/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 40036849cf873f3a043289217a91da2e7561e55e X-VCS-Branch: master Date: Sun, 3 May 2020 09:33:26 +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: 2d565570-10c9-4180-ac43-b6441f9837cf X-Archives-Hash: 85cf1216b9f2fbb7e169b655fdc298b0 commit: 40036849cf873f3a043289217a91da2e7561e55e Author: Andrew Ammerlaan riseup net> AuthorDate: Sun May 3 08:43:05 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Sun May 3 08:43:05 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=40036849 dev-python/redbaron: use python_prepare_all Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andrew Ammerlaan riseup.net> dev-python/redbaron/redbaron-0.9.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-python/redbaron/redbaron-0.9.ebuild b/dev-python/redbaron/redbaron-0.9.ebuild index 1623ecc..c323226 100644 --- a/dev-python/redbaron/redbaron-0.9.ebuild +++ b/dev-python/redbaron/redbaron-0.9.ebuild @@ -28,12 +28,12 @@ distutils_enable_tests pytest distutils_enable_sphinx docs dev-python/ipython -src_prepare() { - default - +python_prepare_all() { # Remove "__pycache__". Reason: unique basename rm -rfd "${S}"/tests/__pycache__ || die # Skip tests. Reason: calls fixture "red" directly rm "${S}"/tests/test_bounding_box.py || die + + distutils-r1_python_prepare_all } 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 42182138350 for ; Sun, 3 May 2020 08:52:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 76798E0940; Sun, 3 May 2020 08:52:37 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 DAA79E0940 for ; Sun, 3 May 2020 08:52:35 +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 85CBF34F2B4 for ; Sun, 3 May 2020 08:52:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 03A7B1B4 for ; Sun, 3 May 2020 08:52:32 +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: <1588495385.40036849cf873f3a043289217a91da2e7561e55e.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/redbaron/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/redbaron/redbaron-0.9.ebuild X-VCS-Directories: dev-python/redbaron/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 40036849cf873f3a043289217a91da2e7561e55e X-VCS-Branch: dev Date: Sun, 3 May 2020 08:52:32 +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: 4b48e930-c1f5-4d3f-a6c4-56d6e8e0bd72 X-Archives-Hash: 006bd94a620bf34ec0e0a1d66ad6faef Message-ID: <20200503085232.4YW9Geil83VoCoR1Xchy4Q-_luraKroSEBJUbJgqMqI@z> commit: 40036849cf873f3a043289217a91da2e7561e55e Author: Andrew Ammerlaan riseup net> AuthorDate: Sun May 3 08:43:05 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Sun May 3 08:43:05 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=40036849 dev-python/redbaron: use python_prepare_all Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andrew Ammerlaan riseup.net> dev-python/redbaron/redbaron-0.9.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-python/redbaron/redbaron-0.9.ebuild b/dev-python/redbaron/redbaron-0.9.ebuild index 1623ecc..c323226 100644 --- a/dev-python/redbaron/redbaron-0.9.ebuild +++ b/dev-python/redbaron/redbaron-0.9.ebuild @@ -28,12 +28,12 @@ distutils_enable_tests pytest distutils_enable_sphinx docs dev-python/ipython -src_prepare() { - default - +python_prepare_all() { # Remove "__pycache__". Reason: unique basename rm -rfd "${S}"/tests/__pycache__ || die # Skip tests. Reason: calls fixture "red" directly rm "${S}"/tests/test_bounding_box.py || die + + distutils-r1_python_prepare_all }