Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Jan 2021 00:39:35 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r562430 - head/graphics/py-mayavi
Message-ID:  <202101240039.10O0dZHT037517@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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+



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101240039.10O0dZHT037517>