Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 723468 | Differences between
and this patch

Collapse All | Expand All

(-)a/dev-python/recommonmark/recommonmark-0.6.0.ebuild (-11 / +6 lines)
Lines 19-35 KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x8 Link Here
19
RDEPEND="
19
RDEPEND="
20
	>=dev-python/commonmark-0.8.1[${PYTHON_USEDEP}]
20
	>=dev-python/commonmark-0.8.1[${PYTHON_USEDEP}]
21
	>=dev-python/docutils-0.14[${PYTHON_USEDEP}]
21
	>=dev-python/docutils-0.14[${PYTHON_USEDEP}]
22
	<dev-python/sphinx-3[${PYTHON_USEDEP}]
22
	dev-python/sphinx[${PYTHON_USEDEP}]
23
"
23
"
24
24
25
distutils_enable_tests pytest
25
PATCHES=(
26
26
	"${FILESDIR}/${P}-tests-sphinx-html.patch"
27
src_prepare() {
27
	"${FILESDIR}/${P}-tests-sphinx3.patch"
28
	# known broken with new sphinx
28
)
29
	# https://github.com/readthedocs/recommonmark/issues/164
30
	sed -e 's:test_lists:_&:' \
31
		-e '/CustomExtensionTests/s:SphinxIntegrationTests:object:' \
32
		-i tests/test_sphinx.py || die
33
29
34
	distutils-r1_src_prepare
30
distutils_enable_tests pytest
35
}

Return to bug 723468