py-ipyvtk-simple: new package (#26431)

This commit is contained in:
Manuela Kuhn 2021-10-02 23:18:08 +02:00 committed by GitHub
parent aaf35fd520
commit 8dcd568769
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,20 @@
# Copyright 2013-2021 Lawrence Livermore National Security, LLC and other
# Spack Project Developers. See the top-level COPYRIGHT file for details.
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
from spack import *
class PyIpyvtkSimple(PythonPackage):
"""ipywidget for vtkRenderWindow."""
homepage = "https://github.com/Kitware/ipyvtklink"
pypi = "ipyvtk_simple/ipyvtk_simple-0.1.4.tar.gz"
version('0.1.4', sha256='ffac12e9287affd7c31538ac7f2d2390c72342a73b31010735b275ca841ceaa5')
depends_on('py-setuptools', type='build')
depends_on('py-ipycanvas@0.5.0:', type=('build', 'run'))
depends_on('py-ipyevents@0.8.0:', type=('build', 'run'))
depends_on('py-ipywidgets', type=('build', 'run'))