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 AD31E138334 for ; Thu, 1 Nov 2018 10:54:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9E17EE0976; Thu, 1 Nov 2018 10:54:48 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 71544E0976 for ; Thu, 1 Nov 2018 10:54:48 +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 95EB6335C9F for ; Thu, 1 Nov 2018 10:54:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6CD5344A for ; Thu, 1 Nov 2018 10:54:44 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1541069597.a74ce1d609b291682458faf5349be01f223b512a.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyjade/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyjade/pyjade-4.0.0.ebuild X-VCS-Directories: dev-python/pyjade/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: a74ce1d609b291682458faf5349be01f223b512a X-VCS-Branch: master Date: Thu, 1 Nov 2018 10:54:44 +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: 464853b1-2e9e-4f69-955f-8b1da19c8e1e X-Archives-Hash: 98ee6dd44831c68b20d679bbd17544d7 commit: a74ce1d609b291682458faf5349be01f223b512a Author: Pacho Ramos gentoo org> AuthorDate: Thu Nov 1 10:53:17 2018 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Thu Nov 1 10:53:17 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a74ce1d6 dev-python/pyjade: test need broken pyramid Bug: https://bugs.gentoo.org/509518 Signed-off-by: Pacho Ramos gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 dev-python/pyjade/pyjade-4.0.0.ebuild | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/dev-python/pyjade/pyjade-4.0.0.ebuild b/dev-python/pyjade/pyjade-4.0.0.ebuild index 1d6380b9b40..80917285ccf 100644 --- a/dev-python/pyjade/pyjade-4.0.0.ebuild +++ b/dev-python/pyjade/pyjade-4.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,17 +13,18 @@ SRC_URI="https://pypi.python.org/packages/4a/04/396ec24e806fd3af7ea5d0f3cb6c7bbd LICENSE="MIT" SLOT="0" KEYWORDS="~amd64" -IUSE="test" + +RESTRICT="test" # Need broken pyramid, bug #509518 +IUSE="" #test RDEPEND="dev-python/six[${PYTHON_USEDEP}]" -DEPEND=" - ${RDEPEND} - test? ( - dev-python/nose[${PYTHON_USEDEP}] - dev-python/django[${PYTHON_USEDEP}] - dev-python/jinja[${PYTHON_USEDEP}] - www-servers/tornado[${PYTHON_USEDEP}] - dev-python/pyramid[${PYTHON_USEDEP}] - dev-python/mako[${PYTHON_USEDEP}] - ) -" +DEPEND="${RDEPEND}" +# test? ( +# dev-python/nose[${PYTHON_USEDEP}] +# dev-python/django[${PYTHON_USEDEP}] +# dev-python/jinja[${PYTHON_USEDEP}] +# www-servers/tornado[${PYTHON_USEDEP}] +# dev-python/pyramid[${PYTHON_USEDEP}] +# dev-python/mako[${PYTHON_USEDEP}] +# ) +