12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>python-paramiko</Name>
- <Homepage>http://www.lag.net/paramiko/</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>LGPL</License>
- <IsA>library</IsA>
- <Summary>SSH2 implementation for Python</Summary>
- <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>
- <Archive sha1sum="adf3afcc9e5a3f299a20639771f587a803924443" type="targz">https://github.com/paramiko/paramiko/archive/v1.16.0.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>python3-pycrypto</Dependency>
- <Dependency>python-pycrypto</Dependency>
- <Dependency>python3-devel</Dependency>
- <Dependency>python-devel</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>python-paramiko</Name>
- <Summary>Paramiko module for python</Summary>
- <RuntimeDependencies>
- <Dependency>python-pycrypto</Dependency>
- <Dependency>python</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="doc">/usr/share/doc/python-paramiko</Path>
- </Files>
- </Package>
-
- <Package>
- <Name>python3-paramiko</Name>
- <Summary>Paramiko module for python3</Summary>
- <RuntimeDependencies>
- <Dependency>python3-pycrypto</Dependency>
- <Dependency>python3</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="library">/usr/lib/python3*</Path>
- </Files>
- </Package>
- <History>
- <Update release="3">
- <Date>2016-03-31</Date>
- <Version>1.16.0</Version>
- <Comment>Version bump, rebuilt with docker</Comment>
- <Name>İbrahim KARAGÜZEL</Name>
- <Email>karaguzelibrahim@gmail.com</Email>
- </Update>
- <Update release="2">
- <Date>2013-11-19</Date>
- <Version>1.12.0</Version>
- <Comment>Version bump</Comment>
- <Name>Burak Fazıl Ertürk</Name>
- <Email>burakerturk@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2012-11-15</Date>
- <Version>1.7.7.1</Version>
- <Comment>First release</Comment>
- <Name>Erdinç Gültekin</Name>
- <Email>admins@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|