Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Nov 2025 19:17:47 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 0f5efc4743e6 - main - devel/py-aiortc: Add NO_ARCH
Message-ID:  <202511171917.5AHJHl0m009953@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by sunpoet:

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

commit 0f5efc4743e6eb8728ee7b50f29382e43fde6cce
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-11-17 19:15:25 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-11-17 19:15:25 +0000

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

diff --git a/devel/py-aiortc/Makefile b/devel/py-aiortc/Makefile
index 44fe804021f9..29664ddacc52 100644
--- a/devel/py-aiortc/Makefile
+++ b/devel/py-aiortc/Makefile
@@ -26,6 +26,8 @@ RUN_DEPENDS=	${PYNUMPY} \
 USES=		localbase python
 USE_PYTHON=	autoplist concurrent cryptography pep517
 
+NO_ARCH=	yes
+
 post-patch:
 	@${REINPLACE_CMD} -e 's|^license = "BSD-3-Clause"|license = { text = "BSD-3-Clause" }|' \
 		${WRKSRC}/pyproject.toml


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202511171917.5AHJHl0m009953>