pspec.xml 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM 'http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd'>
  3. <PISI>
  4. <Source>
  5. <Name>python3-nose</Name>
  6. <Homepage>http://somethingaboutorange.com/mrl/projects/nose/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>LGPLv2.1</License>
  12. <IsA>library</IsA>
  13. <IsA>app:console</IsA>
  14. <Summary>A unittest extension offering automatic test suite discovery and easy test authoring</Summary>
  15. <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>
  16. <Archive sha1sum="97f2a04c9d43b29ddf4794a1a1d1ba803f1074c6" type="targz">https://pypi.python.org/packages/source/n/nose/nose-1.3.7.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency versionFrom="3.6.0">python3-devel</Dependency>
  19. <Dependency versionFrom="19.6.1">python3-setuptools</Dependency>
  20. </BuildDependencies>
  21. </Source>
  22. <Package>
  23. <Name>python3-nose</Name>
  24. <RuntimeDependencies>
  25. <Dependency versionFrom="3.6.0">python3</Dependency>
  26. </RuntimeDependencies>
  27. <Files>
  28. <Path fileType="library">/usr/lib</Path>
  29. <Path fileType="executable">/usr/bin</Path>
  30. <Path fileType="man">/usr/share/man</Path>
  31. <Path fileType="doc">/usr/share/doc</Path>
  32. </Files>
  33. </Package>
  34. <History>
  35. <Update release="4">
  36. <Date>2017-02-01</Date>
  37. <Version>1.3.7</Version>
  38. <Comment>Release Bump</Comment>
  39. <Name>Ayhan Yalçınsoy</Name>
  40. <Email>ayhanyalcinsoy@pisilinux.org</Email>
  41. </Update>
  42. <Update release="3">
  43. <Date>2016-06-09</Date>
  44. <Version>1.3.7</Version>
  45. <Comment>Release Bump</Comment>
  46. <Name>Pisi Linux Community</Name>
  47. <Email>admin@pisilinux.org</Email>
  48. </Update>
  49. <Update release="2">
  50. <Date>2016-06-06</Date>
  51. <Version>1.3.7</Version>
  52. <Comment>Rebuild</Comment>
  53. <Name>Ertuğrul Erata</Name>
  54. <Email>ertugrulerata@gmail.com</Email>
  55. </Update>
  56. <Update release="1">
  57. <Date>2015-08-04</Date>
  58. <Version>1.3.7</Version>
  59. <Comment>First release</Comment>
  60. <Name>Ertuğrul Erata</Name>
  61. <Email>ertugrulerata@gmail.com</Email>
  62. </Update>
  63. </History>
  64. </PISI>