py-qtpy: add 1.11.2 (#26343)

This commit is contained in:
Manuela Kuhn 2021-09-29 18:19:23 +02:00 committed by GitHub
parent 7fdb879308
commit c75e84e9f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,6 +12,7 @@ class PyQtpy(PythonPackage):
homepage = "https://github.com/spyder-ide/qtpy"
pypi = "QtPy/QtPy-1.2.1.tar.gz"
version('1.11.2', sha256='d6e4ae3a41f1fcb19762b58f35ad6dd443b4bdc867a4cb81ef10ccd85403c92b')
version('1.7.1', sha256='e97275750934b3a1f4d8e263f5b889ae817ed36f26867ab0ce52be731ab1ed9e')
version('1.2.1', sha256='5803ce31f50b24295e8e600b76cc91d7f2a3140a5a0d526d40226f9ec5e9097d')
@ -20,6 +21,7 @@ class PyQtpy(PythonPackage):
variant('api', default='pyqt5', description='Default QT API',
values=apis, multi=False)
depends_on('python@2.7:2.8,3.6:', when='@1.10.0:', type=('build', 'run'))
depends_on('py-setuptools', type='build')
for api in apis:
depends_on('py-' + api, when='api=' + api, type='run')