Info2: << Package: python-gnutls-py%type_pkg[python] Version: 1.2.5 Revision: 2 Type: python (2.5 2.6 2.7) Description: Python wrapper for the GNUTLS library DescDetail: << This package provides a high level object oriented wrapper around libgnutls, as well as low level bindings to the GNUTLS types and functions via ctypes. The high level wrapper hides the details of accessing the GNUTLS library via ctypes behind a set of classes that encapsulate GNUTLS sessions, certificates and credentials and expose them to python applications using a simple API. The package also includes a Twisted interface that has seamless intergration with Twisted, providing connectTLS and listenTLS methods on the Twisted reactor once imported (the methods are automatically attached to the reactor by simply importing the GNUTLS Twisted interface module). The high level wrapper is written using the GNUTLS library bindings that are made available via ctypes. This makes the wrapper very powerful and flexible as it has direct access to all the GNUTLS internals and is also very easy to extend without any need to write C code or recompile anything. << DescPackaging: << Former maintainer: Hans-Christoph Steiner Hardcodes runtime loading of libgnutls*.26.dylib, so assuming it needs that specific ABI. Upstream emailed 2014-03-24 re upgrading. Also assumes loading libgnutls* reveals some gcrypt symbols, which gnutls-2.12 does not (broken behavior, relying on indirect symbol resolution) Fix search-path order for runtime loading fink libs << Maintainer: Daniel Macks License: LGPL Homepage: https://pypi.python.org/pypi/python-gnutls/ # Source: https://pypi.python.org/packages/source/p/python-gnutls/python-gnutls-%v.tar.gz Source-MD5: a398a75b1f366857cf2628cf4d62dd34 PatchFile: %{ni}.patch PatchFile-MD5: 80639e652490a2efbb292fc1f3de7388 PatchScript: sed -e 's|@PREFIX@|%p|g' < %{PatchFile} | patch -p1 # BuildDepends: gnutls26 Depends: python%type_pkg[python], gnutls26-shlibs # CompileScript: %p/bin/python%type_raw[python] setup.py build InstallScript: %p/bin/python%type_raw[python] setup.py install --root=%d # DocFiles: ChangeLog README examples # <<