Date: Sun, 23 Jun 2019 19:21:54 +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: r504987 - head/www/py-autobahn Message-ID: <201906231921.x5NJLsnc067694@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun Jun 23 19:21:54 2019 New Revision: 504987 URL: https://svnweb.freebsd.org/changeset/ports/504987 Log: Use PY_FUTURES With hat: python Modified: head/www/py-autobahn/Makefile Modified: head/www/py-autobahn/Makefile ============================================================================== --- head/www/py-autobahn/Makefile Sun Jun 23 19:21:49 2019 (r504986) +++ head/www/py-autobahn/Makefile Sun Jun 23 19:21:54 2019 (r504987) @@ -70,7 +70,7 @@ COMPLETE_OPTIONS_LIST:= ${COMPLETE_OPTIONS_LIST:NASYN PORT_OPTIONS:= ${PORT_OPTIONS:NASYNCIO} .elif ${PORT_OPTIONS:MASYNCIO} RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}trollius>=2.0:devel/py-trollius@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}futures>=3.0.4:devel/py-futures@${PY_FLAVOR} + ${PY_FUTURES} .endif do-test:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906231921.x5NJLsnc067694>