| Port details |
- py-vispy High-performance interactive 2D/3D data visualization library
- 0.16.2 graphics
=0 0.15.2_1Version of this port present on the latest quarterly branch. - Maintainer: yuri@FreeBSD.org
 - Port Added: 2024-09-07 06:27:13
- Last Update: 2026-08-04 20:10:26
- Commit Hash: 6a0f9b4
- Also Listed In: python science
- License: BSD3CLAUSE
- WWW:
- https://vispy.org/
- https://github.com/vispy/vispy
- Description:
- VisPy is a high-performance interactive 2D/3D data visualization library
leveraging the computational power of modern Graphics Processing Units
(GPUs) through the OpenGL library to display very large datasets.
 ¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}vispy>0:graphics/py-vispy@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/graphics/py-vispy/ && make install clean
- To add the package, run one of these commands:
- pkg install graphics/py-vispy
- pkg install py312-vispy
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py312-vispy listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py312-vispy
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1785732222
SHA256 (vispy-0.16.2.tar.gz) = 09451abe8781336fd6842207cd95ce5e8609d99f13bcde898412538125c35088
SIZE (vispy-0.16.2.tar.gz) = 2522193
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py312-cython>=3.0.0 : lang/cython@py312
- py312-numpy>=2.0.0 : math/py-numpy@py312
- py312-setuptools>0 : devel/py-setuptools@py312
- py312-setuptools-scm>=8.1 : devel/py-setuptools-scm@py312
- py312-wheel>0 : devel/py-wheel@py312
- py312-cython>=3.2.4 : lang/cython@py312
- python3.12 : lang/python312
- py312-build>=0 : devel/py-build@py312
- py312-installer>=0 : devel/py-installer@py312
- Test dependencies:
-
- python3.12 : lang/python312
- Runtime dependencies:
-
- py312-freetype-py>0 : print/py-freetype-py@py312
- py312-hsluv>0 : graphics/py-hsluv@py312
- py312-kiwisolver>0 : math/py-kiwisolver@py312
- py312-numpy>=2.0.0 : math/py-numpy@py312
- py312-packaging>0 : devel/py-packaging@py312
- python3.12 : lang/python312
- This port is required by:
- for Run
-
- misc/py-napari
- misc/py-napari-svg
- science/meep
Configuration Options:
- No options to configure
- Options name:
- graphics_py-vispy
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
0.16.2 04 Aug 2026 20:10:26
    |
Yuri Victorovich (yuri)  |
graphics/py-vispy: update 0.15.2 → 0.16.2 |
0.15.2_2 05 May 2026 19:29:37
    |
Max Brazhnikov (makc)  |
*/*: bump PORTREVISION after switching to NumPy 2.x |
0.15.2_1 05 May 2026 19:29:37
    |
Max Brazhnikov (makc)  |
*/*: Switch to NumPy 2.x
PR: 294328
Exp-run: antoine |
0.15.2_1 03 Apr 2026 20:52:43
    |
Charlie Li (vishwin)  |
python.mk: retire ${PYNUMPY}
With both math/py-numpy (2) and math/py-numpy1, the variable stopped
making sense. Also remove the upper version bound. |
0.15.2_1 03 Apr 2026 18:52:22
    |
Charlie Li (vishwin)  |
math/py-numpy: switch all consumers to math/py-numpy1
...and bump PORTREVISIONs of consumers with hard RUN_DEPENDS
PR: 281470 |
0.15.2 15 Jan 2026 17:22:12
    |
Po-Chuan Hsieh (sunpoet)  |
Mk/Uses/python.mk: Remove USE_PYTHON=cython3{,_run,_test}
- Convert all cython3 occurrence to USE_PYTHON=cython*
- Bump PORTREVISION dependent ports of USE_PYTHON=cython_run for dependency
change
PR: 291778 |
0.15.2 23 Sep 2025 21:27:17
    |
Yuri Victorovich (yuri)  |
graphics/py-vispy: Fix build by adjusting dependency version limit
Reported by: fallout |
0.15.2 21 Sep 2025 09:55:20
    |
Yuri Victorovich (yuri)  |
graphics/py-vispy: update 0.14.3 → 0.15.2 |
0.14.3 19 Jun 2025 20:28:47
    |
Charlie Li (vishwin)  |
python.mk: rename PYTHON_EXT_SUFFIX to PYTHON_TAG, document, etc
EXT_SUFFIX, according to PEP 3149, refers to the full tag and
extension for compiled extension module objects, eg .cpython-311.so,
.cpython-313t.so, etc. We do not use the correct semantic meaning,
and this usage becomes ambiguous and confusing when tags do not
match between bytecode and compiled extension module objects.
Rename our PYTHON_EXT_SUFFIX to PYTHON_TAG to align with PEP 3147's
specification of a magic tag, which consists of implementation name
and shorthand version only. This is meant for bytecode and other
files containing this tag in their filename that do not depend on
a specific Python ABI for the same version. Chase all existing
consumers.
(Only the first 15 lines of the commit message are shown above ) |
0.14.3 09 Apr 2025 14:55:11
    |
Po-Chuan Hsieh (sunpoet)  |
Mk/Uses/python.mk: Introduce USE_PYTHON=cython3{,_run,_test}
- Update USE_PYTHON=cython{,_run,_test}
- Convert all cython3 occurrence to USE_PYTHON=cython3*
- While I'm here, fix incorrect usage of combining cython3 in BUILD_DEPENDS and
USE_PYTHON=cython
It is added to simplify the future transition from Cython 0.29 to 3.
The minimal version is set to 3.0.12 because it is required by
devel/py-propcache.
The upper bound of version is set to 3.1 because it is limited by multiple
ports. |
0.14.3 07 Sep 2024 06:24:50
    |
Yuri Victorovich (yuri)  |
graphics/py-vispy: New port: High-performance interactive 2D/3D data
visualization library |