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 1E3F7138334 for ; Sun, 1 Dec 2019 20:19:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 529E4E0856; Sun, 1 Dec 2019 20:19:27 +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 16841E0856 for ; Sun, 1 Dec 2019 20:19:27 +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 0416F34D66D for ; Sun, 1 Dec 2019 20:19:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 104358C5 for ; Sun, 1 Dec 2019 20:19:24 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1575231414.2388c77bc51bf870fb71da74d9446d3fadd43034.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyproj/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyproj/pyproj-2.4.1.ebuild X-VCS-Directories: dev-python/pyproj/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 2388c77bc51bf870fb71da74d9446d3fadd43034 X-VCS-Branch: master Date: Sun, 1 Dec 2019 20:19:24 +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: 2552ee93-d47b-4da9-b7c6-7c3b1b14ddd3 X-Archives-Hash: 70d0d8d711984d0b98b030add2bb52a8 commit: 2388c77bc51bf870fb71da74d9446d3fadd43034 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Dec 1 19:43:59 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Dec 1 20:16:54 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2388c77b dev-python/pyproj: Drop unnecessary python_gen_cond_dep Package-Manager: Portage-2.3.80, Repoman-2.3.18 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-python/pyproj/pyproj-2.4.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pyproj/pyproj-2.4.1.ebuild b/dev-python/pyproj/pyproj-2.4.1.ebuild index 0b652fa0701..e634e69603c 100644 --- a/dev-python/pyproj/pyproj-2.4.1.ebuild +++ b/dev-python/pyproj/pyproj-2.4.1.ebuild @@ -25,7 +25,7 @@ BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}] test? ( dev-python/mock[${PYTHON_USEDEP}] dev-python/numpy[${PYTHON_USEDEP}] - $(python_gen_cond_dep 'sci-libs/Shapely[${PYTHON_USEDEP}]' python3_6) + sci-libs/Shapely[${PYTHON_USEDEP}] )" distutils_enable_tests pytest