Date: Sat, 24 Dec 2022 11:06:26 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 8ff4eae96c75 - main - graphics/py-mayavi: Remove USE_PYTHON=noflavors Message-ID: <202212241106.2BOB6Qhb099361@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=8ff4eae96c7584ae037f161290a12d13cb189dc8 commit 8ff4eae96c7584ae037f161290a12d13cb189dc8 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-12-24 10:03:12 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-12-24 11:06:21 +0000 graphics/py-mayavi: Remove USE_PYTHON=noflavors noflavors makes this port an outlier for depending ports. --- graphics/py-mayavi/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/graphics/py-mayavi/Makefile b/graphics/py-mayavi/Makefile index 43c4d2c1829f..8ae57816ca03 100644 --- a/graphics/py-mayavi/Makefile +++ b/graphics/py-mayavi/Makefile @@ -1,6 +1,6 @@ PORTNAME= mayavi DISTVERSION= 4.8.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics science python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -33,7 +33,7 @@ RUN_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}traitsui>=7.0.0:graphics/py-traitsui@${PY_FLAVOR} # list is in mayavi/__init__.py USES= python:3.6+ shebangfix -USE_PYTHON= noflavors distutils autoplist # noflavors to force python to be of the same version as in vtk9, which always has default python version +USE_PYTHON= distutils autoplist USE_WX= 3.2 WX_COMPS= python:run
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202212241106.2BOB6Qhb099361>