# -*- coding: ascii; tab-width: 4 -*- Info2: << Package: qtpy-py%type_pkg[python] Version: 1.4.1 Revision: 1 Distribution: << (%type_pkg[python] = 34 ) 10.9, (%type_pkg[python] = 34 ) 10.10, (%type_pkg[python] = 34 ) 10.11, (%type_pkg[python] = 34 ) 10.12, (%type_pkg[python] = 34 ) 10.13, (%type_pkg[python] = 34 ) 10.14, (%type_pkg[python] = 34 ) 10.14.5, (%type_pkg[python] = 34 ) 10.15, (%type_pkg[python] = 35 ) 10.9, (%type_pkg[python] = 35 ) 10.10, (%type_pkg[python] = 35 ) 10.11, (%type_pkg[python] = 35 ) 10.12, (%type_pkg[python] = 35 ) 10.13, (%type_pkg[python] = 35 ) 10.14, (%type_pkg[python] = 35 ) 10.14.5, (%type_pkg[python] = 35 ) 10.15, (%type_pkg[python] = 36 ) 10.9, (%type_pkg[python] = 36 ) 10.10, (%type_pkg[python] = 36 ) 10.11, (%type_pkg[python] = 36 ) 10.12, (%type_pkg[python] = 36 ) 10.13, (%type_pkg[python] = 36 ) 10.14, (%type_pkg[python] = 36 ) 10.14.5, (%type_pkg[python] = 36 ) 10.15 << Type: python (2.7 3.4 3.5 3.6 3.7) Description: Abstraction layer for the various Qt bindings DescDetail: << QtPy (pronounced 'cutie pie') is a small abstraction layer that lets you write applications using a single api call to either PyQt or PySide. It provides support for PyQt5, PyQt4 and PySide using the PyQt5 layout (where the QtGui module has been split into QtGui and QtWidgets). << DescUsage: << You need PyQt5, PyQt4, PySide2 or PySide installed in your system to make use of QtPy. If several of these packages are found, PyQt5 is used by default unless you set the QT_API environment variable. Use QT_API=pyqt4 or QT_API=pyqt5 to select which to use. Fink packages using this will need to depend on the appropriate pyqt package. << Maintainer: Daniel Johnson License: BSD Homepage: http://pypi.org/pypi/QtPy Source: https://files.pythonhosted.org/packages/source/Q/QtPy/QtPy-%v.tar.gz Source-Checksum: SHA256(ea3935b7a4aa25dd2ef0e755687937526ec135d3208898e4afab84c33ed3cc9f) Depends: python%type_pkg[python], setuptools-tng-py%type_pkg[python](>= 32.3.0-1) BuildDepends: fink (>= 0.24.12) CompileScript: %p/bin/python%type_raw[python] setup.py build InstallScript: << %p/bin/python%type_raw[python] setup.py install --root=%d << DocFiles: AUTHORS* CHANGELOG* LICENSE* README* <<