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 AC10C138359 for ; Fri, 14 Aug 2020 23:22:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8B663E08F5; Fri, 14 Aug 2020 23:22:26 +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 6FE85E08F5 for ; Fri, 14 Aug 2020 23:22:26 +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 84A2834F3AD for ; Fri, 14 Aug 2020 23:22:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 45970336 for ; Fri, 14 Aug 2020 23:22:22 +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: <1597447296.5d33b8815207509db28eb2a7abb32afdc28d39ae.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/soupsieve/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/soupsieve/soupsieve-1.9.5.ebuild dev-python/soupsieve/soupsieve-1.9.6.ebuild X-VCS-Directories: dev-python/soupsieve/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 5d33b8815207509db28eb2a7abb32afdc28d39ae X-VCS-Branch: master Date: Fri, 14 Aug 2020 23:22:22 +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: 95224b6a-7349-4a60-a11e-a1fd41634c45 X-Archives-Hash: 895f72b72a62aca9ecee63d46feabdd2 commit: 5d33b8815207509db28eb2a7abb32afdc28d39ae Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Aug 3 21:27:07 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Aug 14 23:21:36 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d33b881 dev-python/soupsieve: Drop superfluous python_gen_cond_dep w/o python2_7 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-python/soupsieve/soupsieve-1.9.5.ebuild | 5 +---- dev-python/soupsieve/soupsieve-1.9.6.ebuild | 5 +---- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/dev-python/soupsieve/soupsieve-1.9.5.ebuild b/dev-python/soupsieve/soupsieve-1.9.5.ebuild index 0de3cfb3c84..e9b9e28680a 100644 --- a/dev-python/soupsieve/soupsieve-1.9.5.ebuild +++ b/dev-python/soupsieve/soupsieve-1.9.5.ebuild @@ -18,10 +18,7 @@ KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 sparc x86" IUSE="test" RESTRICT+=" !test? ( test )" -RDEPEND=" - $(python_gen_cond_dep 'dev-python/backports-functools-lru-cache[${PYTHON_USEDEP}]' -2) -" -BDEPEND="${RDEPEND} +BDEPEND=" test? ( dev-python/beautifulsoup[${PYTHON_USEDEP}] dev-python/lxml[${PYTHON_USEDEP}] diff --git a/dev-python/soupsieve/soupsieve-1.9.6.ebuild b/dev-python/soupsieve/soupsieve-1.9.6.ebuild index 6deba694fc3..5694826db49 100644 --- a/dev-python/soupsieve/soupsieve-1.9.6.ebuild +++ b/dev-python/soupsieve/soupsieve-1.9.6.ebuild @@ -18,10 +18,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" IUSE="test" RESTRICT+=" !test? ( test )" -RDEPEND=" - $(python_gen_cond_dep 'dev-python/backports-functools-lru-cache[${PYTHON_USEDEP}]' -2) -" -BDEPEND="${RDEPEND} +BDEPEND=" test? ( dev-python/beautifulsoup[${PYTHON_USEDEP}] dev-python/lxml[${PYTHON_USEDEP}]