git: a6f9bbf1e898 - main - devel/py-pytest-shutil: Add NO_ARCH

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Tue, 02 May 2023 16:29:52 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=a6f9bbf1e898be48bc250defccde2d93259c8fef

commit a6f9bbf1e898be48bc250defccde2d93259c8fef
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-05-02 16:21:30 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-05-02 16:25:55 +0000

    devel/py-pytest-shutil: Add NO_ARCH
    
    Approved by:    portmgr (blanket)
---
 devel/py-pytest-shutil/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/devel/py-pytest-shutil/Makefile b/devel/py-pytest-shutil/Makefile
index fef2ab8450a3..d2d561474983 100644
--- a/devel/py-pytest-shutil/Makefile
+++ b/devel/py-pytest-shutil/Makefile
@@ -21,9 +21,10 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}contextlib2>0:devel/py-contextlib2@${PY_FLAV
 		${PYTHON_PKGNAMEPREFIX}termcolor>=1.1.0:devel/py-termcolor@${PY_FLAVOR}
 
 USES=		python:3.6+
-
 USE_PYTHON=	autoplist concurrent distutils
 
+NO_ARCH=	yes
+
 do-test:
 	@(cd ${TEST_WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} -m pytest -v -rs)