./wip/py-ssh2, Python wrapper around libssh2

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.6.9, Package name: py310-ssh2-0.6.9, Maintainer: pmcphee

ssh4py is a Python wrapper around libssh2. This package removes methods
which require the private API files from libssh2 (channel.getSocket,
ssh.getCompressionMethods) and a method which was not exported, and
which requires a function that doesn't exist in libssh2 (channel.pollWrite).


Required to run:
[security/libssh2] [lang/python37]

Required to build:
[pkgtools/cwrappers]

Master sites:

RMD160: 22ac9325510044a247ca32a85627abb4ff8f6da9
Filesize: 18.897 KB

Version history: (Expand)


CVS history: (Expand)


   2012-10-07 15:57:25 by Aleksej Saushev | Files touched by this commit (211)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
   2012-04-08 21:09:41 by Thomas Klausner | Files touched by this commit (127)
Log message:
Remove python24 and all traces of it from pkgsrc.
Remove devel/py-ctypes (only needed by and supporting python24).
Remove PYTHON_VERSIONS_ACCEPTED and PYTHON_VERSIONS_INCOMPATIBLE
lines that just mirror defaults now.
Miscellaneous cleanup while editing all these files.
   2011-02-25 10:47:47 by Thomas Klausner | Files touched by this commit (76)
Log message:
Let's assume for now that everything that worked with python-2.6 also
works with python-2.7.
   2010-06-01 23:35:31 by Guillaume Lasmayous | Files touched by this commit (13) | Imported package
Log message:
Import py26-ssh2-0.6.9 as wip/py-ssh2.

ssh4py is a Python wrapper around libssh2. This package removes methods
which require the private API files from libssh2 (channel.getSocket,
ssh.getCompressionMethods) and a method which was not exported, and
which requires a function that doesn't exist in libssh2 (channel.pollWrite).

This package requires a bit more polishing I think. There are still hard-coded
paths that should not be required (to be tested on Darwin). All patches should
be commented.