Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Jun 2019 19:22:04 +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: r504989 - head/www/py-tornado
Message-ID:  <201906231922.x5NJM4em067937@repo.freebsd.org>

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



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