pspec.xml 2.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>python-enchant</Name>
  6. <Homepage>https://github.com/pyenchant/pyenchant</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <PartOf>programming.language.python</PartOf>
  12. <License>LGPLv3</License>
  13. <IsA>library</IsA>
  14. <Summary>Python bindings for the Enchant spellchecking system</Summary>
  15. <Description>python-enchant is an efficient Python module for Enchant spellchecker.</Description>
  16. <Archive sha1sum="92ca797bbef9660271c3a9269ff7eb841272044d" type="targz">https://pypi.python.org/packages/9e/54/04d88a59efa33fefb88133ceb638cdf754319030c28aadc5a379d82140ed/pyenchant-2.0.0.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency>python-setuptools</Dependency>
  19. <Dependency>enchant2-devel</Dependency>
  20. <Dependency>python-devel</Dependency>
  21. </BuildDependencies>
  22. <Patches>
  23. <Patch level="1">enchant-2.patch</Patch>
  24. </Patches>
  25. </Source>
  26. <Package>
  27. <Name>python-enchant</Name>
  28. <Summary>Python bindings for the Enchant spellchecking system</Summary>
  29. <RuntimeDependencies>
  30. <Dependency>enchant2</Dependency>
  31. </RuntimeDependencies>
  32. <Files>
  33. <Path fileType="library">/usr/lib/python2*</Path>
  34. <Path fileType="doc">/usr/share/doc/python-enchant</Path>
  35. </Files>
  36. </Package>
  37. <History>
  38. <Update release="5">
  39. <Date>2020-01-18</Date>
  40. <Version>2.0.0</Version>
  41. <Comment>Rebuild for new toolchain</Comment>
  42. <Name>Blue Devil</Name>
  43. <Email>bluedevil@sctzine.com</Email>
  44. </Update>
  45. <Update release="4">
  46. <Date>2018-08-29</Date>
  47. <Version>2.0.0</Version>
  48. <Comment>Version bump.</Comment>
  49. <Name>Mustafa Cinasal</Name>
  50. <Email>muscnsl@gmail.com</Email>
  51. </Update>
  52. <Update release="3">
  53. <Date>2018-02-25</Date>
  54. <Version>2.0.0</Version>
  55. <Comment>Version bump.</Comment>
  56. <Name>Mustafa Cinasal</Name>
  57. <Email>muscnsl@gmail.com</Email>
  58. </Update>
  59. <Update release="2">
  60. <Date>2017-01-25</Date>
  61. <Version>1.6.8</Version>
  62. <Comment>Rebuild for new toolchain.</Comment>
  63. <Name>Stefan Gronewold(groni)</Name>
  64. <Email>groni@pisilinux.org</Email>
  65. </Update>
  66. <Update release="1">
  67. <Date>2016-11-24</Date>
  68. <Version>1.6.8</Version>
  69. <Comment>First Release.</Comment>
  70. <Name>Stefan Gronewold(groni)</Name>
  71. <Email>groni@pisilinux.org</Email>
  72. </Update>
  73. </History>
  74. </PISI>