Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 481470
Collapse All | Expand All

(-)mwlib-0.15.10.ebuild (-6 / +4 lines)
Lines 1-6 Link Here
1
# Copyright 1999-2013 Gentoo Foundation
1
# Copyright 1999-2013 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/dev-python/mwlib/mwlib-0.15.10.ebuild,v 1.1 2013/07/26 14:25:40 idella4 Exp $
3
# $Header: $
4
4
5
EAPI=5
5
EAPI=5
6
6
Lines 21-27 Link Here
21
	>=dev-python/odfpy-0.9[${PYTHON_USEDEP}]
21
	>=dev-python/odfpy-0.9[${PYTHON_USEDEP}]
22
	<dev-python/odfpy-0.10[${PYTHON_USEDEP}]
22
	<dev-python/odfpy-0.10[${PYTHON_USEDEP}]
23
	>=dev-python/pyPdf-1.12[${PYTHON_USEDEP}]
23
	>=dev-python/pyPdf-1.12[${PYTHON_USEDEP}]
24
	>=dev-python/pyparsing-1.5.5
24
	>=dev-python/pyparsing-1.4.11
25
	<dev-python/pyparsing-1.6[${PYTHON_USEDEP}]
25
	<dev-python/pyparsing-1.6[${PYTHON_USEDEP}]
26
	>=dev-python/timelib-0.2[${PYTHON_USEDEP}]
26
	>=dev-python/timelib-0.2[${PYTHON_USEDEP}]
27
	virtual/latex-base
27
	virtual/latex-base
Lines 65-73 Link Here
65
	rm -f tests/test_{nuwiki,redirect,zipwiki}.py || die
65
	rm -f tests/test_{nuwiki,redirect,zipwiki}.py || die
66
	# Disable render test that fails for no apparent reason
66
	# Disable render test that fails for no apparent reason
67
	rm -f tests/test_render.py || die
67
	rm -f tests/test_render.py || die
68
	# Disable nserve test that fails for an apparent reason
69
	# Bug 474874
70
	# rm -f tests/test_nserve.py || die
71
68
72
	distutils-r1_python_prepare_all
69
	distutils-r1_python_prepare_all
73
}
70
}
Lines 86-92 Link Here
86
}
83
}
87
84
88
python_test() {
85
python_test() {
89
	py.test || die
86
	# Bug 474874; this is an unresolved gentoo invoked problem
87
	py.test --ignore=tests/test_nserve.py || die
90
}
88
}
91
89
92
python_install_all() {
90
python_install_all() {

Return to bug 481470