git: 22454d2ce0c8 - main - devel/py-pytest-plus: Add NO_ARCH

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

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

commit 22454d2ce0c82522c93cc9681885a8a72b83ae1b
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-plus: Add NO_ARCH
    
    Approved by:    portmgr (blanket)
---
 devel/py-pytest-plus/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/devel/py-pytest-plus/Makefile b/devel/py-pytest-plus/Makefile
index 441d0c1762c6..9fd3af42af38 100644
--- a/devel/py-pytest-plus/Makefile
+++ b/devel/py-pytest-plus/Makefile
@@ -19,4 +19,6 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>=6.0.1:devel/py-pytest@${PY_FLAVOR}
 USES=		python:3.9+
 USE_PYTHON=	autoplist pep517 pytest
 
+NO_ARCH=	yes
+
 .include <bsd.port.mk>