Date: Sat, 2 Jan 2021 13:35:08 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r559938 - in head: math/py-matplotlib2 www/py-tornado Message-ID: <202101021335.102DZ8V1044242@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sat Jan 2 13:35:08 2021 New Revision: 559938 URL: https://svnweb.freebsd.org/changeset/ports/559938 Log: Finish python 2.7 support removal Modified: head/math/py-matplotlib2/Makefile head/www/py-tornado/Makefile Modified: head/math/py-matplotlib2/Makefile ============================================================================== --- head/math/py-matplotlib2/Makefile Sat Jan 2 13:26:34 2021 (r559937) +++ head/math/py-matplotlib2/Makefile Sat Jan 2 13:35:08 2021 (r559938) @@ -27,7 +27,7 @@ RUN_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}tornado>0:www/py-tornado@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}kiwisolver>=1.0.0:math/py-kiwisolver@${PY_FLAVOR} -USES= compiler:c++11-lib gettext gnome pkgconfig python shebangfix uniquefiles:dirs +USES= compiler:c++11-lib gettext gnome pkgconfig python:3.6+ shebangfix uniquefiles:dirs USE_PYTHON= autoplist distutils CFLAGS+= -I${LOCALBASE}/include Modified: head/www/py-tornado/Makefile ============================================================================== --- head/www/py-tornado/Makefile Sat Jan 2 13:26:34 2021 (r559937) +++ head/www/py-tornado/Makefile Sat Jan 2 13:35:08 2021 (r559938) @@ -14,7 +14,7 @@ LICENSE= APACHE20 RUN_DEPENDS= ${PY_FUTURES} -USES= python +USES= python:3.6+ USE_PYTHON= autoplist concurrent distutils CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}tornado4 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101021335.102DZ8V1044242>