pspec.xml 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  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-nose</Name>
  6. <Homepage>https://nose.readthedocs.io/en/latest/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>LGPLv2.1</License>
  12. <PartOf>programming.language.python</PartOf>
  13. <IsA>library</IsA>
  14. <IsA>app:console</IsA>
  15. <Summary>A unittest extension offering automatic test suite discovery and easy test authoring</Summary>
  16. <Description>python-nose provides an alternate test discovery and running process for unittest, one that is intended to mimic the behavior of py.test as much as is reasonably possible without resorting to too much magic.</Description>
  17. <Archive sha1sum="97f2a04c9d43b29ddf4794a1a1d1ba803f1074c6" type="targz">https://pypi.python.org/packages/source/n/nose/nose-1.3.7.tar.gz</Archive>
  18. <BuildDependencies>
  19. <Dependency>python-devel</Dependency>
  20. </BuildDependencies>
  21. </Source>
  22. <Package>
  23. <Name>python-nose</Name>
  24. <Summary>A unittest extension offering automatic test suite discovery and easy test authoring</Summary>
  25. <RuntimeDependencies>
  26. <Dependency>python</Dependency>
  27. </RuntimeDependencies>
  28. <Files>
  29. <Path fileType="library">/usr/lib</Path>
  30. <Path fileType="man">/usr/share/man</Path>
  31. <Path fileType="doc">/usr/share/doc</Path>
  32. <Path fileType="executable">/usr/bin</Path>
  33. </Files>
  34. </Package>
  35. <History>
  36. <Update release="5">
  37. <Date>2019-12-29</Date>
  38. <Version>1.3.7</Version>
  39. <Comment>Rebuilt.</Comment>
  40. <Name>Blue Devil</Name>
  41. <Email>bluedevil@sctzine.com</Email>
  42. </Update>
  43. <Update release="4">
  44. <Date>2018-08-05</Date>
  45. <Version>1.3.7</Version>
  46. <Comment>Rebuild for new toolchain</Comment>
  47. <Name>Pisi Linux Community</Name>
  48. <Email>admin@pisilinux.org</Email>
  49. </Update>
  50. <Update release="3">
  51. <Date>2017-01-25</Date>
  52. <Version>1.3.7</Version>
  53. <Comment>Rebuild for new toolchain</Comment>
  54. <Name>Pisi Linux Community</Name>
  55. <Email>admin@pisilinux.org</Email>
  56. </Update>
  57. <Update release="2">
  58. <Date>2016-06-09</Date>
  59. <Version>1.3.7</Version>
  60. <Comment>Release Bump</Comment>
  61. <Name>Pisi Linux Community</Name>
  62. <Email>admin@pisilinux.org</Email>
  63. </Update>
  64. <Update release="1">
  65. <Date>2015-08-04</Date>
  66. <Version>1.3.7</Version>
  67. <Comment>First release</Comment>
  68. <Name>Ertuğrul Erata</Name>
  69. <Email>ertugrulerata@gmail.com</Email>
  70. </Update>
  71. </History>
  72. </PISI>