summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-ipyvtk-simple/package.py
blob: fa293304d531f2e67639affbec1a9f9f59e5469e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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'))