diff --git a/devel/py-aspectlib/Makefile b/devel/py-aspectlib/Makefile index 946daec0378e..9d1d557ff52f 100644 --- a/devel/py-aspectlib/Makefile +++ b/devel/py-aspectlib/Makefile @@ -1,24 +1,24 @@ PORTNAME= aspectlib DISTVERSION= 2.0.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= yuri@FreeBSD.org COMMENT= Aspect-oriented programming, monkey-patch and decorators library WWW= https://github.com/ionelmc/python-aspectlib LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} -USES= python:3.5+ +USES= python USE_PYTHON= pep517 cython autoplist pytest # tests fail to start, see https://github.com/ionelmc/python-aspectlib/issues/27 TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} NO_ARCH= yes .include