svn commit: r560959 - head/net/py-eventlet
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Jan 10 08:21:58 UTC 2021
Author: sunpoet
Date: Sun Jan 10 08:21:52 2021
New Revision: 560959
URL: https://svnweb.freebsd.org/changeset/ports/560959
Log:
Remove PYTHON_REL check after r559531 (USES=python:3.6+)
Modified:
head/net/py-eventlet/Makefile
Modified: head/net/py-eventlet/Makefile
==============================================================================
--- head/net/py-eventlet/Makefile Sun Jan 10 08:21:48 2021 (r560958)
+++ head/net/py-eventlet/Makefile Sun Jan 10 08:21:52 2021 (r560959)
@@ -23,13 +23,7 @@ USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
-.include <bsd.port.pre.mk>
-
-.if ${PYTHON_REL} < 3500
-RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}monotonic>=1.4:devel/py-monotonic@${PY_FLAVOR}
-.endif
-
do-test:
cd ${WRKSRC} && ${PYTHON_CMD} -m nose -v
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
More information about the svn-ports-all
mailing list