summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-guidata/package.py
blob: 5924c5cb4db9b5457cd23047bb42b5cec7e04456 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Copyright 2013-2022 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 PyGuidata(PythonPackage):
    """Automatic graphical user interfaces generation for easy dataset editing
    and display"""

    homepage = "https://github.com/PierreRaybaut/guidata"
    pypi = "guidata/guidata-1.7.5.zip"

    version('1.7.5', sha256='531d5e9ea784120c2e14212cfbd9c63f78fc7a77bcb9c5497be984584ee455c0')

    # See `doc/installation.rst`
    depends_on('python@2.6:2,3.2:', type=('build', 'run'))
    depends_on('py-setuptools', type='build')
    depends_on('py-pyqt5@5.5:', type=('build', 'run'))
    depends_on('py-spyder@2.0.10:', type=('build', 'run'))  # TODO: spyderlib == spyder?