git: 0887a8ff397a - 2025Q4 - devel/py-logbook: Remove NO_ARCH=yes

From: Philip Paeps <philip_at_FreeBSD.org>
Date: Tue, 28 Oct 2025 08:21:03 UTC
The branch 2025Q4 has been updated by philip:

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

commit 0887a8ff397af3f5a3195bd54373c9aea435aa9c
Author:     Li-Wen Hsu <lwhsu@FreeBSD.org>
AuthorDate: 2025-10-27 19:01:28 +0000
Commit:     Philip Paeps <philip@FreeBSD.org>
CommitDate: 2025-10-28 08:19:08 +0000

    devel/py-logbook: Remove NO_ARCH=yes
    
    logbook now includes speedups which generates
    site-packages/logbook/_speedups.cpython-311.so
    
    (cherry picked from commit 0470b36d0bc49417857ea8056c7f0449e0777b0f)
---
 devel/py-logbook/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/devel/py-logbook/Makefile b/devel/py-logbook/Makefile
index 3cbed3216e50..bd824b611a36 100644
--- a/devel/py-logbook/Makefile
+++ b/devel/py-logbook/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	logbook
 PORTVERSION=	1.8.2
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -14,6 +15,4 @@ LICENSE=	BSD3CLAUSE
 USES=		python:3.9+
 USE_PYTHON=	distutils autoplist cython
 
-NO_ARCH=	yes
-
 .include <bsd.port.mk>