svn commit: r490104 - head/graphics/py-toyplot

Steven Kreuzer skreuzer at FreeBSD.org
Sun Jan 13 02:05:13 UTC 2019


Author: skreuzer
Date: Sun Jan 13 02:05:12 2019
New Revision: 490104
URL: https://svnweb.freebsd.org/changeset/ports/490104

Log:
  Remove dependancy on python 2.7
  
  Reported by:	db@

Modified:
  head/graphics/py-toyplot/Makefile

Modified: head/graphics/py-toyplot/Makefile
==============================================================================
--- head/graphics/py-toyplot/Makefile	Sun Jan 13 02:03:38 2019	(r490103)
+++ head/graphics/py-toyplot/Makefile	Sun Jan 13 02:05:12 2019	(r490104)
@@ -19,7 +19,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}numpy>=1.8:math/py
 		${PYTHON_PKGNAMEPREFIX}reportlab>=3.2.0:print/py-reportlab@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}custom_inherit>=2.2.0:textproc/py-custom_inherit@${PY_FLAVOR}
 
-USES=		python:2.7
+USES=		python
 USE_PYTHON=	autoplist distutils
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list