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 ECE37139694 for ; Thu, 11 May 2017 13:17:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5A9CA21C060; Thu, 11 May 2017 13:17:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3979721C060 for ; Thu, 11 May 2017 13:17:55 +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 4C3D3341656 for ; Thu, 11 May 2017 13:17:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D9CBA7449 for ; Thu, 11 May 2017 13:17:52 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1494508658.43dc3342bbb35325ed115468bd579b9ff493be79.mrueg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/MechanicalSoup/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/MechanicalSoup/MechanicalSoup-0.6.0.ebuild X-VCS-Directories: dev-python/MechanicalSoup/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 43dc3342bbb35325ed115468bd579b9ff493be79 X-VCS-Branch: master Date: Thu, 11 May 2017 13:17:52 +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-Archives-Salt: d592c3ab-4585-4bef-95d8-46e8aabcf88b X-Archives-Hash: 71b514e388210b64f8fe84067f15bae2 commit: 43dc3342bbb35325ed115468bd579b9ff493be79 Author: Manuel Rüger gentoo org> AuthorDate: Thu May 11 13:17:38 2017 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Thu May 11 13:17:38 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43dc3342 dev-python/MechanicalSoup: Add python3_6 Package-Manager: Portage-2.3.5, Repoman-2.3.2 dev-python/MechanicalSoup/MechanicalSoup-0.6.0.ebuild | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/dev-python/MechanicalSoup/MechanicalSoup-0.6.0.ebuild b/dev-python/MechanicalSoup/MechanicalSoup-0.6.0.ebuild index 2bad610f45c..daed886d4c6 100644 --- a/dev-python/MechanicalSoup/MechanicalSoup-0.6.0.ebuild +++ b/dev-python/MechanicalSoup/MechanicalSoup-0.6.0.ebuild @@ -14,21 +14,20 @@ else KEYWORDS="~amd64" fi -DESCRIPTION="a python library for automating interaction with web sites" +DESCRIPTION="A python library for automating interaction with web sites" HOMEPAGE="https://pypi.python.org/pypi/MechanicalSoup" LICENSE="MIT" SLOT="0" IUSE="" -COMMON_DEPEND=" - >=dev-python/beautifulsoup-4.0 - >=dev-python/requests-2.0 - >=dev-python/six-1.4 +RDEPEND=" + >=dev-python/beautifulsoup-4.0[${PYTHON_USEDEP}] + >=dev-python/requests-2.0[${PYTHON_USEDEP}] + >=dev-python/six-1.4[${PYTHON_USEDEP}] " DEPEND=" -${COMMON_DEPEND} -app-arch/unzip - dev-python/setuptools + ${RDEPEND} + app-arch/unzip + dev-python/setuptools[${PYTHON_USEDEP}] " -RDEPEND="${COMMON_DEPEND}"