git: 2359b8b3a76c - main - devel/py-tooz: Remove CONSUL option
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 28 Feb 2025 15:48:46 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=2359b8b3a76c486e59dfd7c721a509358addba93 commit 2359b8b3a76c486e59dfd7c721a509358addba93 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2025-02-28 15:42:29 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2025-02-28 15:47:40 +0000 devel/py-tooz: Remove CONSUL option sysutils/py-python-consul2 is expired. --- devel/py-tooz/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/devel/py-tooz/Makefile b/devel/py-tooz/Makefile index 41bd80311a11..c7b7652c9101 100644 --- a/devel/py-tooz/Makefile +++ b/devel/py-tooz/Makefile @@ -30,12 +30,10 @@ USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes -OPTIONS_DEFINE= CONSUL POSTGRESQL REDIS -CONSUL_DESC= Consul.io support +OPTIONS_DEFINE= POSTGRESQL REDIS POSTGRESQL_DESC=PostgreSQL database support REDIS_DESC= Redis support -CONSUL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-consul2>=0.0.16:sysutils/py-python-consul2@${PY_FLAVOR} POSTGRESQL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psycopg2>=2.5:databases/py-psycopg2@${PY_FLAVOR} REDIS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}packaging>=20.4.0:devel/py-packaging@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}redis>=4.0.0:databases/py-redis@${PY_FLAVOR}