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

Collapse All | Expand All

(-)py-tox/Makefile (+12 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	tox
4
PORTNAME=	tox
5
PORTVERSION=	3.0.0
5
PORTVERSION=	3.0.0
6
PORTREVISION=	1
6
CATEGORIES=	devel python
7
CATEGORIES=	devel python
7
MASTER_SITES=	CHEESESHOP
8
MASTER_SITES=	CHEESESHOP
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 28-34 Link Here
28
USE_PYTHON=	autoplist concurrent distutils
29
USE_PYTHON=	autoplist concurrent distutils
29
30
30
NO_ARCH=	yes
31
NO_ARCH=	yes
32
PORTDOCS=	*
31
33
34
OPTIONS_DEFINE=	DOCS
35
DOCS_BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}sphinx>0:textproc/py-sphinx@${PY_FLAVOR}
36
DOCS_VARS=		PYDISTUTILS_BUILD_TARGET+="build_sphinx -a -E"
37
38
post-install-DOCS-on:
39
	@${MKDIR} ${STAGEDIR}${DOCSDIR}
40
	@(cd ${WRKSRC}/doc/build/html && \
41
		${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} \
42
			"! -name .buildinfo -and ! -name objects.inv")
43
32
do-test:
44
do-test:
33
	@cd ${WRKSRC} && ${LOCALBASE}/bin/pytest-${PYTHON_VER} -v -n ${MAKE_JOBS_NUMBER}
45
	@cd ${WRKSRC} && ${LOCALBASE}/bin/pytest-${PYTHON_VER} -v -n ${MAKE_JOBS_NUMBER}
34
46

Return to bug 227862