pspec.xml 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  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-lxml</Name>
  6. <Homepage>https://lxml.de/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <PartOf>programming.language.python</PartOf>
  12. <License>GPLv2</License>
  13. <License>BSD</License>
  14. <IsA>library</IsA>
  15. <Summary>lxml is the most feature-rich and easy-to-use library</Summary>
  16. <Description>lxml is the most feature-rich and easy-to-use library for working with XML and HTML in the Python language.</Description>
  17. <Archive sha1sum="ef918ed5264baf1d16b5fe88c6faf43b0256fbd1" type="targz">https://github.com/lxml/lxml/archive/lxml-4.5.1.tar.gz</Archive>
  18. <BuildDependencies>
  19. <Dependency>cython</Dependency>
  20. <Dependency>python-devel</Dependency>
  21. <Dependency>libxslt-devel</Dependency>
  22. <Dependency>libxml2-devel</Dependency>
  23. <!-- dependencies for documentation -->
  24. <!-- to generate documentation is problematic
  25. epydoc is not supported any more and
  26. doc package needs more dependencies.
  27. <Dependency>python-docutils</Dependency>
  28. <Dependency>python-Pygments</Dependency>
  29. <Dependency>epydoc</Dependency>
  30. -->
  31. </BuildDependencies>
  32. </Source>
  33. <Package>
  34. <Name>python-lxml</Name>
  35. <Summary>lxml is the most feature-rich and easy-to-use library</Summary>
  36. <RuntimeDependencies>
  37. <Dependency>python</Dependency>
  38. <Dependency>libxml2</Dependency>
  39. <Dependency>libxslt</Dependency>
  40. </RuntimeDependencies>
  41. <Files>
  42. <Path fileType="library">/usr/lib/python2*</Path>
  43. </Files>
  44. </Package>
  45. <Package>
  46. <Name>python-lxml-docs</Name>
  47. <Summary>API documentation of python-lxml</Summary>
  48. <RuntimeDependencies>
  49. <Dependency release="current">python-lxml</Dependency>
  50. </RuntimeDependencies>
  51. <Files>
  52. <Path fileType="doc">/usr/share/doc</Path>
  53. </Files>
  54. </Package>
  55. <History>
  56. <Update release="8">
  57. <Date>2020-05-24</Date>
  58. <Version>4.5.1</Version>
  59. <Comment>Patch version bump.</Comment>
  60. <Name>Blue Devil</Name>
  61. <Email>bluedevil@sctzine.com</Email>
  62. </Update>
  63. <Update release="7">
  64. <Date>2020-02-06</Date>
  65. <Version>4.5.0</Version>
  66. <Comment>Version bump.</Comment>
  67. <Name>Blue Devil</Name>
  68. <Email>bluedevil@sctzine.com</Email>
  69. </Update>
  70. <Update release="6">
  71. <Date>2020-01-20</Date>
  72. <Version>4.4.2</Version>
  73. <Comment>Version bump.</Comment>
  74. <Name>Blue Devil</Name>
  75. <Email>bluedevil@sctzine.com</Email>
  76. </Update>
  77. <Update release="5">
  78. <Date>2018-08-07</Date>
  79. <Version>4.1.1</Version>
  80. <Comment>Rebuild New T.</Comment>
  81. <Name>Mustafa Cinasal</Name>
  82. <Email>muscnsl@gmail.com</Email>
  83. </Update>
  84. <Update release="4">
  85. <Date>2018-02-25</Date>
  86. <Version>4.1.1</Version>
  87. <Comment>Version bump.</Comment>
  88. <Name>Mustafa Cinasal</Name>
  89. <Email>muscnsl@gmail.com</Email>
  90. </Update>
  91. <Update release="3">
  92. <Date>2017-01-25</Date>
  93. <Version>3.7.2</Version>
  94. <Comment>Version Bump</Comment>
  95. <Name>Pisi Linux Community</Name>
  96. <Email>admin@pisilinux.org</Email>
  97. </Update>
  98. <Update release="2">
  99. <Date>2016-06-09</Date>
  100. <Version>3.3.5</Version>
  101. <Comment>Release Bump</Comment>
  102. <Name>Pisi Linux Community</Name>
  103. <Email>admin@pisilinux.org</Email>
  104. </Update>
  105. <Update release="1">
  106. <Date>2014-07-05</Date>
  107. <Version>3.3.5</Version>
  108. <Comment>First release</Comment>
  109. <Name>Vedat Demir</Name>
  110. <Email>vedat@pisilinux.org</Email>
  111. </Update>
  112. </History>
  113. </PISI>