Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Mar 2021 18:12:18 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r567179 - head/math/py-flax
Message-ID:  <202103031812.123ICIJf051607@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202103031812.123ICIJf051607>