pspec.xml 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE INARY SYSTEM "https://raw.githubusercontent.com/Zaryob/inary/master/inary-spec.dtd">
  3. <INARY>
  4. <Source>
  5. <Name>pyparamiko</Name>
  6. <Homepage>http://www.lag.net/paramiko/</Homepage>
  7. <Packager>
  8. <Name>Süleyman Poyraz</Name>
  9. <Email>zaryob.dev@gmail.com</Email>
  10. </Packager>
  11. <License>LGPL</License>
  12. <IsA>library</IsA>
  13. <Summary>SSH2 implementation for Python</Summary>
  14. <Description>python-paramiko is a module for python 2.2 (or higher) that implements the SSH2 protocol for secure (encrypted and authenticated) connections to remote machines.</Description>
  15. <Archive sha1sum="bcbd77a81f7a5b6ae93f59f3586a248513aa31e2" type="targz">https://github.com/paramiko/paramiko/archive/2.7.1.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>python3-setuptools</Dependency>
  18. <Dependency>python-setuptools</Dependency>
  19. <Dependency>python3-pycrypto</Dependency>
  20. <Dependency>python-pycrypto</Dependency>
  21. <Dependency>python-devel</Dependency>
  22. </BuildDependencies>
  23. </Source>
  24. <Package>
  25. <Name>python-paramiko</Name>
  26. <Summary>Paramiko module for python</Summary>
  27. <RuntimeDependencies>
  28. <Dependency>python-pycrypto</Dependency>
  29. <Dependency>python</Dependency>
  30. </RuntimeDependencies>
  31. <Files>
  32. <Path fileType="library">/usr/lib</Path>
  33. <Path fileType="doc">/usr/share/doc/pyparamiko</Path>
  34. </Files>
  35. </Package>
  36. <Package>
  37. <Name>python3-paramiko</Name>
  38. <Summary>Paramiko module for python3</Summary>
  39. <RuntimeDependencies>
  40. <Dependency>python3-pycrypto</Dependency>
  41. </RuntimeDependencies>
  42. <Files>
  43. <Path fileType="library">/usr/lib/python3*</Path>
  44. </Files>
  45. </Package>
  46. <History>
  47. <Update release="3">
  48. <Date>2020-07-01</Date>
  49. <Version>2.7.1</Version>
  50. <Comment>Package is rebuilded and released up.</Comment>
  51. <Name>Suleyman Poyraz</Name>
  52. <Email>zaryob.dev@gmail.com</Email>
  53. </Update>
  54. <Update release="2">
  55. <Date>2019-12-12</Date>
  56. <Version>2.7.1</Version>
  57. <Comment>Automatic version upgrade.</Comment>
  58. <Name>Ali Rıza KESKİN</Name>
  59. <Email>parduscix@yandex.ru</Email>
  60. </Update>
  61. <Update release="1">
  62. <Date>2019-09-16</Date>
  63. <Version>2.6.0</Version>
  64. <Comment>First release</Comment>
  65. <Name>Süleyman Poyraz</Name>
  66. <Email>zaryob.dev@gmail.com</Email>
  67. </Update>
  68. </History>
  69. </INARY>