-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpspec.xml
More file actions
96 lines (91 loc) · 4 KB
/
pspec.xml
File metadata and controls
96 lines (91 loc) · 4 KB
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python-qt5</Name>
<Homepage>http://www.riverbankcomputing.co.uk/software/pyqt</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<License>GPLv3</License>
<IsA>library</IsA>
<Summary>A set of Python 2.x bindings for the Qt 4.x Toolkit</Summary>
<Description>Qt is a set of C++ libraries and development tools that includes platform independent abstractions for graphical user interfaces, networking, threads, Unicode, regular expressions, SQL databases, SVG, OpenGL, XML, and user and application settings. PyQt implements 440 of these classes as a set of Python modules.</Description>
<Archive sha1sum="6de6e23692069dbb934f4decdf86133e54a0cd54" type="targz">http://sourceforge.net/projects/pyqt/files/PyQt5/PyQt-5.5/PyQt-gpl-5.5.tar.gz</Archive>
<BuildDependencies>
<Dependency>qt5-base-devel</Dependency>
<Dependency>qt5-sensors-devel</Dependency>
<Dependency>qt5-declarative-devel</Dependency>
<Dependency>qt5-x11extras-devel</Dependency>
<Dependency version="4.16.9">sip-devel</Dependency>
<Dependency>python3</Dependency>
<Dependency>dbus-python3</Dependency>
</BuildDependencies>
<Patches>
</Patches>
</Source>
<Package>
<Name>python-qt5-common</Name>
<Summary>Common files shared between python-qt5.</Summary>
<RuntimeDependencies>
<Dependency>qt5-base</Dependency>
<Dependency>libgcc</Dependency>
<Dependency>dbus</Dependency>
<Dependency>python</Dependency>
<Dependency version="4.16.9">sip</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin/pylupdate5</Path>
<Path fileType="executable">/usr/bin/pyrcc5</Path>
<Path fileType="library">/usr/lib/qt5</Path>
<Path fileType="data">/usr/share/qt5/qsci</Path>
<Path fileType="library">/usr/lib/qt5/plugins/designer</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="data">/usr/share/sip/PyQt5</Path>
</Files>
</Package>
<Package>
<Name>python-qt5</Name>
<RuntimeDependencies>
<Dependency release="current">python-qt5-common</Dependency>
<Dependency>qt5-base</Dependency>
<Dependency>sip</Dependency>
<Dependency>python-sip</Dependency>
<Dependency>dbus</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin/pyuic5</Path>
<Path fileType="library">/usr/lib/python2.7</Path>
</Files>
</Package>
<Package>
<Name>python3-qt5</Name>
<Summary>A set of Python 3.x bindings for the Qt 5.x Toolkit</Summary>
<RuntimeDependencies>
<Dependency release="current">python-qt5-common</Dependency>
<Dependency>qt5-base</Dependency>
<Dependency>python3-sip</Dependency>
<Dependency>dbus</Dependency>
<Dependency>libgcc</Dependency>
<Dependency>qt5-webkit</Dependency>
<Dependency>qt5-sensors</Dependency>
<Dependency>qt5-declarative</Dependency>
<Dependency>qt5-x11extras</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin/pyuic5-python</Path>
<Path fileType="library">/usr/lib/python3*</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2015-08-25</Date>
<Version>5.5</Version>
<Comment>First release</Comment>
<Name>Vedat Demir</Name>
<Email>vedat@pisilinux.org</Email>
</Update>
</History>
</PISI>