git: 995bdac5ba68 - 2021Q2 - comms/py-pyserial: Add USE_PYTHON=concurrent
Fukang Chen
loader at FreeBSD.org
Tue Jun 29 11:14:11 UTC 2021
The branch 2021Q2 has been updated by loader:
URL: https://cgit.FreeBSD.org/ports/commit/?id=995bdac5ba682c4e7381abcb516a7113369e3cdf
commit 995bdac5ba682c4e7381abcb516a7113369e3cdf
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 11:04:40 +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)
(cherry picked from commit 6edd4051890c2ea511edfc8da19dfc07d5933a3f)
---
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