pspec.xml 3.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>sip</Name>
  6. <Homepage>http://www.riverbankcomputing.co.uk/sip</Homepage>
  7. <Packager>
  8. <Name>Ayhan Yalçınsoy</Name>
  9. <Email>ayhanyalcinsoy@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <IsA>app:console</IsA>
  13. <Summary>SIP is a tool for generating bindings for C++ classes so that they can be used by Python</Summary>
  14. <Description>SIP is a tool for generating bindings for C and C++ libraries so that they can be used by Python. It takes any C or C++ libraries and converts them into Python extension modules.</Description>
  15. <Archive sha1sum="233dadc59f8b18175d914311148a049ec46fbaa9" type="targz">https://sourceforge.net/projects/pyqt/files/sip/sip-4.19.6/sip-4.19.6.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency versionFrom="5.7.1">qt5-base-devel</Dependency>
  18. <Dependency>python-devel</Dependency>
  19. </BuildDependencies>
  20. </Source>
  21. <Package>
  22. <Name>python-sip</Name>
  23. <Summary>Python 2.x SIP bindings for C and C++ libraries</Summary>
  24. <RuntimeDependencies>
  25. <Dependency>libgcc</Dependency>
  26. <Dependency>python</Dependency>
  27. </RuntimeDependencies>
  28. <Files>
  29. <Path fileType="executable">/usr/bin</Path>
  30. <Path fileType="library">/usr/lib</Path>
  31. <Path fileType="header">/usr/include</Path>
  32. </Files>
  33. </Package>
  34. <History>
  35. <Update release="7">
  36. <Date>2017-03-18</Date>
  37. <Version>4.19.6</Version>
  38. <Comment>Version bump</Comment>
  39. <Name>Mustafa Cinasal</Name>
  40. <Email>muscnsl@gmail.com</Email>
  41. </Update>
  42. <Update release="6">
  43. <Date>2017-03-18</Date>
  44. <Version>4.19</Version>
  45. <Comment>Release Bump</Comment>
  46. <Name>Stefan Gronewold</Name>
  47. <Email>groni@pisilinux.org</Email>
  48. </Update>
  49. <Update release="5">
  50. <Date>2017-02-25</Date>
  51. <Version>4.19</Version>
  52. <Comment>Release Bump</Comment>
  53. <Name>Stefan Gronewold</Name>
  54. <Email>groni@pisilinux.org</Email>
  55. </Update>
  56. <Update release="4">
  57. <Date>2016-06-09</Date>
  58. <Version>4.18</Version>
  59. <Comment>Release Bump</Comment>
  60. <Name>Pisi Linux Community</Name>
  61. <Email>admin@pisilinux.org</Email>
  62. </Update>
  63. <Update release="3">
  64. <Date>2016-06-06</Date>
  65. <Version>4.18</Version>
  66. <Comment>Version bump</Comment>
  67. <Name>Ayhan Yalçınsoy</Name>
  68. <Email>ayhanyalcinsoy@pisilinux.org</Email>
  69. </Update>
  70. <Update release="2">
  71. <Date>2016-05-20</Date>
  72. <Version>4.18</Version>
  73. <Comment>Version bump</Comment>
  74. <Name>Ayhan Yalçınsoy</Name>
  75. <Email>ayhanyalcinsoy@pisilinux.org</Email>
  76. </Update>
  77. <Update release="1">
  78. <Date>2016-05-08</Date>
  79. <Version>4.16.9</Version>
  80. <Comment>First release</Comment>
  81. <Name>Ayhan Yalçınsoy</Name>
  82. <Email>ayhanyalcinsoy@pisilinux.org</Email>
  83. </Update>
  84. </History>
  85. </PISI>