pspec.xml 3.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  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-pillow</Name>
  6. <Homepage>http://python-pillow.org/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>as-is</License>
  12. <IsA>library</IsA>
  13. <Summary>PIL is the Python Imaging Library.</Summary>
  14. <Description>The Python Imaging Library (PIL) adds image processing capabilities to your Python interpreter. This library supports many file formats, and provides powerful image processing and graphics capabilities.</Description>
  15. <Archive sha1sum="c9cdef90f785c71970364b93cc24b3c7133aebeb" type="targz">https://github.com/python-pillow/Pillow/archive/4.3.0.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>python3-tk</Dependency>
  18. <Dependency>python-devel</Dependency>
  19. <Dependency>lcms-devel</Dependency>
  20. <Dependency>python-setuptools</Dependency>
  21. <Dependency>python3-setuptools</Dependency>
  22. <Dependency>python3-qt5-devel</Dependency>
  23. <Dependency>python-qt5-devel</Dependency>
  24. <Dependency>webp-devel</Dependency>
  25. <Dependency>tcltk-devel</Dependency>
  26. <Dependency>tcl-devel</Dependency>
  27. <Dependency>tiff-devel</Dependency>
  28. <Dependency>libjpeg-turbo-devel</Dependency>
  29. <Dependency>sane-backends-devel</Dependency>
  30. <Dependency>libjpeg-turbo-devel</Dependency>
  31. </BuildDependencies>
  32. </Source>
  33. <Package>
  34. <Name>python-pillow</Name>
  35. <RuntimeDependencies>
  36. <Dependency>tiff</Dependency>
  37. <Dependency>zlib</Dependency>
  38. <Dependency>python3-tk</Dependency>
  39. <Dependency>python</Dependency>
  40. <Dependency>lcms</Dependency>
  41. <Dependency>python-setuptools</Dependency>
  42. <Dependency>python3-setuptools</Dependency>
  43. <Dependency>python3-qt5</Dependency>
  44. <Dependency>python-qt5</Dependency>
  45. <Dependency>webp</Dependency>
  46. <Dependency>tcltk</Dependency>
  47. <Dependency>tcl</Dependency>
  48. <Dependency>sane-backends</Dependency>
  49. <Dependency>libjpeg-turbo</Dependency>
  50. <Dependency>xdg-utils</Dependency>
  51. </RuntimeDependencies>
  52. <Files>
  53. <Path fileType="executable">/usr/bin</Path>
  54. <Path fileType="library">/usr/lib</Path>
  55. <Path fileType="header">/usr/include</Path>
  56. <Path fileType="doc">/usr/share/doc</Path>
  57. </Files>
  58. </Package>
  59. <History>
  60. <Update release="3">
  61. <Date>2018-02-03</Date>
  62. <Version>4.3.0</Version>
  63. <Comment>Version bump.</Comment>
  64. <Name>Mustafa Cinasal</Name>
  65. <Email>muscnsl@gmail.com</Email>
  66. </Update>
  67. <Update release="2">
  68. <Date>2017-01-25</Date>
  69. <Version>4.0.0</Version>
  70. <Comment>Version bump.</Comment>
  71. <Name>Stefan Gronewold(groni)</Name>
  72. <Email>groni@pisilinux.org</Email>
  73. </Update>
  74. <Update release="1">
  75. <Date>2016-06-18</Date>
  76. <Version>3.1.0</Version>
  77. <Comment>Version bump.</Comment>
  78. <Name>Stefan Gronewold(groni)</Name>
  79. <Email>groni@pisilinux.org</Email>
  80. </Update>
  81. </History>
  82. </PISI>