pspec.xml 3.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  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-Pygments</Name>
  6. <Homepage>https://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="6d2dc431070cdfe1bb48b7684aadca56b5c522ed" type="targz">https://files.pythonhosted.org/packages/cb/9f/27d4844ac5bf158a33900dbad7985951e2910397998e85712da03ce125f0/Pygments-2.5.2.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>python-setuptools</Dependency>
  18. </BuildDependencies>
  19. </Source>
  20. <Package>
  21. <Name>python-Pygments</Name>
  22. <Summary>A syntax highlighting package written in Python</Summary>
  23. <Files>
  24. <Path fileType="executable">/usr/bin/pygmentize-py2</Path>
  25. <Path fileType="library">/usr/lib/python2*</Path>
  26. <Path fileType="man">/usr/share/man</Path>
  27. </Files>
  28. </Package>
  29. <Package>
  30. <Name>python-Pygments-docs</Name>
  31. <Summary>Documentation files for python-Pygments</Summary>
  32. <RuntimeDependencies>
  33. <Dependency release="current">python-Pygments</Dependency>
  34. </RuntimeDependencies>
  35. <Files>
  36. <Path fileType="doc">/usr/share/doc/python-Pygments</Path>
  37. </Files>
  38. </Package>
  39. <History>
  40. <Update release="7">
  41. <Date>2020-12-09</Date>
  42. <Version>2.5.2</Version>
  43. <Comment>Rebuild.</Comment>
  44. <Name>Mustafa Cinasal</Name>
  45. <Email>muscnsl@gmail.com</Email>
  46. </Update>
  47. <Update release="6">
  48. <Date>2019-12-29</Date>
  49. <Version>2.5.2</Version>
  50. <Comment>Version bump</Comment>
  51. <Name>Blue Devil</Name>
  52. <Email>bluedevil@sctzine.com</Email>
  53. </Update>
  54. <Update release="5">
  55. <Date>2019-10-03</Date>
  56. <Version>2.4.2</Version>
  57. <Comment>Version bump</Comment>
  58. <Name>idris Kalp</Name>
  59. <Email>idriskalp@gmail.com</Email>
  60. </Update>
  61. <Update release="4">
  62. <Date>2018-08-15</Date>
  63. <Version>2.2.0</Version>
  64. <Comment>Version Bump</Comment>
  65. <Name>Pisi Linux Community</Name>
  66. <Email>admin@pisilinux.org</Email>
  67. </Update>
  68. <Update release="3">
  69. <Date>2017-01-25</Date>
  70. <Version>2.2.0</Version>
  71. <Comment>Version Bump</Comment>
  72. <Name>Pisi Linux Community</Name>
  73. <Email>admin@pisilinux.org</Email>
  74. </Update>
  75. <Update release="2">
  76. <Date>2016-06-09</Date>
  77. <Version>1.6</Version>
  78. <Comment>Release Bump</Comment>
  79. <Name>Pisi Linux Community</Name>
  80. <Email>admin@pisilinux.org</Email>
  81. </Update>
  82. <Update release="1">
  83. <Date>2013-12-07</Date>
  84. <Version>1.6</Version>
  85. <Comment>First release</Comment>
  86. <Name>Burak Fazıl Ertürk</Name>
  87. <Email>burakerturk@pisilinux.org</Email>
  88. </Update>
  89. </History>
  90. </PISI>