Files
macports-ports/python/py-vispy/Portfile
2026-01-07 14:18:19 -06:00

41 lines
1.6 KiB
Tcl

# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
PortSystem 1.0
PortGroup python 1.0
name py-vispy
version 0.16.1
revision 0
license BSD
maintainers {mps @Schamschula} openmaintainer
description VisPy is a high-performance interactive 2D/3D data visualization \
library.
long_description {*}${description} VisPy leverages the computational power of modern \
Graphics Processing Units (GPUs) through the OpenGL library to \
display very large datasets.
homepage https://vispy.org/index.html
checksums rmd160 e0a22a7b3a638ce22d832978331c350f0e314f90 \
sha256 b93c32c85d08c06ae8f5e3177f9cfd6c495e1745f2120b777830adee5d9c3648 \
size 2520032
python.versions 310 311 312 313 314
if {${name} ne ${subport}} {
depends_build-append \
port:py${python.version}-cython \
port:py${python.version}-pythran \
port:py${python.version}-setuptools_scm \
port:py${python.version}-setuptools_scm_git_archive
depends_lib-append \
port:py${python.version}-freetype \
port:py${python.version}-hsluv \
port:py${python.version}-kiwisolver \
port:py${python.version}-meshio \
port:py${python.version}-numpy \
port:py${python.version}-pillow \
port:py${python.version}-pyqt5
}