summaryrefslogtreecommitdiff
blob: f0ef6662c62b8a7eba368c1dff7a48a6ce16f443 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="project">
		<email>python@gentoo.org</email>
		<name>Gentoo Python Project</name>
	</maintainer>
	<maintainer type="person">
		<email>andrewammerlaan@gentoo.org</email>
		<name>Andrew Ammerlaan</name>
	</maintainer>
	<longdescription>
		QtPy 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, PySide2 and PySide using the Qt5 layout (where the QtGui module has been split into QtGui and QtWidgets).
		Basically, you can write your code as if you were using PySide2 but import Qt modules from qtpy instead of PySide2 (or PyQt5)
	</longdescription>
	<use>
		<flag name="designer">Pull in bindings for the QtDesigner module and enable the designer plugin</flag>
		<flag name="gui">Pull in bindings for the QtGui module</flag>
		<flag name="opengl">Pull in bindings for the QtOpenGL module</flag>
		<flag name="printsupport">Pull in bindings for the QtPrintSupport module</flag>
		<flag name="svg">Pull in bindings for the QtSvg module</flag>
		<flag name="testlib">Pull in bindings for the QtTest module</flag>
		<flag name="webengine">Pull in QtWebEngine and QtWebEngineWidgets modules</flag>
	</use>
	<upstream>
		<remote-id type="github">spyder-ide/qtpy</remote-id>
		<remote-id type="pypi">QtPy</remote-id>
	</upstream>
</pkgmetadata>