Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Nov 2024 06:28:21 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: b80712851cb1 - main - devel/py-oslo.concurrency: Add EVENTLET option
Message-ID:  <202411220628.4AM6SLNs005628@gitrepo.freebsd.org>

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

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

commit b80712851cb1612b2c90cb825678f555489ce3d1
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-11-22 06:22:29 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-11-22 06:22:29 +0000

    devel/py-oslo.concurrency: Add EVENTLET option
---
 devel/py-oslo.concurrency/Makefile | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/devel/py-oslo.concurrency/Makefile b/devel/py-oslo.concurrency/Makefile
index 65fe8fec1da0..fc7d32588147 100644
--- a/devel/py-oslo.concurrency/Makefile
+++ b/devel/py-oslo.concurrency/Makefile
@@ -25,4 +25,9 @@ USE_PYTHON=	autoplist concurrent pep517
 
 NO_ARCH=	yes
 
+OPTIONS_DEFINE=	EVENTLET
+EVENTLET_DESC=	Concurrent support via eventlet
+
+EVENTLET_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}eventlet>=0.27.0:net/py-eventlet@${PY_FLAVOR}
+
 .include <bsd.port.mk>



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