svn commit: r567179 - head/math/py-flax

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Mar 3 18:12:22 UTC 2021


Author: sunpoet
Date: Wed Mar  3 18:12:17 2021
New Revision: 567179
URL: https://svnweb.freebsd.org/changeset/ports/567179

Log:
  Remove unnecessary PYTHON_REL check

Modified:
  head/math/py-flax/Makefile

Modified: head/math/py-flax/Makefile
==============================================================================
--- head/math/py-flax/Makefile	Wed Mar  3 18:12:13 2021	(r567178)
+++ head/math/py-flax/Makefile	Wed Mar  3 18:12:17 2021	(r567179)
@@ -22,10 +22,4 @@ USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
 
-.include <bsd.port.pre.mk>
-
-.if ${PYTHON_REL} < 3700
-RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}dataclasses>=0:devel/py-dataclasses@${PY_FLAVOR}
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-head mailing list