svn commit: r560499 - head/graphics/py-pydotplus

Antoine Brodin antoine at FreeBSD.org
Wed Jan 6 11:27:54 UTC 2021


Author: antoine
Date: Wed Jan  6 11:27:53 2021
New Revision: 560499
URL: https://svnweb.freebsd.org/changeset/ports/560499

Log:
  Remove python 2.7 support

Modified:
  head/graphics/py-pydotplus/Makefile

Modified: head/graphics/py-pydotplus/Makefile
==============================================================================
--- head/graphics/py-pydotplus/Makefile	Wed Jan  6 11:20:36 2021	(r560498)
+++ head/graphics/py-pydotplus/Makefile	Wed Jan  6 11:27:53 2021	(r560499)
@@ -14,7 +14,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pyparsing>0:devel/py-pyparsing@${PY_FLAVOR}
 
-USES=		python
+USES=		python:3.6+
 USE_PYTHON=	distutils autoplist
 
 NO_ARCH=	yes


More information about the svn-ports-head mailing list