svn commit: r504989 - head/www/py-tornado

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jun 23 19:22:11 UTC 2019


Author: sunpoet
Date: Sun Jun 23 19:22:03 2019
New Revision: 504989
URL: https://svnweb.freebsd.org/changeset/ports/504989

Log:
  Use PY_FUTURES
  
  With hat:	python

Modified:
  head/www/py-tornado/Makefile

Modified: head/www/py-tornado/Makefile
==============================================================================
--- head/www/py-tornado/Makefile	Sun Jun 23 19:21:59 2019	(r504988)
+++ head/www/py-tornado/Makefile	Sun Jun 23 19:22:03 2019	(r504989)
@@ -12,16 +12,14 @@ COMMENT=	Python Web Server from FriendFeed
 
 LICENSE=	APACHE20
 
+RUN_DEPENDS=	${PY_FUTURES}
+
 CONFLICTS=	py[0-9]*-tornado[46]-*
 
 USES=		python
 USE_PYTHON=	autoplist distutils
 
 .include <bsd.port.pre.mk>
-
-.if ${PYTHON_REL} < 3200
-RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}futures>0:devel/py-futures@${PY_FLAVOR}
-.endif
 
 .if ${PYTHON_REL} < 3400
 RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}singledispatch>0:devel/py-singledispatch@${PY_FLAVOR}


More information about the svn-ports-all mailing list