summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-qtpy/package.py
blob: aef6a1deb1dd64bae144c917f8611611779f38c5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Copyright 2013-2018 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 PyQtpy(PythonPackage):
    """QtPy: Abtraction layer for PyQt5/PyQt4/PySide"""

    homepage = "https://github.com/spyder-ide/qtpy"
    url      = "https://pypi.io/packages/source/Q/QtPy/QtPy-1.2.1.tar.gz"

    version('1.2.1', 'e2f783fb7f8e502815237bd8d30c6d11')

    depends_on('py-setuptools', type='build')
    depends_on('py-pyqt@4:',    type=('build', 'run'))