pspec.xml 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  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-Pygments</Name>
  6. <Homepage>http://pygments.org/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>BSD</License>
  12. <IsA>library</IsA>
  13. <Summary>A syntax highlighting package written in Python</Summary>
  14. <Description>python-Pygments is a generic syntax highlighter for general use in all kinds of software such as forum systems, wikis or other applications that need to prettify source code.</Description>
  15. <Archive sha1sum="5c6714bd6fd950c1478889f7b72fc7f6771d5163" type="targz">https://pypi.python.org/packages/71/2a/2e4e77803a8bd6408a2903340ac498cb0a2181811af7c9ec92cb70b0308a/Pygments-2.2.0.tar.gz</Archive>
  16. </Source>
  17. <Package>
  18. <Name>python-Pygments</Name>
  19. <RuntimeDependencies>
  20. <Dependency>python-setuptools</Dependency>
  21. </RuntimeDependencies>
  22. <Files>
  23. <Path fileType="executable">/usr/bin</Path>
  24. <Path fileType="library">/usr/lib/python*</Path>
  25. <Path fileType="man">/usr/share/man</Path>
  26. </Files>
  27. </Package>
  28. <Package>
  29. <Name>python-Pygments-docs</Name>
  30. <Summary>Documentation files for python-Pygments</Summary>
  31. <Files>
  32. <Path fileType="doc">/usr/share/doc/python-Pygments</Path>
  33. </Files>
  34. </Package>
  35. <History>
  36. <Update release="3">
  37. <Date>2017-01-25</Date>
  38. <Version>2.2.0</Version>
  39. <Comment>Version Bump</Comment>
  40. <Name>Pisi Linux Community</Name>
  41. <Email>admin@pisilinux.org</Email>
  42. </Update>
  43. <Update release="2">
  44. <Date>2016-06-09</Date>
  45. <Version>1.6</Version>
  46. <Comment>Release Bump</Comment>
  47. <Name>Pisi Linux Community</Name>
  48. <Email>admin@pisilinux.org</Email>
  49. </Update>
  50. <Update release="1">
  51. <Date>2013-12-07</Date>
  52. <Version>1.6</Version>
  53. <Comment>First release</Comment>
  54. <Name>Burak Fazıl Ertürk</Name>
  55. <Email>burakerturk@pisilinux.org</Email>
  56. </Update>
  57. </History>
  58. </PISI>