pspec.xml 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  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-smbc</Name>
  6. <Homepage>http://cyberelk.net/tim/software/pysmbc</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. <IsA>library</IsA>
  14. <Summary>Python interface to the libsmbclient library</Summary>
  15. <Description>python-smbc is a Python binding for the libsmbclient library.</Description>
  16. <Archive sha1sum="32e676c17b03f2bf30368e675fdd1d62da64060a" type="targz">https://pypi.org/packages/source/p/pysmbc/pysmbc-1.0.22.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency>samba-devel</Dependency>
  19. <Dependency>python-devel</Dependency>
  20. <Dependency>python-setuptools</Dependency>
  21. </BuildDependencies>
  22. </Source>
  23. <Package>
  24. <Name>python-smbc</Name>
  25. <Summary>Python interface to the libsmbclient library</Summary>
  26. <RuntimeDependencies>
  27. <Dependency>samba</Dependency>
  28. <Dependency>python</Dependency>
  29. </RuntimeDependencies>
  30. <Files>
  31. <Path fileType="library">/usr/lib/python2*</Path>
  32. <Path fileType="doc">/usr/share/doc/python-smbc</Path>
  33. </Files>
  34. </Package>
  35. <History>
  36. <Update release="9">
  37. <Date>2020-05-24</Date>
  38. <Version>1.0.22</Version>
  39. <Comment>Patch version bump.</Comment>
  40. <Name>Blue Devil</Name>
  41. <Email>bluedevil@sctzine.com</Email>
  42. </Update>
  43. <Update release="8">
  44. <Date>2020-04-22</Date>
  45. <Version>1.0.21</Version>
  46. <Comment>Patch version bump.</Comment>
  47. <Name>Blue Devil</Name>
  48. <Email>bluedevil@sctzine.com</Email>
  49. </Update>
  50. <Update release="7">
  51. <Date>2020-03-29</Date>
  52. <Version>1.0.20</Version>
  53. <Comment>Patch version bump.</Comment>
  54. <Name>Blue Devil</Name>
  55. <Email>bluedevil@sctzine.com</Email>
  56. </Update>
  57. <Update release="6">
  58. <Date>2020-03-27</Date>
  59. <Version>1.0.19</Version>
  60. <Comment>Patch version bump.</Comment>
  61. <Name>Blue Devil</Name>
  62. <Email>bluedevil@sctzine.com</Email>
  63. </Update>
  64. <Update release="5">
  65. <Date>2020-01-20</Date>
  66. <Version>1.0.18</Version>
  67. <Comment>Version bump.</Comment>
  68. <Name>Blue Devil</Name>
  69. <Email>bluedevil@sctzine.com</Email>
  70. </Update>
  71. <Update release="4">
  72. <Date>2018-08-15</Date>
  73. <Version>1.0.15.4</Version>
  74. <Comment>Version Bump</Comment>
  75. <Name>Pisi Linux Community</Name>
  76. <Email>admin@pisilinux.org</Email>
  77. </Update>
  78. <Update release="3">
  79. <Date>2017-01-25</Date>
  80. <Version>1.0.13</Version>
  81. <Comment>Rebuild for new toolchain</Comment>
  82. <Name>Pisi Linux Community</Name>
  83. <Email>admin@pisilinux.org</Email>
  84. </Update>
  85. <Update release="2">
  86. <Date>2016-06-09</Date>
  87. <Version>1.0.13</Version>
  88. <Comment>Release Bump</Comment>
  89. <Name>Pisi Linux Community</Name>
  90. <Email>admin@pisilinux.org</Email>
  91. </Update>
  92. <Update release="1">
  93. <Date>2016-01-09</Date>
  94. <Version>1.0.13</Version>
  95. <Comment>First release</Comment>
  96. <Name>Alihan Öztürk</Name>
  97. <Email>alihan@pisilinux.org</Email>
  98. </Update>
  99. </History>
  100. </PISI>