pspec.xml 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>python-qt</Name>
  6. <Homepage>http://www.riverbankcomputing.co.uk/software/pyqt</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <License>GPLv3</License>
  13. <IsA>library</IsA>
  14. <Summary>A set of Python 2.x bindings for the Qt 4.x Toolkit</Summary>
  15. <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>
  16. <Archive sha1sum="83e649a39643ffc96741bca70177e9c73789e54d" type="targz">mirrors://sourceforge/pyqt/PyQt-x11-gpl-4.9.6.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency>qt-devel</Dependency>
  19. <Dependency>sip2-devel</Dependency>
  20. <Dependency>python-devel</Dependency>
  21. </BuildDependencies>
  22. <Patches>
  23. <Patch>add_gettext_support.patch</Patch>
  24. </Patches>
  25. </Source>
  26. <Package>
  27. <Name>python-qt-devel</Name>
  28. <Summary>Development files for python-qt</Summary>
  29. <RuntimeDependencies>
  30. <Dependency>qt-devel</Dependency>
  31. <Dependency release="current">python-qt</Dependency>
  32. <Dependency>python-devel</Dependency>
  33. <Dependency>sip2-devel</Dependency>
  34. </RuntimeDependencies>
  35. <Files>
  36. <Path fileType="data">/usr/share/sip</Path>
  37. </Files>
  38. </Package>
  39. <Package>
  40. <Name>python-qt-common</Name>
  41. <Summary>Common files shared between python-qt and python3-qt</Summary>
  42. <RuntimeDependencies>
  43. <Dependency>qt</Dependency>
  44. <Dependency>python-sip2</Dependency>
  45. <Dependency>libgcc</Dependency>
  46. <Dependency>python</Dependency>
  47. </RuntimeDependencies>
  48. <Files>
  49. <Path fileType="executable">/usr/bin/pylupdate4</Path>
  50. <Path fileType="executable">/usr/bin/pyrcc4</Path>
  51. <Path fileType="library">/usr/lib/qt4</Path>
  52. <Path fileType="data">/usr/share/qt4/qsci</Path>
  53. <Path fileType="library">/usr/lib/qt4/plugins/designer</Path>
  54. <Path fileType="doc">/usr/share/doc</Path>
  55. </Files>
  56. </Package>
  57. <Package>
  58. <Name>python-qt</Name>
  59. <RuntimeDependencies>
  60. <Dependency release="current">python-qt-common</Dependency>
  61. <Dependency>qt</Dependency>
  62. <Dependency>libgcc</Dependency>
  63. </RuntimeDependencies>
  64. <Files>
  65. <Path fileType="executable">/usr/bin/pyuic4</Path>
  66. <Path fileType="library">/usr/lib/python2*</Path>
  67. </Files>
  68. </Package>
  69. <History>
  70. <Update release="10">
  71. <Date>2015-08-04</Date>
  72. <Version>4.9.6</Version>
  73. <Comment>Rebuild for yali, python 3.4 build disabled.</Comment>
  74. <Name>Ertuğrul Erata</Name>
  75. <Email>ertugrulerata@gmail.com</Email>
  76. </Update>
  77. <Update release="9">
  78. <Date>2014-05-28</Date>
  79. <Version>4.9.6</Version>
  80. <Comment>Rebuild for python 3.4 and qt 4.8.6</Comment>
  81. <Name>Serdar Soytetir</Name>
  82. <Email>kaptan@pisilinux.org</Email>
  83. </Update>
  84. <Update release="8">
  85. <Date>2014-02-20</Date>
  86. <Version>4.9.6</Version>
  87. <Comment>Rebuild for python 2.7.6</Comment>
  88. <Name>Yusuf Aydemir</Name>
  89. <Email>yusuf.aydemir@pisilinux.org</Email>
  90. </Update>
  91. <Update release="7">
  92. <Date>2013-09-14</Date>
  93. <Version>4.9.6</Version>
  94. <Comment>ReBump</Comment>
  95. <Name>PisiLinux Community</Name>
  96. <Email>admins@pisilinux.org</Email>
  97. </Update>
  98. <Update release="6">
  99. <Date>2013-09-10</Date>
  100. <Version>4.10.3</Version>
  101. <Comment>version bump</Comment>
  102. <Name>Erdinç Gültekin</Name>
  103. <Email>erdincgultekin@pisilinux.org</Email>
  104. </Update>
  105. <Update release="5">
  106. <Date>2013-09-09</Date>
  107. <Version>4.9.6</Version>
  108. <Comment>Dep Fixed</Comment>
  109. <Name>PisiLinux Community</Name>
  110. <Email>admins@pisilinux.org</Email>
  111. </Update>
  112. <Update release="4">
  113. <Date>2013-08-17</Date>
  114. <Version>4.9.6</Version>
  115. <Comment>Dep Fixed</Comment>
  116. <Name>PisiLinux Community</Name>
  117. <Email>admins@pisilinux.org</Email>
  118. </Update>
  119. <Update release="3">
  120. <Date>2013-07-28</Date>
  121. <Version>4.9.6</Version>
  122. <Comment>Dep Fixed</Comment>
  123. <Name>PisiLinux Community</Name>
  124. <Email>admins@pisilinux.org</Email>
  125. </Update>
  126. <Update release="2">
  127. <Date>2013-05-31</Date>
  128. <Version>4.9.6</Version>
  129. <Comment>Add qt-assistant-compat dependency.</Comment>
  130. <Name>Marcin Bojara</Name>
  131. <Email>marcin@pisilinux.org</Email>
  132. </Update>
  133. <Update release="1">
  134. <Date>2012-12-15</Date>
  135. <Version>4.9.6</Version>
  136. <Comment>First release</Comment>
  137. <Name>Marcin Bojara</Name>
  138. <Email>marcin@pisilinux.org</Email>
  139. </Update>
  140. </History>
  141. </PISI>