git: acc279b756ab - main - devel/py-async_timeout: Add NO_ARCH
Po-Chuan Hsieh
sunpoet at FreeBSD.org
Tue May 11 21:54:04 UTC 2021
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=acc279b756ab0288ca8789d727a71d7878f4dda0
commit acc279b756ab0288ca8789d727a71d7878f4dda0
Author: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-05-11 21:20:21 +0000
Commit: Po-Chuan Hsieh <sunpoet at 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>
More information about the dev-commits-ports-all
mailing list