diff --git a/sysutils/py-puremagic/Makefile b/sysutils/py-puremagic/Makefile index 2a15547813db..242e8f081a88 100644 --- a/sysutils/py-puremagic/Makefile +++ b/sysutils/py-puremagic/Makefile @@ -1,22 +1,24 @@ PORTNAME= puremagic DISTVERSION= 1.14 CATEGORIES= sysutils python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= james@french.id.au COMMENT= Pure python implementation of magic file detection WWW= https://pypi.org/project/puremagic/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} USES= python:3.7+ USE_PYTHON= autoplist concurrent distutils +NO_ARCH= yes + do-test: cd ${WRKSRC} && ${PYTHON_CMD} -m pytest -v -rs -o addopts= test/ .include