svn commit: r562430 - head/graphics/py-mayavi

Yuri Victorovich yuri at FreeBSD.org
Sun Jan 24 00:39:35 UTC 2021


Author: yuri
Date: Sun Jan 24 00:39:34 2021
New Revision: 562430
URL: https://svnweb.freebsd.org/changeset/ports/562430

Log:
  graphics/py-mayavi: Add USES=python:3.6+
  
  rene@ and mat@ are correct: USES=python:3.6+ is needed, because Mayavi can't build with Python-2.7.
  'noflavors' only disallows flavors, and builds a single package corresponding to the default Python version.
  
  Reported by:	rene mat

Modified:
  head/graphics/py-mayavi/Makefile

Modified: head/graphics/py-mayavi/Makefile
==============================================================================
--- head/graphics/py-mayavi/Makefile	Sun Jan 24 00:25:15 2021	(r562429)
+++ head/graphics/py-mayavi/Makefile	Sun Jan 24 00:39:34 2021	(r562430)
@@ -33,7 +33,7 @@ RUN_DEPENDS=	vtk9>0:math/vtk9 \
 		${PYTHON_PKGNAMEPREFIX}traits>=4.6.0:devel/py-traits@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}traitsui>=6.0.0:graphics/py-traitsui@${PY_FLAVOR}
 
-USES=		python shebangfix
+USES=		python:3.6+ shebangfix
 USE_PYTHON=	noflavors distutils concurrent autoplist # noflavors to force python to be of the same version as in vtk9, which always has default python version
 
 USE_WX=		3.0+


More information about the svn-ports-all mailing list