View | Details | Raw Unified | Return to bug 246618 | Differences between
and this patch

Collapse All | Expand All

(-)textproc/py-sphinx/Makefile (+3 lines)
Lines 50-55 Link Here
50
50
51
NO_ARCH=	yes
51
NO_ARCH=	yes
52
52
53
# Upstream archive contains files with UTF-8 names (#246618)
54
EXTRACT_CMD=	${SETENV} LC_ALL=en_US.UTF-8 /usr/bin/bsdtar
55
53
do-test:
56
do-test:
54
	@cd ${WRKSRC} && ${PYTHON_CMD} -m pytest -v -rs -o addopts=
57
	@cd ${WRKSRC} && ${PYTHON_CMD} -m pytest -v -rs -o addopts=
55
58

Return to bug 246618