pspec.xml 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>python-psutil</Name>
  6. <Homepage>https://github.com/giampaolo/psutil</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 cross-platform process utilities module for Python</Summary>
  14. <Description>python-psutil is a module providing an interface for retrieving information on all running processes and system utilization (CPU, memory) in a portable way by using Python, implementing many functionalities offered by command line tools like ps, top, kill, lsof and netstat.</Description>
  15. <Archive sha1sum="6995a86bf235b86d4fb214a06335084f7545d107" type="targz">https://github.com/giampaolo/psutil/archive/release-5.7.2.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>python-devel</Dependency>
  18. </BuildDependencies>
  19. </Source>
  20. <Package>
  21. <Name>python-psutil</Name>
  22. <Summary>A cross-platform process utilities module for Python</Summary>
  23. <RuntimeDependencies>
  24. <Dependency>python</Dependency>
  25. </RuntimeDependencies>
  26. <Files>
  27. <Path fileType="library">/usr/lib</Path>
  28. <Path fileType="doc">/usr/share/doc</Path>
  29. </Files>
  30. </Package>
  31. <History>
  32. <Update release="7">
  33. <Date>2021-07-15</Date>
  34. <Version>5.7.2</Version>
  35. <Comment>Rebuild.</Comment>
  36. <Name>Mustafa Cinasal</Name>
  37. <Email>muscnsl@gmail.com</Email>
  38. </Update>
  39. <Update release="6">
  40. <Date>2020-12-08</Date>
  41. <Version>5.7.2</Version>
  42. <Comment>Rebuild.</Comment>
  43. <Name>Mustafa Cinasal</Name>
  44. <Email>muscnsl@gmail.com</Email>
  45. </Update>
  46. <Update release="5">
  47. <Date>2020-07-20</Date>
  48. <Version>5.7.2</Version>
  49. <Comment>Patch version bump.</Comment>
  50. <Name>Blue Devil</Name>
  51. <Email>bluedevil@sctzine.com</Email>
  52. </Update>
  53. <Update release="6">
  54. <Date>2020-02-21</Date>
  55. <Version>5.7.0</Version>
  56. <Comment>Version bump</Comment>
  57. <Name>Blue Devil</Name>
  58. <Email>bluedevil@sctzine.com</Email>
  59. </Update>
  60. <Update release="5">
  61. <Date>2020-01-15</Date>
  62. <Version>5.6.7</Version>
  63. <Comment>Version bump.</Comment>
  64. <Name>Mustafa Cinasal</Name>
  65. <Email>muscnsl@gmail.com</Email>
  66. </Update>
  67. <Update release="4">
  68. <Date>2018-07-15</Date>
  69. <Version>5.0.1</Version>
  70. <Comment>Rebuild</Comment>
  71. <Name>Ertuğrul Erata</Name>
  72. <Email>ertugrulerata@gmail.com</Email>
  73. </Update>
  74. <Update release="3">
  75. <Date>2017-01-22</Date>
  76. <Version>5.0.1</Version>
  77. <Comment>Version bump.</Comment>
  78. <Name>Ertuğrul Erata</Name>
  79. <Email>ertugrulerata@gmail.com</Email>
  80. </Update>
  81. <Update release="2">
  82. <Date>2016-04-27</Date>
  83. <Version>4.0.0</Version>
  84. <Comment>Release Bump</Comment>
  85. <Name>PisiLinux Community</Name>
  86. <Email>admin@pisilinux.org</Email>
  87. </Update>
  88. <Update release="1">
  89. <Date>2016-03-02</Date>
  90. <Version>4.0.0</Version>
  91. <Comment>First release</Comment>
  92. <Name>Ertuğrul Erata</Name>
  93. <Email>ertugrulerata@gmail.com</Email>
  94. </Update>
  95. </History>
  96. </PISI>