git: 9b0099366858 - main - graphics/py-glooey: add testing support
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 21 Nov 2022 17:24:25 UTC
The branch main has been updated by amdmi3: URL: https://cgit.FreeBSD.org/ports/commit/?id=9b0099366858426fbf29657fcf79d0f7a519d033 commit 9b0099366858426fbf29657fcf79d0f7a519d033 Author: Dmitry Marakasov <amdmi3@FreeBSD.org> AuthorDate: 2022-11-21 16:03:34 +0000 Commit: Dmitry Marakasov <amdmi3@FreeBSD.org> CommitDate: 2022-11-21 17:23:41 +0000 graphics/py-glooey: add testing support Approved by: portmgr blanket --- graphics/py-glooey/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/graphics/py-glooey/Makefile b/graphics/py-glooey/Makefile index de4a0287478b..042c0f2a8786 100644 --- a/graphics/py-glooey/Makefile +++ b/graphics/py-glooey/Makefile @@ -20,8 +20,8 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyglet1>0:graphics/py-pyglet1@${PY_FLAVOR} ${PYTHON_PKGNAMEPREFIX}debugtools>0:devel/py-debugtools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR} -USES= python:3.5+ -USE_PYTHON= autoplist distutils +USES= display:test python:3.5+ +USE_PYTHON= autoplist distutils pytest NO_ARCH= yes .include <bsd.port.mk>