Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Jun 2021 09:31:46 GMT
From:      Fukang Chen <loader@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 6edd4051890c - main - comms/py-pyserial: Add USE_PYTHON=concurrent
Message-ID:  <202106290931.15T9Vkfx041300@gitrepo.freebsd.org>

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

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

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



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