pspec.xml 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>python3-shiboken6</Name>
  6. <Homepage>https://www.pyside.org</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <PartOf>programming.language.python3</PartOf>
  12. <License>LGPLv2</License>
  13. <IsA>library</IsA>
  14. <IsA>app:console</IsA>
  15. <Summary>Shiboken the Binding Generator</Summary>
  16. <Description>Shiboken is the CPython-based binding code generator for C or C++ libraries. It uses an ApiExtractor library to parse the C or C++ headers and get the type information, using Clang.</Description>
  17. <Archive sha1sum="5a38f7c14a2e2cff06b935af7e8c2235376576fe" type="tarxz">https://download.qt.io/official_releases/QtForPython/pyside6/PySide6-6.6.2-src/pyside-setup-everywhere-src-6.6.2.tar.xz</Archive>
  18. <BuildDependencies>
  19. <Dependency>llvm</Dependency>
  20. <Dependency>cmake</Dependency>
  21. <Dependency>llvm-mlir</Dependency>
  22. <Dependency>libxslt-devel</Dependency>
  23. <Dependency>python3-devel</Dependency>
  24. <Dependency>qt6-base-devel</Dependency>
  25. <Dependency>llvm-clang-devel</Dependency>
  26. <Dependency>python3-sphinx</Dependency>
  27. <Dependency>python3-build</Dependency>
  28. <!--<Dependency>python3-setuptools</Dependency>
  29. <Dependency>qt6-multimedia-devel</Dependency>
  30. <Dependency>qt6-sql-postgresql</Dependency>
  31. <Dependency>qt6-sql-sqlite</Dependency>
  32. <Dependency>qt6-sql-mysql</Dependency>
  33. <Dependency>qt6-sql-odbc</Dependency>-->
  34. </BuildDependencies>
  35. </Source>
  36. <Package>
  37. <Name>shiboken6</Name>
  38. <Summary>Shiboken2 is the binding generator used to create the PySide2 bindings.</Summary>
  39. <RuntimeDependencies>
  40. <Dependency>libxslt</Dependency>
  41. <Dependency>libxml2</Dependency>
  42. <Dependency>qt6-base</Dependency>
  43. <Dependency>llvm-clang</Dependency>
  44. </RuntimeDependencies>
  45. <Files>
  46. <Path fileType="doc">/usr/share/doc</Path>
  47. <Path fileType="executable">/usr/bin/shiboken6</Path>
  48. <Path fileType="library">/usr/lib/libshiboken6*</Path>
  49. <Path fileType="man">/usr/share/man/man1/shiboken6.1</Path>
  50. <Path fileType="executable">/usr/bin/shiboken_tool.py</Path>
  51. <!--<Path fileType="man">/usr/share/man/shiboken6.1.gz</Path>-->
  52. </Files>
  53. <Replaces>
  54. <Package>shiboken2</Package>
  55. </Replaces>
  56. <Conflicts>
  57. <Package>shiboken2</Package>
  58. </Conflicts>
  59. </Package>
  60. <Package>
  61. <Name>python3-shiboken6</Name>
  62. <Summary>Python3 shared library files used by shiboken6.</Summary>
  63. <RuntimeDependencies>
  64. <Dependency>python3</Dependency>
  65. <Dependency release="current">shiboken6</Dependency>
  66. </RuntimeDependencies>
  67. <Files>
  68. <Path fileType="library">/usr/lib/python3*/site-packages/shiboken6*</Path>
  69. <Path fileType="library">/usr/lib/libshiboken6.cpython-36m-x86_64-linux-gnu.so*</Path>
  70. <!--<Path fileType="data">/usr/lib/python3*/site-packages/shiboken6-5.13.2-py3.6.egg-info/</Path>-->
  71. </Files>
  72. </Package>
  73. <Package>
  74. <Name>python3-shiboken6-devel</Name>
  75. <Summary>Development headers for the shiboken6 library.</Summary>
  76. <RuntimeDependencies>
  77. <Dependency>llvm-clang-devel</Dependency>
  78. <Dependency release="current">python3-shiboken6</Dependency>
  79. </RuntimeDependencies>
  80. <Files>
  81. <Path fileType="library">/usr/lib/cmake/</Path>
  82. <Path fileType="header">/usr/include/shiboken6/</Path>
  83. <Path fileType="library">/usr/lib/pkgconfig/shiboken6.pc</Path>
  84. </Files>
  85. </Package>
  86. <History>
  87. <Update release="2">
  88. <Date>2024-08-02</Date>
  89. <Version>6.6.2</Version>
  90. <Comment>Rebuild</Comment>
  91. <Name>Mustafa Cinasal</Name>
  92. <Email>muscnsl@gmail.com</Email>
  93. </Update>
  94. <Update release="1">
  95. <Date>2024-04-18</Date>
  96. <Version>6.6.2</Version>
  97. <Comment>First release</Comment>
  98. <Name>Mustafa Cinasal</Name>
  99. <Email>muscnsl@gmail.com</Email>
  100. </Update>
  101. </History>
  102. </PISI>