svn commit: r559934 - head/math/py-matplotlib2

Rene Ladan rene at FreeBSD.org
Sat Jan 2 13:09:04 UTC 2021


Author: rene
Date: Sat Jan  2 13:09:04 2021
New Revision: 559934
URL: https://svnweb.freebsd.org/changeset/ports/559934

Log:
  math/py-matplotlib2: remove unused py27 flavor

Modified:
  head/math/py-matplotlib2/Makefile

Modified: head/math/py-matplotlib2/Makefile
==============================================================================
--- head/math/py-matplotlib2/Makefile	Sat Jan  2 12:57:27 2021	(r559933)
+++ head/math/py-matplotlib2/Makefile	Sat Jan  2 13:09:04 2021	(r559934)
@@ -26,7 +26,6 @@ RUN_DEPENDS=	${PYNUMPY} \
 		${PYTHON_PKGNAMEPREFIX}pyparsing>=0:devel/py-pyparsing@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}tornado>0:www/py-tornado@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}kiwisolver>=1.0.0:math/py-kiwisolver@${PY_FLAVOR}
-py27_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}backports.functools_lru_cache>0:devel/py-backports.functools_lru_cache@${PY_FLAVOR}
 
 USES=		compiler:c++11-lib gettext gnome pkgconfig python shebangfix uniquefiles:dirs
 USE_PYTHON=	autoplist distutils


More information about the svn-ports-all mailing list