From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 8B9F958973 for ; Tue, 26 Jan 2016 16:38:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AFED721C00A; Tue, 26 Jan 2016 16:38:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5DE2421C00A for ; Tue, 26 Jan 2016 16:38:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 561B4340A42 for ; Tue, 26 Jan 2016 16:38:38 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C7E9CC0 for ; Tue, 26 Jan 2016 16:38:35 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1453826314.6a85df91d15b2a094ac027741e9fa5be271d6c36.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/packaging/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/packaging/packaging-16.0.ebuild X-VCS-Directories: dev-python/packaging/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 6a85df91d15b2a094ac027741e9fa5be271d6c36 X-VCS-Branch: master Date: Tue, 26 Jan 2016 16:38:35 +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: f50739aa-41a6-4171-9a65-3d94426f7a1a X-Archives-Hash: 07ce8c29b19bcb04b51d5e0b001e5c5a commit: 6a85df91d15b2a094ac027741e9fa5be271d6c36 Author: Justin Lecher gentoo org> AuthorDate: Tue Jan 26 16:29:41 2016 +0000 Commit: Justin Lecher gentoo org> CommitDate: Tue Jan 26 16:38:34 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a85df91 dev-python/packaging: Break circular dep on pyparsing Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=572792 Package-Manager: portage-2.2.27 Signed-off-by: Justin Lecher gentoo.org> dev-python/packaging/packaging-16.0.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-python/packaging/packaging-16.0.ebuild b/dev-python/packaging/packaging-16.0.ebuild index 5bbc7fa..aa01c02 100644 --- a/dev-python/packaging/packaging-16.0.ebuild +++ b/dev-python/packaging/packaging-16.0.ebuild @@ -17,13 +17,14 @@ LICENSE="|| ( Apache-2.0 BSD-2 )" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="test" -RDEPEND="dev-python/pyparsing[${PYTHON_USEDEP}]" +RDEPEND="" DEPEND="${RDEPEND} test? ( dev-python/pretend[${PYTHON_USEDEP}] dev-python/pytest[${PYTHON_USEDEP}] ) " +PDEPEND="dev-python/pyparsing[${PYTHON_USEDEP}]" python_test() { py.test --capture=no --strict -v || die