- update to py-paramiko 1.7.4

- change maintainer
- regen PLIST

ok ajacoutot@
This commit is contained in:
benoit 2009-05-22 12:29:19 +00:00
parent 4684dbeae3
commit 8ae99f70e5
3 changed files with 220 additions and 224 deletions

View File

@ -1,12 +1,15 @@
# $OpenBSD: Makefile,v 1.17 2009/03/24 18:14:10 jasper Exp $
# $OpenBSD: Makefile,v 1.18 2009/05/22 12:29:19 benoit Exp $
COMMENT= Python module that implements the SSH2 protocol
DISTNAME= paramiko-1.6.2
PKGNAME= py-${DISTNAME}p2
CATEGORIES= security
MODPY_EGG_VERSION= 1.7.4
DISTNAME= paramiko-${MODPY_EGG_VERSION}
PKGNAME= py-${DISTNAME}
CATEGORIES= security
HOMEPAGE= http://www.lag.net/paramiko/
HOMEPAGE= http://www.lag.net/paramiko/
MAINTAINER= Benoit Lecocq <benoit@openbsd.org>
# LGPL
PERMIT_PACKAGE_CDROM= Yes
@ -27,11 +30,12 @@ NO_REGRESS= Yes
DOCSDIR= ${PREFIX}/share/doc/py-paramiko
EXAMPLESDIR= ${PREFIX}/share/examples/py-paramiko
pre-build:
@perl -pi -e "s,^\#\!/usr/bin/env python,#!${MODPY_BIN}," ${WRKSRC}/demos/*.py
post-install:
${INSTALL_DATA_DIR} ${DOCSDIR}/{private,public}
${INSTALL_DATA} ${WRKSRC}/docs/{index.html,epydoc.css} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/docs/private/* ${DOCSDIR}/private
${INSTALL_DATA} ${WRKSRC}/docs/public/* ${DOCSDIR}/public
${INSTALL_DATA_DIR} ${DOCSDIR}/
${INSTALL_DATA} ${WRKSRC}/docs/* ${DOCSDIR}
${INSTALL_DATA_DIR} ${EXAMPLESDIR}/demos
${INSTALL_DATA} ${WRKSRC}/demos/* ${EXAMPLESDIR}/demos

View File

@ -1,5 +1,5 @@
MD5 (paramiko-1.6.2.tar.gz) = BQTnB1RTWRbeGAH6y8kJQw==
RMD160 (paramiko-1.6.2.tar.gz) = P3GDFuJ615ppSrSQOttiD7HtPNU=
SHA1 (paramiko-1.6.2.tar.gz) = lRsLRllz6al0Z5qgwQ3hlsuG35k=
SHA256 (paramiko-1.6.2.tar.gz) = n9qfilr/nsW1HL+jxov0Aak8STZSVTM2VMM/VUYkrkg=
SIZE (paramiko-1.6.2.tar.gz) = 398279
MD5 (paramiko-1.7.4.tar.gz) = augvLrMHSL54nU/zkJ5LXg==
RMD160 (paramiko-1.7.4.tar.gz) = SsG2FAn37iRlIt4WVnGFvVnht5Q=
SHA1 (paramiko-1.7.4.tar.gz) = oz6cP71j9+OoMngXmk1DblsoNH8=
SHA256 (paramiko-1.7.4.tar.gz) = CE21L5pzBoxiKtbL6ruCkFD6D9UAX4HOW1BzkVj+ZvU=
SIZE (paramiko-1.7.4.tar.gz) = 835414

View File

@ -1,11 +1,11 @@
@comment $OpenBSD: PLIST,v 1.12 2006/10/27 06:05:00 steven Exp $
@comment $OpenBSD: PLIST,v 1.13 2009/05/22 12:29:21 benoit Exp $
lib/python${MODPY_VERSION}/site-packages/paramiko/
lib/python${MODPY_VERSION}/site-packages/paramiko-1.6.2-py${MODPY_VERSION}.egg-info/
lib/python${MODPY_VERSION}/site-packages/paramiko-1.6.2-py${MODPY_VERSION}.egg-info/PKG-INFO
lib/python${MODPY_VERSION}/site-packages/paramiko-1.6.2-py${MODPY_VERSION}.egg-info/SOURCES.txt
lib/python${MODPY_VERSION}/site-packages/paramiko-1.6.2-py${MODPY_VERSION}.egg-info/dependency_links.txt
lib/python${MODPY_VERSION}/site-packages/paramiko-1.6.2-py${MODPY_VERSION}.egg-info/requires.txt
lib/python${MODPY_VERSION}/site-packages/paramiko-1.6.2-py${MODPY_VERSION}.egg-info/top_level.txt
lib/python${MODPY_VERSION}/site-packages/paramiko-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
lib/python${MODPY_VERSION}/site-packages/paramiko-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
lib/python${MODPY_VERSION}/site-packages/paramiko-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/SOURCES.txt
lib/python${MODPY_VERSION}/site-packages/paramiko-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/dependency_links.txt
lib/python${MODPY_VERSION}/site-packages/paramiko-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/requires.txt
lib/python${MODPY_VERSION}/site-packages/paramiko-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/top_level.txt
lib/python${MODPY_VERSION}/site-packages/paramiko/__init__.py
lib/python${MODPY_VERSION}/site-packages/paramiko/__init__.pyc
lib/python${MODPY_VERSION}/site-packages/paramiko/agent.py
@ -40,8 +40,6 @@ lib/python${MODPY_VERSION}/site-packages/paramiko/logging22.py
lib/python${MODPY_VERSION}/site-packages/paramiko/logging22.pyc
lib/python${MODPY_VERSION}/site-packages/paramiko/message.py
lib/python${MODPY_VERSION}/site-packages/paramiko/message.pyc
lib/python${MODPY_VERSION}/site-packages/paramiko/odict.py
lib/python${MODPY_VERSION}/site-packages/paramiko/odict.pyc
lib/python${MODPY_VERSION}/site-packages/paramiko/packet.py
lib/python${MODPY_VERSION}/site-packages/paramiko/packet.pyc
lib/python${MODPY_VERSION}/site-packages/paramiko/pipe.py
@ -50,6 +48,14 @@ lib/python${MODPY_VERSION}/site-packages/paramiko/pkey.py
lib/python${MODPY_VERSION}/site-packages/paramiko/pkey.pyc
lib/python${MODPY_VERSION}/site-packages/paramiko/primes.py
lib/python${MODPY_VERSION}/site-packages/paramiko/primes.pyc
lib/python${MODPY_VERSION}/site-packages/paramiko/resource.py
lib/python${MODPY_VERSION}/site-packages/paramiko/resource.pyc
lib/python${MODPY_VERSION}/site-packages/paramiko/rng.py
lib/python${MODPY_VERSION}/site-packages/paramiko/rng.pyc
lib/python${MODPY_VERSION}/site-packages/paramiko/rng_posix.py
lib/python${MODPY_VERSION}/site-packages/paramiko/rng_posix.pyc
lib/python${MODPY_VERSION}/site-packages/paramiko/rng_win32.py
lib/python${MODPY_VERSION}/site-packages/paramiko/rng_win32.pyc
lib/python${MODPY_VERSION}/site-packages/paramiko/rsakey.py
lib/python${MODPY_VERSION}/site-packages/paramiko/rsakey.pyc
lib/python${MODPY_VERSION}/site-packages/paramiko/server.py
@ -77,209 +83,194 @@ lib/python${MODPY_VERSION}/site-packages/paramiko/util.pyc
lib/python${MODPY_VERSION}/site-packages/paramiko/win_pageant.py
lib/python${MODPY_VERSION}/site-packages/paramiko/win_pageant.pyc
share/doc/py-paramiko/
share/doc/py-paramiko/api-objects.txt
share/doc/py-paramiko/bug-index.html
share/doc/py-paramiko/class-tree.html
share/doc/py-paramiko/crarr.png
share/doc/py-paramiko/epydoc.css
share/doc/py-paramiko/epydoc.js
share/doc/py-paramiko/frames.html
share/doc/py-paramiko/help.html
share/doc/py-paramiko/identifier-index.html
share/doc/py-paramiko/index.html
share/doc/py-paramiko/private/
share/doc/py-paramiko/private/UserDict.DictMixin-class.html
share/doc/py-paramiko/private/__builtin__.dict-class.html
share/doc/py-paramiko/private/__builtin__.object-class.html
share/doc/py-paramiko/private/__builtin__.type-class.html
share/doc/py-paramiko/private/epydoc.css
share/doc/py-paramiko/private/exceptions.EnvironmentError-class.html
share/doc/py-paramiko/private/exceptions.Exception-class.html
share/doc/py-paramiko/private/exceptions.IOError-class.html
share/doc/py-paramiko/private/exceptions.StandardError-class.html
share/doc/py-paramiko/private/frames.html
share/doc/py-paramiko/private/help.html
share/doc/py-paramiko/private/index.html
share/doc/py-paramiko/private/indices.html
share/doc/py-paramiko/private/paramiko-module.html
share/doc/py-paramiko/private/paramiko.Agent-class.html
share/doc/py-paramiko/private/paramiko.AgentKey-class.html
share/doc/py-paramiko/private/paramiko.AuthHandler-class.html
share/doc/py-paramiko/private/paramiko.AuthenticationException-class.html
share/doc/py-paramiko/private/paramiko.AutoAddPolicy-class.html
share/doc/py-paramiko/private/paramiko.BadAuthenticationType-class.html
share/doc/py-paramiko/private/paramiko.BadHostKeyException-class.html
share/doc/py-paramiko/private/paramiko.BaseSFTP-class.html
share/doc/py-paramiko/private/paramiko.BufferedFile-class.html
share/doc/py-paramiko/private/paramiko.Channel-class.html
share/doc/py-paramiko/private/paramiko.ChannelException-class.html
share/doc/py-paramiko/private/paramiko.ChannelFile-class.html
share/doc/py-paramiko/private/paramiko.DSSKey-class.html
share/doc/py-paramiko/private/paramiko.HostKeys-class.html
share/doc/py-paramiko/private/paramiko.Message-class.html
share/doc/py-paramiko/private/paramiko.MissingHostKeyPolicy-class.html
share/doc/py-paramiko/private/paramiko.PKey-class.html
share/doc/py-paramiko/private/paramiko.Packetizer-class.html
share/doc/py-paramiko/private/paramiko.PasswordRequiredException-class.html
share/doc/py-paramiko/private/paramiko.RSAKey-class.html
share/doc/py-paramiko/private/paramiko.RejectPolicy-class.html
share/doc/py-paramiko/private/paramiko.SFTP-class.html
share/doc/py-paramiko/private/paramiko.SFTPAttributes-class.html
share/doc/py-paramiko/private/paramiko.SFTPClient-class.html
share/doc/py-paramiko/private/paramiko.SFTPError-class.html
share/doc/py-paramiko/private/paramiko.SFTPFile-class.html
share/doc/py-paramiko/private/paramiko.SFTPHandle-class.html
share/doc/py-paramiko/private/paramiko.SFTPServer-class.html
share/doc/py-paramiko/private/paramiko.SFTPServerInterface-class.html
share/doc/py-paramiko/private/paramiko.SSHClient-class.html
share/doc/py-paramiko/private/paramiko.SSHConfig-class.html
share/doc/py-paramiko/private/paramiko.SSHException-class.html
share/doc/py-paramiko/private/paramiko.SecurityOptions-class.html
share/doc/py-paramiko/private/paramiko.ServerInterface-class.html
share/doc/py-paramiko/private/paramiko.SubsystemHandler-class.html
share/doc/py-paramiko/private/paramiko.Transport-class.html
share/doc/py-paramiko/private/paramiko.agent-module.html
share/doc/py-paramiko/private/paramiko.auth_handler-module.html
share/doc/py-paramiko/private/paramiko.ber-module.html
share/doc/py-paramiko/private/paramiko.ber.BER-class.html
share/doc/py-paramiko/private/paramiko.ber.BERException-class.html
share/doc/py-paramiko/private/paramiko.buffered_pipe-module.html
share/doc/py-paramiko/private/paramiko.buffered_pipe.BufferedPipe-class.html
share/doc/py-paramiko/private/paramiko.buffered_pipe.PipeTimeout-class.html
share/doc/py-paramiko/private/paramiko.channel-module.html
share/doc/py-paramiko/private/paramiko.channel.ChannelStderrFile-class.html
share/doc/py-paramiko/private/paramiko.client-module.html
share/doc/py-paramiko/private/paramiko.common-module.html
share/doc/py-paramiko/private/paramiko.compress-module.html
share/doc/py-paramiko/private/paramiko.compress.ZlibCompressor-class.html
share/doc/py-paramiko/private/paramiko.compress.ZlibDecompressor-class.html
share/doc/py-paramiko/private/paramiko.config-module.html
share/doc/py-paramiko/private/paramiko.dsskey-module.html
share/doc/py-paramiko/private/paramiko.file-module.html
share/doc/py-paramiko/private/paramiko.hostkeys-module.html
share/doc/py-paramiko/private/paramiko.hostkeys.HostKeyEntry-class.html
share/doc/py-paramiko/private/paramiko.kex_gex-module.html
share/doc/py-paramiko/private/paramiko.kex_gex.KexGex-class.html
share/doc/py-paramiko/private/paramiko.kex_group1-module.html
share/doc/py-paramiko/private/paramiko.kex_group1.KexGroup1-class.html
share/doc/py-paramiko/private/paramiko.logging22-module.html
share/doc/py-paramiko/private/paramiko.logging22.Formatter-class.html
share/doc/py-paramiko/private/paramiko.logging22.StreamHandler-class.html
share/doc/py-paramiko/private/paramiko.logging22.logger-class.html
share/doc/py-paramiko/private/paramiko.message-module.html
share/doc/py-paramiko/private/paramiko.odict-module.html
share/doc/py-paramiko/private/paramiko.odict.odict-class.html
share/doc/py-paramiko/private/paramiko.packet-module.html
share/doc/py-paramiko/private/paramiko.packet.NeedRekeyException-class.html
share/doc/py-paramiko/private/paramiko.pipe-module.html
share/doc/py-paramiko/private/paramiko.pipe.PosixPipe-class.html
share/doc/py-paramiko/private/paramiko.pipe.WindowsPipe-class.html
share/doc/py-paramiko/private/paramiko.pkey-module.html
share/doc/py-paramiko/private/paramiko.primes-module.html
share/doc/py-paramiko/private/paramiko.primes.ModulusPack-class.html
share/doc/py-paramiko/private/paramiko.rsakey-module.html
share/doc/py-paramiko/private/paramiko.server-module.html
share/doc/py-paramiko/private/paramiko.server.InteractiveQuery-class.html
share/doc/py-paramiko/private/paramiko.sftp-module.html
share/doc/py-paramiko/private/paramiko.sftp_attr-module.html
share/doc/py-paramiko/private/paramiko.sftp_client-module.html
share/doc/py-paramiko/private/paramiko.sftp_file-module.html
share/doc/py-paramiko/private/paramiko.sftp_handle-module.html
share/doc/py-paramiko/private/paramiko.sftp_server-module.html
share/doc/py-paramiko/private/paramiko.sftp_si-module.html
share/doc/py-paramiko/private/paramiko.ssh_exception-module.html
share/doc/py-paramiko/private/paramiko.ssh_exception.PartialAuthentication-class.html
share/doc/py-paramiko/private/paramiko.transport-module.html
share/doc/py-paramiko/private/paramiko.util-module.html
share/doc/py-paramiko/private/paramiko.util.PFilter-class.html
share/doc/py-paramiko/private/paramiko.win_pageant-module.html
share/doc/py-paramiko/private/paramiko.win_pageant.PageantConnection-class.html
share/doc/py-paramiko/private/threading.Thread-class.html
share/doc/py-paramiko/private/threading._Verbose-class.html
share/doc/py-paramiko/private/toc-everything.html
share/doc/py-paramiko/private/toc-paramiko-module.html
share/doc/py-paramiko/private/toc-paramiko.agent-module.html
share/doc/py-paramiko/private/toc-paramiko.auth_handler-module.html
share/doc/py-paramiko/private/toc-paramiko.ber-module.html
share/doc/py-paramiko/private/toc-paramiko.buffered_pipe-module.html
share/doc/py-paramiko/private/toc-paramiko.channel-module.html
share/doc/py-paramiko/private/toc-paramiko.client-module.html
share/doc/py-paramiko/private/toc-paramiko.common-module.html
share/doc/py-paramiko/private/toc-paramiko.compress-module.html
share/doc/py-paramiko/private/toc-paramiko.config-module.html
share/doc/py-paramiko/private/toc-paramiko.dsskey-module.html
share/doc/py-paramiko/private/toc-paramiko.file-module.html
share/doc/py-paramiko/private/toc-paramiko.hostkeys-module.html
share/doc/py-paramiko/private/toc-paramiko.kex_gex-module.html
share/doc/py-paramiko/private/toc-paramiko.kex_group1-module.html
share/doc/py-paramiko/private/toc-paramiko.logging22-module.html
share/doc/py-paramiko/private/toc-paramiko.message-module.html
share/doc/py-paramiko/private/toc-paramiko.odict-module.html
share/doc/py-paramiko/private/toc-paramiko.packet-module.html
share/doc/py-paramiko/private/toc-paramiko.pipe-module.html
share/doc/py-paramiko/private/toc-paramiko.pkey-module.html
share/doc/py-paramiko/private/toc-paramiko.primes-module.html
share/doc/py-paramiko/private/toc-paramiko.rsakey-module.html
share/doc/py-paramiko/private/toc-paramiko.server-module.html
share/doc/py-paramiko/private/toc-paramiko.sftp-module.html
share/doc/py-paramiko/private/toc-paramiko.sftp_attr-module.html
share/doc/py-paramiko/private/toc-paramiko.sftp_client-module.html
share/doc/py-paramiko/private/toc-paramiko.sftp_file-module.html
share/doc/py-paramiko/private/toc-paramiko.sftp_handle-module.html
share/doc/py-paramiko/private/toc-paramiko.sftp_server-module.html
share/doc/py-paramiko/private/toc-paramiko.sftp_si-module.html
share/doc/py-paramiko/private/toc-paramiko.ssh_exception-module.html
share/doc/py-paramiko/private/toc-paramiko.transport-module.html
share/doc/py-paramiko/private/toc-paramiko.util-module.html
share/doc/py-paramiko/private/toc-paramiko.win_pageant-module.html
share/doc/py-paramiko/private/toc.html
share/doc/py-paramiko/private/trees.html
share/doc/py-paramiko/public/
share/doc/py-paramiko/public/UserDict.DictMixin-class.html
share/doc/py-paramiko/public/__builtin__.dict-class.html
share/doc/py-paramiko/public/__builtin__.object-class.html
share/doc/py-paramiko/public/__builtin__.type-class.html
share/doc/py-paramiko/public/epydoc.css
share/doc/py-paramiko/public/exceptions.EnvironmentError-class.html
share/doc/py-paramiko/public/exceptions.Exception-class.html
share/doc/py-paramiko/public/exceptions.IOError-class.html
share/doc/py-paramiko/public/exceptions.StandardError-class.html
share/doc/py-paramiko/public/frames.html
share/doc/py-paramiko/public/help.html
share/doc/py-paramiko/public/index.html
share/doc/py-paramiko/public/indices.html
share/doc/py-paramiko/public/paramiko-module.html
share/doc/py-paramiko/public/paramiko.Agent-class.html
share/doc/py-paramiko/public/paramiko.AgentKey-class.html
share/doc/py-paramiko/public/paramiko.AuthenticationException-class.html
share/doc/py-paramiko/public/paramiko.AutoAddPolicy-class.html
share/doc/py-paramiko/public/paramiko.BadAuthenticationType-class.html
share/doc/py-paramiko/public/paramiko.BadHostKeyException-class.html
share/doc/py-paramiko/public/paramiko.BufferedFile-class.html
share/doc/py-paramiko/public/paramiko.Channel-class.html
share/doc/py-paramiko/public/paramiko.ChannelException-class.html
share/doc/py-paramiko/public/paramiko.DSSKey-class.html
share/doc/py-paramiko/public/paramiko.HostKeys-class.html
share/doc/py-paramiko/public/paramiko.Message-class.html
share/doc/py-paramiko/public/paramiko.MissingHostKeyPolicy-class.html
share/doc/py-paramiko/public/paramiko.PasswordRequiredException-class.html
share/doc/py-paramiko/public/paramiko.RSAKey-class.html
share/doc/py-paramiko/public/paramiko.RejectPolicy-class.html
share/doc/py-paramiko/public/paramiko.SFTP-class.html
share/doc/py-paramiko/public/paramiko.SFTPAttributes-class.html
share/doc/py-paramiko/public/paramiko.SFTPClient-class.html
share/doc/py-paramiko/public/paramiko.SFTPError-class.html
share/doc/py-paramiko/public/paramiko.SFTPFile-class.html
share/doc/py-paramiko/public/paramiko.SFTPHandle-class.html
share/doc/py-paramiko/public/paramiko.SFTPServer-class.html
share/doc/py-paramiko/public/paramiko.SFTPServerInterface-class.html
share/doc/py-paramiko/public/paramiko.SSHClient-class.html
share/doc/py-paramiko/public/paramiko.SSHConfig-class.html
share/doc/py-paramiko/public/paramiko.SSHException-class.html
share/doc/py-paramiko/public/paramiko.SecurityOptions-class.html
share/doc/py-paramiko/public/paramiko.ServerInterface-class.html
share/doc/py-paramiko/public/paramiko.SubsystemHandler-class.html
share/doc/py-paramiko/public/paramiko.Transport-class.html
share/doc/py-paramiko/public/paramiko.util-module.html
share/doc/py-paramiko/public/paramiko.util.PFilter-class.html
share/doc/py-paramiko/public/threading.Thread-class.html
share/doc/py-paramiko/public/toc-everything.html
share/doc/py-paramiko/public/toc-paramiko-module.html
share/doc/py-paramiko/public/toc-paramiko.util-module.html
share/doc/py-paramiko/public/toc.html
share/doc/py-paramiko/public/trees.html
share/doc/py-paramiko/module-tree.html
share/doc/py-paramiko/paramiko-module.html
share/doc/py-paramiko/paramiko-pysrc.html
share/doc/py-paramiko/paramiko.Agent-class.html
share/doc/py-paramiko/paramiko.AgentKey-class.html
share/doc/py-paramiko/paramiko.AuthenticationException-class.html
share/doc/py-paramiko/paramiko.AutoAddPolicy-class.html
share/doc/py-paramiko/paramiko.BadAuthenticationType-class.html
share/doc/py-paramiko/paramiko.BadHostKeyException-class.html
share/doc/py-paramiko/paramiko.BufferedFile-class.html
share/doc/py-paramiko/paramiko.Channel-class.html
share/doc/py-paramiko/paramiko.ChannelException-class.html
share/doc/py-paramiko/paramiko.DSSKey-class.html
share/doc/py-paramiko/paramiko.HostKeys-class.html
share/doc/py-paramiko/paramiko.Message-class.html
share/doc/py-paramiko/paramiko.MissingHostKeyPolicy-class.html
share/doc/py-paramiko/paramiko.PKey-class.html
share/doc/py-paramiko/paramiko.PasswordRequiredException-class.html
share/doc/py-paramiko/paramiko.RSAKey-class.html
share/doc/py-paramiko/paramiko.RejectPolicy-class.html
share/doc/py-paramiko/paramiko.SFTP-class.html
share/doc/py-paramiko/paramiko.SFTPAttributes-class.html
share/doc/py-paramiko/paramiko.SFTPClient-class.html
share/doc/py-paramiko/paramiko.SFTPError-class.html
share/doc/py-paramiko/paramiko.SFTPFile-class.html
share/doc/py-paramiko/paramiko.SFTPHandle-class.html
share/doc/py-paramiko/paramiko.SFTPServer-class.html
share/doc/py-paramiko/paramiko.SFTPServerInterface-class.html
share/doc/py-paramiko/paramiko.SSHClient-class.html
share/doc/py-paramiko/paramiko.SSHConfig-class.html
share/doc/py-paramiko/paramiko.SSHException-class.html
share/doc/py-paramiko/paramiko.SecurityOptions-class.html
share/doc/py-paramiko/paramiko.ServerInterface-class.html
share/doc/py-paramiko/paramiko.SubsystemHandler-class.html
share/doc/py-paramiko/paramiko.Transport-class.html
share/doc/py-paramiko/paramiko.WarningPolicy-class.html
share/doc/py-paramiko/paramiko.agent-module.html
share/doc/py-paramiko/paramiko.agent-pysrc.html
share/doc/py-paramiko/paramiko.auth_handler-module.html
share/doc/py-paramiko/paramiko.auth_handler-pysrc.html
share/doc/py-paramiko/paramiko.ber-module.html
share/doc/py-paramiko/paramiko.ber-pysrc.html
share/doc/py-paramiko/paramiko.ber.BER-class.html
share/doc/py-paramiko/paramiko.ber.BERException-class.html
share/doc/py-paramiko/paramiko.buffered_pipe-module.html
share/doc/py-paramiko/paramiko.buffered_pipe-pysrc.html
share/doc/py-paramiko/paramiko.buffered_pipe.BufferedPipe-class.html
share/doc/py-paramiko/paramiko.buffered_pipe.PipeTimeout-class.html
share/doc/py-paramiko/paramiko.channel-module.html
share/doc/py-paramiko/paramiko.channel-pysrc.html
share/doc/py-paramiko/paramiko.channel.ChannelStderrFile-class.html
share/doc/py-paramiko/paramiko.client-module.html
share/doc/py-paramiko/paramiko.client-pysrc.html
share/doc/py-paramiko/paramiko.common-module.html
share/doc/py-paramiko/paramiko.common-pysrc.html
share/doc/py-paramiko/paramiko.compress-module.html
share/doc/py-paramiko/paramiko.compress-pysrc.html
share/doc/py-paramiko/paramiko.compress.ZlibCompressor-class.html
share/doc/py-paramiko/paramiko.compress.ZlibDecompressor-class.html
share/doc/py-paramiko/paramiko.config-module.html
share/doc/py-paramiko/paramiko.config-pysrc.html
share/doc/py-paramiko/paramiko.dsskey-module.html
share/doc/py-paramiko/paramiko.dsskey-pysrc.html
share/doc/py-paramiko/paramiko.file-module.html
share/doc/py-paramiko/paramiko.file-pysrc.html
share/doc/py-paramiko/paramiko.hostkeys-module.html
share/doc/py-paramiko/paramiko.hostkeys-pysrc.html
share/doc/py-paramiko/paramiko.hostkeys.HostKeyEntry-class.html
share/doc/py-paramiko/paramiko.kex_gex-module.html
share/doc/py-paramiko/paramiko.kex_gex-pysrc.html
share/doc/py-paramiko/paramiko.kex_gex.KexGex-class.html
share/doc/py-paramiko/paramiko.kex_group1-module.html
share/doc/py-paramiko/paramiko.kex_group1-pysrc.html
share/doc/py-paramiko/paramiko.kex_group1.KexGroup1-class.html
share/doc/py-paramiko/paramiko.logging22-module.html
share/doc/py-paramiko/paramiko.logging22-pysrc.html
share/doc/py-paramiko/paramiko.logging22.Formatter-class.html
share/doc/py-paramiko/paramiko.logging22.StreamHandler-class.html
share/doc/py-paramiko/paramiko.logging22.logger-class.html
share/doc/py-paramiko/paramiko.message-module.html
share/doc/py-paramiko/paramiko.message-pysrc.html
share/doc/py-paramiko/paramiko.packet-module.html
share/doc/py-paramiko/paramiko.packet-pysrc.html
share/doc/py-paramiko/paramiko.packet.NeedRekeyException-class.html
share/doc/py-paramiko/paramiko.pipe-module.html
share/doc/py-paramiko/paramiko.pipe-pysrc.html
share/doc/py-paramiko/paramiko.pipe.OrPipe-class.html
share/doc/py-paramiko/paramiko.pipe.PosixPipe-class.html
share/doc/py-paramiko/paramiko.pipe.WindowsPipe-class.html
share/doc/py-paramiko/paramiko.pkey-module.html
share/doc/py-paramiko/paramiko.pkey-pysrc.html
share/doc/py-paramiko/paramiko.primes-module.html
share/doc/py-paramiko/paramiko.primes-pysrc.html
share/doc/py-paramiko/paramiko.primes.ModulusPack-class.html
share/doc/py-paramiko/paramiko.resource-module.html
share/doc/py-paramiko/paramiko.resource-pysrc.html
share/doc/py-paramiko/paramiko.rng-module.html
share/doc/py-paramiko/paramiko.rng-pysrc.html
share/doc/py-paramiko/paramiko.rng.StrongLockingRandomPool-class.html
share/doc/py-paramiko/paramiko.rng_posix-module.html
share/doc/py-paramiko/paramiko.rng_posix-pysrc.html
share/doc/py-paramiko/paramiko.rng_posix.error-class.html
share/doc/py-paramiko/paramiko.rng_win32-module.html
share/doc/py-paramiko/paramiko.rng_win32-pysrc.html
share/doc/py-paramiko/paramiko.rng_win32.error-class.html
share/doc/py-paramiko/paramiko.rsakey-module.html
share/doc/py-paramiko/paramiko.rsakey-pysrc.html
share/doc/py-paramiko/paramiko.server-module.html
share/doc/py-paramiko/paramiko.server-pysrc.html
share/doc/py-paramiko/paramiko.sftp-module.html
share/doc/py-paramiko/paramiko.sftp-pysrc.html
share/doc/py-paramiko/paramiko.sftp_attr-module.html
share/doc/py-paramiko/paramiko.sftp_attr-pysrc.html
share/doc/py-paramiko/paramiko.sftp_client-module.html
share/doc/py-paramiko/paramiko.sftp_client-pysrc.html
share/doc/py-paramiko/paramiko.sftp_file-module.html
share/doc/py-paramiko/paramiko.sftp_file-pysrc.html
share/doc/py-paramiko/paramiko.sftp_handle-module.html
share/doc/py-paramiko/paramiko.sftp_handle-pysrc.html
share/doc/py-paramiko/paramiko.sftp_server-module.html
share/doc/py-paramiko/paramiko.sftp_server-pysrc.html
share/doc/py-paramiko/paramiko.sftp_si-module.html
share/doc/py-paramiko/paramiko.sftp_si-pysrc.html
share/doc/py-paramiko/paramiko.ssh_exception-module.html
share/doc/py-paramiko/paramiko.ssh_exception-pysrc.html
share/doc/py-paramiko/paramiko.ssh_exception.PartialAuthentication-class.html
share/doc/py-paramiko/paramiko.transport-module.html
share/doc/py-paramiko/paramiko.transport-pysrc.html
share/doc/py-paramiko/paramiko.transport.ChannelMap-class.html
share/doc/py-paramiko/paramiko.util-module.html
share/doc/py-paramiko/paramiko.util-pysrc.html
share/doc/py-paramiko/paramiko.util.PFilter-class.html
share/doc/py-paramiko/paramiko.util.enumerate-class.html
share/doc/py-paramiko/paramiko.win_pageant-module.html
share/doc/py-paramiko/paramiko.win_pageant-pysrc.html
share/doc/py-paramiko/paramiko.win_pageant.PageantConnection-class.html
share/doc/py-paramiko/redirect.html
share/doc/py-paramiko/since-index.html
share/doc/py-paramiko/toc-everything.html
share/doc/py-paramiko/toc-paramiko-module.html
share/doc/py-paramiko/toc-paramiko.agent-module.html
share/doc/py-paramiko/toc-paramiko.auth_handler-module.html
share/doc/py-paramiko/toc-paramiko.ber-module.html
share/doc/py-paramiko/toc-paramiko.buffered_pipe-module.html
share/doc/py-paramiko/toc-paramiko.channel-module.html
share/doc/py-paramiko/toc-paramiko.client-module.html
share/doc/py-paramiko/toc-paramiko.common-module.html
share/doc/py-paramiko/toc-paramiko.compress-module.html
share/doc/py-paramiko/toc-paramiko.config-module.html
share/doc/py-paramiko/toc-paramiko.dsskey-module.html
share/doc/py-paramiko/toc-paramiko.file-module.html
share/doc/py-paramiko/toc-paramiko.hostkeys-module.html
share/doc/py-paramiko/toc-paramiko.kex_gex-module.html
share/doc/py-paramiko/toc-paramiko.kex_group1-module.html
share/doc/py-paramiko/toc-paramiko.logging22-module.html
share/doc/py-paramiko/toc-paramiko.message-module.html
share/doc/py-paramiko/toc-paramiko.packet-module.html
share/doc/py-paramiko/toc-paramiko.pipe-module.html
share/doc/py-paramiko/toc-paramiko.pkey-module.html
share/doc/py-paramiko/toc-paramiko.primes-module.html
share/doc/py-paramiko/toc-paramiko.resource-module.html
share/doc/py-paramiko/toc-paramiko.rng-module.html
share/doc/py-paramiko/toc-paramiko.rng_posix-module.html
share/doc/py-paramiko/toc-paramiko.rng_win32-module.html
share/doc/py-paramiko/toc-paramiko.rsakey-module.html
share/doc/py-paramiko/toc-paramiko.server-module.html
share/doc/py-paramiko/toc-paramiko.sftp-module.html
share/doc/py-paramiko/toc-paramiko.sftp_attr-module.html
share/doc/py-paramiko/toc-paramiko.sftp_client-module.html
share/doc/py-paramiko/toc-paramiko.sftp_file-module.html
share/doc/py-paramiko/toc-paramiko.sftp_handle-module.html
share/doc/py-paramiko/toc-paramiko.sftp_server-module.html
share/doc/py-paramiko/toc-paramiko.sftp_si-module.html
share/doc/py-paramiko/toc-paramiko.ssh_exception-module.html
share/doc/py-paramiko/toc-paramiko.transport-module.html
share/doc/py-paramiko/toc-paramiko.util-module.html
share/doc/py-paramiko/toc-paramiko.win_pageant-module.html
share/doc/py-paramiko/toc.html
share/examples/py-paramiko/
share/examples/py-paramiko/demos/
share/examples/py-paramiko/demos/demo.py
@ -288,6 +279,7 @@ share/examples/py-paramiko/demos/demo_sftp.py
share/examples/py-paramiko/demos/demo_simple.py
share/examples/py-paramiko/demos/forward.py
share/examples/py-paramiko/demos/interactive.py
share/examples/py-paramiko/demos/rforward.py
share/examples/py-paramiko/demos/test_rsa.key
share/examples/py-paramiko/demos/user_rsa_key
share/examples/py-paramiko/demos/user_rsa_key.pub