Ignore on the package builders

Reported by:	pkg-fallout
This commit is contained in:
Antoine Brodin 2015-06-06 06:24:45 +00:00
parent 56ef934c13
commit acab92e395
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=388656

View file

@ -30,6 +30,9 @@ USE_PYTHON= autoplist distutils
.if ${PYTHON_REL} < 3400
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}asyncio>0:${PORTSDIR}/devel/py-asyncio
.endif
.if defined(PACKAGE_BUILDING) && ${PYTHON_VER} != ${PYTHON_DEFAULT}
IGNORE= you have python ${PYTHON_DEFAULT} set as the default, and this needs ${PYTHON_VER}
.endif
regression-test: build
@cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test