Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Jan 2021 10:58:03 +0000
From:      Rene Ladan <rene@freebsd.org>
To:        Yuri Victorovich <yuri@freebsd.org>
Cc:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r562338 - in head: . graphics graphics/py-mayavi
Message-ID:  <20210123105803.GA23014@freefall.freebsd.org>
In-Reply-To: <202101222043.10MKh3gh024655@repo.freebsd.org>
References:  <202101222043.10MKh3gh024655@repo.freebsd.org>

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



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