summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-guidata/package.py
blob: 6bf122e37494c20470ad6750766001b0fa95bf2f (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-2023 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.package 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?