pspec.xml 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  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-PyYAML</Name>
  6. <Homepage>http://pyyaml.org/wiki/PyYAML</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <IsA>library</IsA>
  13. <Summary>The next generation YAML parser and emitter for Python</Summary>
  14. <Description>python-pyyaml is the next generation YAML parser and emitter for Python.</Description>
  15. <Archive sha1sum="cb7fd3e58c129494ee86e41baedfec69eb7dafbe" type="targz">http://pyyaml.org/download/pyyaml/PyYAML-3.12.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>libyaml-devel</Dependency>
  18. <Dependency>python-devel</Dependency>
  19. </BuildDependencies>
  20. </Source>
  21. <Package>
  22. <Name>python-PyYAML</Name>
  23. <RuntimeDependencies>
  24. <Dependency>python</Dependency>
  25. <Dependency>libyaml</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="4">
  34. <Date>2017-01-25</Date>
  35. <Version>3.12</Version>
  36. <Comment>Rebuild for new toolchain</Comment>
  37. <Name>Kamil Atlı</Name>
  38. <Email>suvari@pisilinux.org</Email>
  39. </Update>
  40. <Update release="3">
  41. <Date>2017-01-16</Date>
  42. <Version>3.12</Version>
  43. <Comment>Version Bump</Comment>
  44. <Name>Kamil Atlı</Name>
  45. <Email>suvari@pisilinux.org</Email>
  46. </Update>
  47. <Update release="2">
  48. <Date>2016-06-09</Date>
  49. <Version>3.11</Version>
  50. <Comment>Release Bump</Comment>
  51. <Name>Pisi Linux Community</Name>
  52. <Email>admin@pisilinux.org</Email>
  53. </Update>
  54. <Update release="1">
  55. <Date>2015-07-27</Date>
  56. <Version>3.11</Version>
  57. <Comment>First release</Comment>
  58. <Name>Ayhan Yalçınsoy</Name>
  59. <Email>ayhanyalcinsoy@pisilinux.org</Email>
  60. </Update>
  61. </History>
  62. </PISI>