commit: a74ce1d609b291682458faf5349be01f223b512a Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Thu Nov 1 10:53:17 2018 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> 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 <pacho <AT> 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}] +# ) +
