pspec.xml 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>python-paramiko</Name>
  6. <Homepage>http://www.lag.net/paramiko/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</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="adf3afcc9e5a3f299a20639771f587a803924443" type="targz">https://github.com/paramiko/paramiko/archive/v1.16.0.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>python3-pycrypto</Dependency>
  18. <Dependency>python-pycrypto</Dependency>
  19. <Dependency>python3-devel</Dependency>
  20. <Dependency>python-devel</Dependency>
  21. </BuildDependencies>
  22. </Source>
  23. <Package>
  24. <Name>python-paramiko</Name>
  25. <Summary>Paramiko module for python</Summary>
  26. <RuntimeDependencies>
  27. <Dependency>python-pycrypto</Dependency>
  28. <Dependency>python</Dependency>
  29. </RuntimeDependencies>
  30. <Files>
  31. <Path fileType="library">/usr/lib</Path>
  32. <Path fileType="doc">/usr/share/doc/python-paramiko</Path>
  33. </Files>
  34. </Package>
  35. <Package>
  36. <Name>python3-paramiko</Name>
  37. <Summary>Paramiko module for python3</Summary>
  38. <RuntimeDependencies>
  39. <Dependency>python3-pycrypto</Dependency>
  40. <Dependency>python3</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>2016-03-31</Date>
  49. <Version>1.16.0</Version>
  50. <Comment>Version bump, rebuilt with docker</Comment>
  51. <Name>İbrahim KARAGÜZEL</Name>
  52. <Email>karaguzelibrahim@gmail.com</Email>
  53. </Update>
  54. <Update release="2">
  55. <Date>2013-11-19</Date>
  56. <Version>1.12.0</Version>
  57. <Comment>Version bump</Comment>
  58. <Name>Burak Fazıl Ertürk</Name>
  59. <Email>burakerturk@pisilinux.org</Email>
  60. </Update>
  61. <Update release="1">
  62. <Date>2012-11-15</Date>
  63. <Version>1.7.7.1</Version>
  64. <Comment>First release</Comment>
  65. <Name>Erdinç Gültekin</Name>
  66. <Email>admins@pisilinux.org</Email>
  67. </Update>
  68. </History>
  69. </PISI>