svn commit: r562338 - in head: . graphics graphics/py-mayavi

Rene Ladan rene at freebsd.org
Sat Jan 23 10:58:04 UTC 2021


On Fri, Jan 22, 2021 at 08:43:03PM +0000, Yuri Victorovich wrote:
> Author: yuri
> Date: Fri Jan 22 20:43:02 2021
> New Revision: 562338
> URL: https://svnweb.freebsd.org/changeset/ports/562338
> 
> Log:
>   Re-add port: graphics/py-mayavi: Application and library for 3D visualization and plotting in Python
> 
> Added:
>   head/graphics/py-mayavi/
>      - copied from r548979, head/graphics/py-mayavi/
> 
> Modified: head/graphics/py-mayavi/Makefile
> ==============================================================================
> --- head/graphics/py-mayavi/Makefile	Sat Sep 19 12:48:45 2020	(r548979)
> +++ head/graphics/py-mayavi/Makefile	Fri Jan 22 20:43:02 2021	(r562338)
> @@ -2,56 +2,52 @@
[...]

> -BUILD_DEPENDS=	vtk6>=6.1.0_8:math/vtk6 \
> +BUILD_DEPENDS=	vtk9>0:math/vtk9 \
> +		${PYNUMPY} \
>  		${PY_SPHINX}
PY_SPHINX is gone.

> -RUN_DEPENDS=	vtk6>=6.1.0_8:math/vtk6 \
> +RUN_DEPENDS=	vtk9>0:math/vtk9 \
>  		${PYNUMPY} \
[...]

> -USES=		python:2.7 shebangfix tar:bzip2
> -USE_PYTHON=	autoplist distutils
> +USES=		python shebangfix
This should be python:3.6+ to prevent the port from using Python 2.7.

René


More information about the svn-ports-all mailing list