git: ecc66e7b63eb - main - databases/py-peewee_migrate: Remove outdated PYTHON_REL check after lang/python37 removal
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 26 Aug 2023 21:52:58 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=ecc66e7b63ebe4326d7aa14189e0a7fe0d3bf831 commit ecc66e7b63ebe4326d7aa14189e0a7fe0d3bf831 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-08-26 21:41:44 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-08-26 21:41:44 +0000 databases/py-peewee_migrate: Remove outdated PYTHON_REL check after lang/python37 removal Approved by: portmgr (blanket) With hat: python --- databases/py-peewee_migrate/Makefile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/databases/py-peewee_migrate/Makefile b/databases/py-peewee_migrate/Makefile index a58912d7848e..a4c7baef0b50 100644 --- a/databases/py-peewee_migrate/Makefile +++ b/databases/py-peewee_migrate/Makefile @@ -27,10 +27,4 @@ TEST_ENV= PYTHONPATH=${WRKSRC}/src NO_ARCH= yes -.include <bsd.port.pre.mk> - -.if ${PYTHON_REL} < 30800 -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}cached-property>=0:devel/py-cached-property@${PY_FLAVOR} -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk>