git: 729209936686 - main - math/py-gym: Remove outdated PYTHON_REL check after lang/python39 removal (05de8effa6b4a6fd9758a51d0c1acea91a36d3c6)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 02 Dec 2025 12:20:09 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=7292099366868e8ff0601a6887ba9d6be8eb4962
commit 7292099366868e8ff0601a6887ba9d6be8eb4962
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-12-02 12:08:20 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-12-02 12:08:20 +0000
math/py-gym: Remove outdated PYTHON_REL check after lang/python39 removal (05de8effa6b4a6fd9758a51d0c1acea91a36d3c6)
---
math/py-gym/Makefile | 8 +-------
1 file changed, 1 insertion(+), 7 deletions(-)
diff --git a/math/py-gym/Makefile b/math/py-gym/Makefile
index 535408217618..cb032b88abe5 100644
--- a/math/py-gym/Makefile
+++ b/math/py-gym/Makefile
@@ -24,10 +24,4 @@ USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes
-.include <bsd.port.pre.mk>
-
-.if ${PYTHON_REL} < 31000
-RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}importlib-metadata>=4.8.0:devel/py-importlib-metadata@${PY_FLAVOR}
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>