git: b80712851cb1 - main - devel/py-oslo.concurrency: Add EVENTLET option
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 22 Nov 2024 06:28:21 UTC
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>