pspec.xml 3.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>wxPython</Name>
  6. <Homepage>https://www.wxpython.org/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admin@pisilinux.org</Email>
  10. </Packager>
  11. <License>wxWinLL-3</License>
  12. <IsA>library</IsA>
  13. <Summary>Python bindings for wxGTK</Summary>
  14. <Description>wxPython is a GUI toolkit for the Python programming language. It allows Python programmers to create programs with a robust, highly functional graphical user interface, simply and easily. It is implemented as a Python extension module (native code) that wraps the popular wxWindows cross platform GUI library, which is written in C++.</Description>
  15. <Archive sha1sum="f952f6224a7c7f000df2150ddfc27edfb4b8f31c" type="targz">
  16. https://files.pythonhosted.org/packages/source/w/wxPython/wxPython-4.1.1.tar.gz
  17. </Archive>
  18. <BuildDependencies>
  19. <Dependency>wxGTK3</Dependency>
  20. <Dependency>gtk3-devel</Dependency>
  21. <Dependency>tiff-devel</Dependency>
  22. <Dependency>mesa-devel</Dependency>
  23. <Dependency>wxGTK-devel</Dependency>
  24. <Dependency>pango-devel</Dependency>
  25. <Dependency>libSM-devel</Dependency>
  26. <Dependency>python-devel</Dependency>
  27. <Dependency>mesa-glu-devel</Dependency>
  28. <Dependency>gstreamer-devel</Dependency>
  29. <Dependency>gdk-pixbuf-devel</Dependency>
  30. <Dependency>libXxf86vm-devel</Dependency>
  31. <Dependency>libXinerama-devel</Dependency>
  32. <Dependency>python-setuptools</Dependency>
  33. <Dependency>libjpeg-turbo-devel</Dependency>
  34. <Dependency>gst-plugins-base-devel</Dependency>
  35. </BuildDependencies>
  36. </Source>
  37. <Package>
  38. <Name>wxPython</Name>
  39. <RuntimeDependencies>
  40. <Dependency>bzip2</Dependency>
  41. <Dependency>python</Dependency>
  42. <Dependency>wxGTK3</Dependency>
  43. <Dependency>wxGTK-common</Dependency>
  44. </RuntimeDependencies>
  45. <Files>
  46. <!-- <Path fileType="executable">/usr/bin</Path> -->
  47. <Path fileType="library">/usr/lib</Path>
  48. <Path fileType="doc">/usr/share/doc</Path>
  49. </Files>
  50. </Package>
  51. <History>
  52. <Update release="6">
  53. <Date>2022-07-29</Date>
  54. <Version>4.1.1</Version>
  55. <Comment>Version bump.</Comment>
  56. <Name>fury</Name>
  57. <Email>uglyside@yandex.ru</Email>
  58. </Update>
  59. <Update release="5">
  60. <Date>2020-01-31</Date>
  61. <Version>3.0.2.0</Version>
  62. <Comment>Rebuild.</Comment>
  63. <Name>Pisi Linux Admins</Name>
  64. <Email>admin@pisilinux.org</Email>
  65. </Update>
  66. <Update release="4">
  67. <Date>2018-08-30</Date>
  68. <Version>3.0.2.0</Version>
  69. <Comment>Rebuild.</Comment>
  70. <Name>Pisi Linux Admins</Name>
  71. <Email>admin@pisilinux.org</Email>
  72. </Update>
  73. <Update release="3">
  74. <Date>2018-02-03</Date>
  75. <Version>3.0.2.0</Version>
  76. <Comment>Rebuild.</Comment>
  77. <Name>Pisi Linux Admins</Name>
  78. <Email>admin@pisilinux.org</Email>
  79. </Update>
  80. <Update release="2">
  81. <Date>2017-01-25</Date>
  82. <Version>3.0.2.0</Version>
  83. <Comment>Rebuild for new toolchain</Comment>
  84. <Name>Pisi Linux Admins</Name>
  85. <Email>admin@pisilinux.org</Email>
  86. </Update>
  87. <Update release="1">
  88. <Date>2016-07-02</Date>
  89. <Version>3.0.2.0</Version>
  90. <Comment>First release</Comment>
  91. <Name>Pisi Linux Admins</Name>
  92. <Email>admin@pisilinux.org</Email>
  93. </Update>
  94. </History>
  95. </PISI>