git: 6edd4051890c - main - comms/py-pyserial: Add USE_PYTHON=concurrent
Fukang Chen
loader at FreeBSD.org
Tue Jun 29 09:31:46 UTC 2021
The branch main has been updated by loader:
URL: https://cgit.FreeBSD.org/ports/commit/?id=6edd4051890c2ea511edfc8da19dfc07d5933a3f
commit 6edd4051890c2ea511edfc8da19dfc07d5933a3f
Author: Fukang Chen <loader at FreeBSD.org>
AuthorDate: 2021-06-28 05:45:01 +0000
Commit: Fukang Chen <loader at FreeBSD.org>
CommitDate: 2021-06-29 09:27:30 +0000
comms/py-pyserial: Add USE_PYTHON=concurrent
- Allow concurrent installation for bin/pyserial-{miniterm,ports}
Reviewed by: koobs, sbz
Approved by: koobs (ports, mentor), sbz (maintainer)
Differential Revision: https://reviews.freebsd.org/D30920
MFH: 2021Q2 (ports compliance)
---
comms/py-pyserial/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/comms/py-pyserial/Makefile b/comms/py-pyserial/Makefile
index b0dfcbe56ce8..7dd89f348134 100644
--- a/comms/py-pyserial/Makefile
+++ b/comms/py-pyserial/Makefile
@@ -2,6 +2,7 @@
PORTNAME= pyserial
PORTVERSION= 3.5
+PORTREVISION= 1
CATEGORIES= comms python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -14,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USES= python:3.6+
-USE_PYTHON= distutils autoplist
+USE_PYTHON= distutils autoplist concurrent
NO_ARCH= yes
More information about the dev-commits-ports-all
mailing list