pspec.xml 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  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-decorator</Name>
  6. <Homepage>http://www.phyast.pitt.edu/~micheles/python/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <PartOf>programming.language.python</PartOf>
  12. <License>BSD</License>
  13. <IsA>library</IsA>
  14. <Summary>Python module to simplify the usage of decorators</Summary>
  15. <Description>python-decorator simplifies the usage of decorators for the average programmer.</Description>
  16. <Archive sha1sum="e849ad93b008a4f8922f05db4045b1f1aac4a0f3" type="targz">https://github.com/micheles/decorator/archive/4.4.2.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency>python-setuptools</Dependency>
  19. <Dependency>python-nose</Dependency>
  20. </BuildDependencies>
  21. </Source>
  22. <Package>
  23. <Name>python-decorator</Name>
  24. <Summary>Python module to simplify the usage of decorators</Summary>
  25. <Files>
  26. <Path fileType="doc">/usr/share/doc/python-decorator</Path>
  27. <Path fileType="library">/usr/lib/python2*</Path>
  28. </Files>
  29. </Package>
  30. <History>
  31. <Update release="8">
  32. <Date>2020-03-04</Date>
  33. <Version>4.4.2</Version>
  34. <Comment>Patch version bump.</Comment>
  35. <Name>Blue Devil</Name>
  36. <Email>bluedevil@sctzine.com</Email>
  37. </Update>
  38. <Update release="7">
  39. <Date>2019-12-27</Date>
  40. <Version>4.4.1</Version>
  41. <Comment>Version bump.</Comment>
  42. <Name>Blue Devil</Name>
  43. <Email>bluedevil@sctzine.com</Email>
  44. </Update>
  45. <Update release="6">
  46. <Date>2018-08-19</Date>
  47. <Version>4.3.0</Version>
  48. <Comment>Version Bump.</Comment>
  49. <Name>Pisi Linux Community</Name>
  50. <Email>admin@pisilinux.org</Email>
  51. </Update>
  52. <Update release="5">
  53. <Date>2018-02-26</Date>
  54. <Version>4.2.1</Version>
  55. <Comment>Rebuild.</Comment>
  56. <Name>Pisi Linux Community</Name>
  57. <Email>admin@pisilinux.org</Email>
  58. </Update>
  59. <Update release="4">
  60. <Date>2017-03-05</Date>
  61. <Version>4.0.11</Version>
  62. <Comment>Rebuild.</Comment>
  63. <Name>Pisi Linux Community</Name>
  64. <Email>admin@pisilinux.org</Email>
  65. </Update>
  66. <Update release="3">
  67. <Date>2017-01-25</Date>
  68. <Version>4.0.11</Version>
  69. <Comment>Version Bump</Comment>
  70. <Name>Pisi Linux Community</Name>
  71. <Email>admin@pisilinux.org</Email>
  72. </Update>
  73. <Update release="2">
  74. <Date>2016-06-09</Date>
  75. <Version>4.0.2</Version>
  76. <Comment>Release Bump</Comment>
  77. <Name>Pisi Linux Community</Name>
  78. <Email>admin@pisilinux.org</Email>
  79. </Update>
  80. <Update release="1">
  81. <Date>2015-08-04</Date>
  82. <Version>4.0.2</Version>
  83. <Comment>First release</Comment>
  84. <Name>Ertuğrul Erata</Name>
  85. <Email>ertugrulerata@gmail.com</Email>
  86. </Update>
  87. </History>
  88. </PISI>