pspec.xml 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>pypolkit</Name>
  6. <Homepage>https://pisilinux.org</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>MIT</License>
  12. <IsA>library</IsA>
  13. <Summary>Python binding of PolicyKit</Summary>
  14. <Description>pypolkit is a Python binding for the PolicyKit library.</Description>
  15. <Archive sha1sum="1762dc6e6ea2e5b5cbb153c4c20c72604dbe6a2d" type="targz">https://sourceforge.net/projects/pisilinux/files/source/pypolkit-1.0.2.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>glib2-devel</Dependency>
  18. <Dependency>python-devel</Dependency>
  19. <Dependency versionFrom="0.118">polkit-devel</Dependency>
  20. </BuildDependencies>
  21. </Source>
  22. <Package>
  23. <Name>pypolkit</Name>
  24. <RuntimeDependencies>
  25. <Dependency>glib2</Dependency>
  26. <Dependency>polkit</Dependency>
  27. <Dependency>python</Dependency>
  28. </RuntimeDependencies>
  29. <Files>
  30. <Path fileType="library">/usr/lib</Path>
  31. <Path fileType="doc">/usr/share/doc</Path>
  32. </Files>
  33. </Package>
  34. <History>
  35. <Update release="09">
  36. <Date>2021-10-22</Date>
  37. <Version>1.0.2</Version>
  38. <Comment>Rebuild.</Comment>
  39. <Name>Mustafa Cinasal</Name>
  40. <Email>muscnsl@gmail.com</Email>
  41. </Update>
  42. <Update release="8">
  43. <Date>2021-10-02</Date>
  44. <Version>1.0.2</Version>
  45. <Comment>Rebuild.</Comment>
  46. <Name>Mustafa Cinasal</Name>
  47. <Email>muscnsl@gmail.com</Email>
  48. </Update>
  49. <Update release="7">
  50. <Date>2020-05-27</Date>
  51. <Version>1.0.2</Version>
  52. <Comment>Rebuild.</Comment>
  53. <Name>Mustafa Cinasal</Name>
  54. <Email>muscnsl@gmail.com</Email>
  55. </Update>
  56. <Update release="6">
  57. <Date>2020-12-09</Date>
  58. <Version>1.0.2</Version>
  59. <Comment>Rebuild.</Comment>
  60. <Name>Mustafa Cinasal</Name>
  61. <Email>muscnsl@gmail.com</Email>
  62. </Update>
  63. <Update release="5">
  64. <Date>2020-02-16</Date>
  65. <Version>1.0.2</Version>
  66. <Comment>Rebuild.</Comment>
  67. <Name>Idris Kalp</Name>
  68. <Email>idriskalp@gmail.com</Email>
  69. </Update>
  70. <Update release="4">
  71. <Date>2018-07-22</Date>
  72. <Version>1.0.2</Version>
  73. <Comment>Rebuild glib2</Comment>
  74. <Name>Ertuğrul Erata</Name>
  75. <Email>ertugrulerata@gmail.com</Email>
  76. </Update>
  77. <Update release="3">
  78. <Date>2017-01-30</Date>
  79. <Version>1.0.2</Version>
  80. <Comment>Rebuild.</Comment>
  81. <Name>Ertuğrul Erata</Name>
  82. <Email>ertugrulerata@gmail.com</Email>
  83. </Update>
  84. <Update release="2">
  85. <Date>2016-04-27</Date>
  86. <Version>1.0.2</Version>
  87. <Comment>Release Bump</Comment>
  88. <Name>PisiLinux Community</Name>
  89. <Email>admin@pisilinux.org</Email>
  90. </Update>
  91. <Update release="1">
  92. <Date>2016-03-09</Date>
  93. <Version>1.0.2</Version>
  94. <Comment>First release</Comment>
  95. <Name>Ertuğrul Erata</Name>
  96. <Email>ertugrulerata@gmail.com</Email>
  97. </Update>
  98. </History>
  99. </PISI>