Date: Wed, 11 Nov 2015 03:45:24 +0000 From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 204435] [NEW PORT] graphics/py-mayavi: Application and library for 3D visualization and plotting in Python Message-ID: <bug-204435-21822-qhan1GIeKX@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-204435-21822@https.bugs.freebsd.org/bugzilla/> References: <bug-204435-21822@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204435 Kubilay Kocak <koobs@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Flags| |maintainer-feedback?(vladim | |ir.chukharev@gmail.com) Keywords| |feature, needs-qa, patch, | |patch-ready CC| |koobs@FreeBSD.org, | |python@FreeBSD.org, | |vladimir.chukharev@gmail.co | |m Summary|[NEW PORT] |[NEW PORT] |graphics/py-mayavi |graphics/py-mayavi: | |Application and library for | |3D visualization and | |plotting in Python --- Comment #2 from Kubilay Kocak <koobs@FreeBSD.org> --- Thanks Vladimir! On initial review: * Using PyPI (CHEESESHOP) for distribution files is preferred unless desirable files are missing from the sdist (LICENSE, test suite, etc) * If a LICENSE file exists in WRKSRC, add LICENSE_FILE=${WRKSRC}/path/to/LICENSE * I'm not confident that the declared dependencies are all BUILD_DEPENDENCIES. See: https://github.com/enthought/mayavi/blob/master/mayavi/__init__.py#L10 * GH_PROJECT defaults to PORTNAME, this entry is not needed * Instead of a pre-configure check for the/a python vtk module, there should be a (slave) port for either vtk with the option enabled (vtkX-python) OR, a port for py-pyvtk (https://pypi.python.org/pypi/PyVTK) if this is the module that is used. A pre-configure check assists port users who can rebuild vtk w/ PYTHON, but not package users. * Group USE{S_*} lines with USES at the top, and USE_* sorted -- You are receiving this mail because: You are on the CC list for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-204435-21822-qhan1GIeKX>