pspec.xml 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  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="353b0b06cb29deef46298337afdd96ec71f01625" type="targz">https://pypi.python.org/packages/4a/2c/355274f41cafa938cf7d41752469a0316efb360506558cc4890abf4c5dae/pyenchant-1.6.6.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>enchant-devel</Dependency>
  18. </BuildDependencies>
  19. </Source>
  20. <Package>
  21. <Name>python-enchant</Name>
  22. <RuntimeDependencies>
  23. <Dependency>enchant</Dependency>
  24. </RuntimeDependencies>
  25. <Files>
  26. <Path fileType="library">/usr/lib</Path>
  27. <Path fileType="doc">/usr/share/doc</Path>
  28. </Files>
  29. </Package>
  30. <History>
  31. <Update release="1">
  32. <Date>2016-06-11</Date>
  33. <Version>1.6.6</Version>
  34. <Comment>First Release.</Comment>
  35. <Name>Stefan Gronewold(groni)</Name>
  36. <Email>groni@pisilinux.org</Email>
  37. </Update>
  38. </History>
  39. </PISI>