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 0A175138351 for ; Tue, 17 Mar 2020 07:23:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6971AE0C30; Tue, 17 Mar 2020 07:23:46 +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 4F09FE0C30 for ; Tue, 17 Mar 2020 07:23:46 +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 4158334F239 for ; Tue, 17 Mar 2020 07:23:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 92BA818C for ; Tue, 17 Mar 2020 07:23:42 +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: <1584429795.5a360b9893ee5f0b6a930684049232d3ceec48f3.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/construct/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/construct/construct-2.8.21.ebuild dev-python/construct/construct-2.9.45.ebuild X-VCS-Directories: dev-python/construct/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 5a360b9893ee5f0b6a930684049232d3ceec48f3 X-VCS-Branch: master Date: Tue, 17 Mar 2020 07:23:42 +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: d9bc4946-cfd9-4c0c-9309-7d1ac68ee966 X-Archives-Hash: 548f6576985398881db681aaef749524 commit: 5a360b9893ee5f0b6a930684049232d3ceec48f3 Author: Michał Górny gentoo org> AuthorDate: Tue Mar 17 07:14:17 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Mar 17 07:23:15 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a360b98 dev-python/construct: Clean py2 deps up Signed-off-by: Michał Górny gentoo.org> dev-python/construct/construct-2.8.21.ebuild | 1 - dev-python/construct/construct-2.9.45.ebuild | 1 - 2 files changed, 2 deletions(-) diff --git a/dev-python/construct/construct-2.8.21.ebuild b/dev-python/construct/construct-2.8.21.ebuild index 9b6945e26a5..df4b44313d4 100644 --- a/dev-python/construct/construct-2.8.21.ebuild +++ b/dev-python/construct/construct-2.8.21.ebuild @@ -19,7 +19,6 @@ RESTRICT="!test? ( test )" DEPEND="test? ( dev-python/numpy[${PYTHON_USEDEP}] dev-python/pytest[${PYTHON_USEDEP}] - $(python_gen_cond_dep 'dev-python/scimath[${PYTHON_USEDEP}]' 'python2_7') )" python_test() { diff --git a/dev-python/construct/construct-2.9.45.ebuild b/dev-python/construct/construct-2.9.45.ebuild index 877483c6d92..9857a0e9b5f 100644 --- a/dev-python/construct/construct-2.9.45.ebuild +++ b/dev-python/construct/construct-2.9.45.ebuild @@ -19,7 +19,6 @@ RESTRICT="test" DEPEND="test? ( dev-python/numpy[${PYTHON_USEDEP}] dev-python/pytest[${PYTHON_USEDEP}] - $(python_gen_cond_dep 'dev-python/scimath[${PYTHON_USEDEP}]' 'python2_7') )" python_test() {