pspec.xml 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  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-PyYAML</Name>
  6. <Homepage>https://pyyaml.org/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <PartOf>programming.language.python</PartOf>
  12. <License>MIT</License>
  13. <IsA>library</IsA>
  14. <Summary>The next generation YAML parser and emitter for Python</Summary>
  15. <Description>python-pyyaml is the next generation YAML parser and emitter for Python.</Description>
  16. <Archive sha1sum="0254618e37235cd269811dd821691f99081e3d1c" type="targz">https://github.com/yaml/pyyaml/archive/5.3.1.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency versionFrom="0.2.2">libyaml-devel</Dependency>
  19. <Dependency>python-devel</Dependency>
  20. </BuildDependencies>
  21. <AdditionalFiles>
  22. <AdditionalFile owner="root" target="ext/_yaml.c" group="root" permission="0644">_yaml.c</AdditionalFile>
  23. </AdditionalFiles>
  24. </Source>
  25. <Package>
  26. <Name>python-PyYAML</Name>
  27. <Summary>The next generation YAML parser and emitter for Python</Summary>
  28. <RuntimeDependencies>
  29. <Dependency>libyaml</Dependency>
  30. </RuntimeDependencies>
  31. <Files>
  32. <Path fileType="doc">/usr/share/doc/python-PyYAML</Path>
  33. <Path fileType="library">/usr/lib/python2*</Path>
  34. </Files>
  35. </Package>
  36. <History>
  37. <Update release="10">
  38. <Date>2020-04-07</Date>
  39. <Version>5.3.1</Version>
  40. <Comment>Patch version bump.</Comment>
  41. <Name>Blue Devil</Name>
  42. <Email>bluedevil@sctzine.com</Email>
  43. </Update>
  44. <Update release="9">
  45. <Date>2020-02-22</Date>
  46. <Version>5.3</Version>
  47. <Comment>Clean and rebuilt.</Comment>
  48. <Name>Blue Devil</Name>
  49. <Email>bluedevil@sctzine.com</Email>
  50. </Update>
  51. <Update release="8">
  52. <Date>2020-01-11</Date>
  53. <Version>5.3</Version>
  54. <Comment>Version bump</Comment>
  55. <Name>Blue Devil</Name>
  56. <Email>bluedevil@sctzine.com</Email>
  57. </Update>
  58. <Update release="7">
  59. <Date>2019-01-02</Date>
  60. <Version>5.2</Version>
  61. <Comment>Version bump and rebuilt w/ gcc9.</Comment>
  62. <Name>Blue Devil</Name>
  63. <Email>bluedevil@sctzine.com</Email>
  64. </Update>
  65. <Update release="6">
  66. <Date>2019-10-03</Date>
  67. <Version>5.1.2</Version>
  68. <Comment>Version bump.</Comment>
  69. <Name>Mustafa Cinasal</Name>
  70. <Email>muscnsl@gmail.com</Email>
  71. </Update>
  72. <Update release="5">
  73. <Date>2018-08-29</Date>
  74. <Version>3.13</Version>
  75. <Comment>Version Bump.</Comment>
  76. <Name>Mustafa Cinasal</Name>
  77. <Email>muscnsl@gmail.com</Email>
  78. </Update>
  79. <Update release="4">
  80. <Date>2017-01-25</Date>
  81. <Version>3.12</Version>
  82. <Comment>Rebuild for new toolchain</Comment>
  83. <Name>Kamil Atlı</Name>
  84. <Email>suvari@pisilinux.org</Email>
  85. </Update>
  86. <Update release="3">
  87. <Date>2017-01-16</Date>
  88. <Version>3.12</Version>
  89. <Comment>Version Bump</Comment>
  90. <Name>Kamil Atlı</Name>
  91. <Email>suvari@pisilinux.org</Email>
  92. </Update>
  93. <Update release="2">
  94. <Date>2016-06-09</Date>
  95. <Version>3.11</Version>
  96. <Comment>Release Bump</Comment>
  97. <Name>Pisi Linux Community</Name>
  98. <Email>admin@pisilinux.org</Email>
  99. </Update>
  100. <Update release="1">
  101. <Date>2015-07-27</Date>
  102. <Version>3.11</Version>
  103. <Comment>First release</Comment>
  104. <Name>Ayhan Yalçınsoy</Name>
  105. <Email>ayhanyalcinsoy@pisilinux.org</Email>
  106. </Update>
  107. </History>
  108. </PISI>