pspec.xml 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  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-enchant</Name>
  6. <Homepage>http://www.rfk.id.au/software/pyenchant</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>LGPLv3</License>
  12. <IsA>library</IsA>
  13. <Summary>Spellchecking library for Python</Summary>
  14. <Description>python-enchant is an efficient Python module for Enchant spellchecker.</Description>
  15. <Archive sha1sum="526f06a1573d234e00ac5c7e90c342975c3a6dee" type="targz">https://pypi.python.org/packages/73/73/49f95fe636ab3deed0ef1e3b9087902413bcdf74ec00298c3059e660cfbb/pyenchant-1.6.8.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>enchant-devel</Dependency>
  18. <Dependency>python-setuptools</Dependency>
  19. </BuildDependencies>
  20. </Source>
  21. <Package>
  22. <Name>python-enchant</Name>
  23. <RuntimeDependencies>
  24. <Dependency>enchant</Dependency>
  25. <Dependency>python</Dependency>
  26. </RuntimeDependencies>
  27. <Files>
  28. <Path fileType="library">/usr/lib</Path>
  29. <Path fileType="doc">/usr/share/doc</Path>
  30. </Files>
  31. </Package>
  32. <History>
  33. <Update release="2">
  34. <Date>2017-01-25</Date>
  35. <Version>1.6.8</Version>
  36. <Comment>Rebuild for new toolchain.</Comment>
  37. <Name>Stefan Gronewold(groni)</Name>
  38. <Email>groni@pisilinux.org</Email>
  39. </Update>
  40. <Update release="1">
  41. <Date>2016-11-24</Date>
  42. <Version>1.6.8</Version>
  43. <Comment>First Release.</Comment>
  44. <Name>Stefan Gronewold(groni)</Name>
  45. <Email>groni@pisilinux.org</Email>
  46. </Update>
  47. </History>
  48. </PISI>