Date: Fri, 30 Jun 2023 07:18:49 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: 86a79c8ddd2c - main - databases/py-redis: Remove outdated PYTHON_REL check after lang/python37 removal Message-ID: <202306300718.35U7InrL065492@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=86a79c8ddd2cb26d1074ba4eeb2355d2eb33884c commit 86a79c8ddd2cb26d1074ba4eeb2355d2eb33884c Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-06-30 07:03:01 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-06-30 07:03:01 +0000 databases/py-redis: Remove outdated PYTHON_REL check after lang/python37 removal --- databases/py-redis/Makefile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/databases/py-redis/Makefile b/databases/py-redis/Makefile index 15195d3cf04e..55546052368b 100644 --- a/databases/py-redis/Makefile +++ b/databases/py-redis/Makefile @@ -28,11 +28,6 @@ HIREDIS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hiredis>=1.0.0:databases/py-hiredis@ .include <bsd.port.pre.mk> -.if ${PYTHON_REL} < 30800 -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}importlib-metadata>=1.0:devel/py-importlib-metadata@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}typing-extensions>=0:devel/py-typing-extensions@${PY_FLAVOR} -.endif - .if ${PYTHON_REL} <= 31102 RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}async_timeout>=4.0.2:devel/py-async_timeout@${PY_FLAVOR} .endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202306300718.35U7InrL065492>