Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Jun 2021 11:14:10 GMT
From:      Fukang Chen <loader@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: 995bdac5ba68 - 2021Q2 - comms/py-pyserial: Add USE_PYTHON=concurrent
Message-ID:  <202106291114.15TBEAuB074425@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2021Q2 has been updated by loader:

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

commit 995bdac5ba682c4e7381abcb516a7113369e3cdf
Author:     Fukang Chen <loader@FreeBSD.org>
AuthorDate: 2021-06-28 05:45:01 +0000
Commit:     Fukang Chen <loader@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
 



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