Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 May 2021 21:54:02 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: acc279b756ab - main - devel/py-async_timeout: Add NO_ARCH
Message-ID:  <202105112154.14BLs2Vd001112@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

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

commit acc279b756ab0288ca8789d727a71d7878f4dda0
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-05-11 21:20:21 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-05-11 21:47:32 +0000

    devel/py-async_timeout: Add NO_ARCH
    
    - While I'm here, update USE=python [1]
    
    Approved by:    portmgr (blanket)
    With hat:       python [1]
---
 devel/py-async_timeout/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/devel/py-async_timeout/Makefile b/devel/py-async_timeout/Makefile
index 351ddd21c18a..8b3a8e90399b 100644
--- a/devel/py-async_timeout/Makefile
+++ b/devel/py-async_timeout/Makefile
@@ -11,7 +11,9 @@ COMMENT=	Timeout context manager for asyncio programs
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		python:3.4+
+USES=		python:3.5+
 USE_PYTHON=	autoplist distutils
 
+NO_ARCH=	yes
+
 .include <bsd.port.mk>



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