git: 8da29562345b - main - textproc/py-RTFDE: Add NO_ARCH

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Mon, 30 Jan 2023 13:20:44 UTC
The branch main has been updated by sunpoet:

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

commit 8da29562345b2fc76eeabe4aeff51295dc784923
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-01-30 12:47:08 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-01-30 13:02:41 +0000

    textproc/py-RTFDE: Add NO_ARCH
    
    - While I'm here, fix indent
    
    Approved by:    portmgr (blanket)
---
 textproc/py-RTFDE/Makefile | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/textproc/py-RTFDE/Makefile b/textproc/py-RTFDE/Makefile
index 1668ff3b13df..cbc9edc34dbc 100644
--- a/textproc/py-RTFDE/Makefile
+++ b/textproc/py-RTFDE/Makefile
@@ -6,16 +6,18 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	DtxdF@disroot.org
 COMMENT=	Library for extracting HTML content from RTF encapsulated HTML
-WWW=	https://github.com/seamustuohy/RTFDE
+WWW=		https://github.com/seamustuohy/RTFDE
 
 LICENSE=	LGPL3
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}lark>=0.11:devel/py-lark@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}oletools>=0.56:devel/py-oletools@${PY_FLAVOR}
 
-USES=	python:3.6+
+USES=		python:3.6+
 USE_PYTHON=	autoplist distutils
 
+NO_ARCH=	yes
+
 OPTIONS_DEFINE=	LXML
 
 LXML_DESC=	Pythonic binding for the libxml2 and libxslt libraries