git: 166d08ca8192 - main - devel/py-jupyterlab-server: Add OPENAPI option
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 26 Apr 2022 16:36:21 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=166d08ca8192423ba58ff1f2eb723a032bbb153d commit 166d08ca8192423ba58ff1f2eb723a032bbb153d Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-04-26 16:35:38 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-04-26 16:36:07 +0000 devel/py-jupyterlab-server: Add OPENAPI option --- devel/py-jupyterlab-server/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/devel/py-jupyterlab-server/Makefile b/devel/py-jupyterlab-server/Makefile index 88663f5c3913..df6daa06a7de 100644 --- a/devel/py-jupyterlab-server/Makefile +++ b/devel/py-jupyterlab-server/Makefile @@ -27,6 +27,12 @@ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes +OPTIONS_DEFINE= OPENAPI +OPENAPI_DESC= OpenAPI support + +OPENAPI_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}openapi-core>=0.14.2:devel/py-openapi-core@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}ruamel.yaml>=0:devel/py-ruamel.yaml@${PY_FLAVOR} + .include <bsd.port.pre.mk> .if ${PYTHON_REL} < 31000