blob: 0bd88eba56b019a678b52255eafcf1892e6118c9 (
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
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>qt@gentoo.org</email>
<name>Gentoo Qt Project</name>
</maintainer>
<maintainer type="person">
<email>steils@gentoo.org</email>
<name>Stefan Strogin</name>
</maintainer>
<longdescription lang="en">
PyQtWebEngine is a set of Python bindings for The Qt Company's
Qt WebEngine libraries. The bindings sit on top of PyQt5 and
are implemented as a set of three modules. Prior to v5.12 these
bindings were part of PyQt5 itself.
</longdescription>
<upstream>
<remote-id type="pypi">PyQtWebEngine</remote-id>
<bugs-to>mailto:pyqt@riverbankcomputing.com</bugs-to>
<doc>https://www.riverbankcomputing.com/static/Docs/PyQt5/</doc>
</upstream>
<origin>gentoo-staging</origin>
</pkgmetadata>
|