Differences between revisions 1 and 2
Revision 1 as of 2008-12-27 23:42:41
Size: 1356
Comment: initial version: python_gnutls-1.1.4.p3
Revision 2 as of 2022-04-05 01:01:47
Size: 0
Editor: mkoeppe
Comment: outdated
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= python-gnutls =

== Description ==

The spkg provides python bindings for GNUTLS.

Website: http://pypi.python.org/pypi/python-gnutls/1.1.4

== License ==

FIXME

== SPKG Maintainers ==

 * Yi Qiang
 * Michael Abshoff

== Upstream Contact ==

 * Dan Pascu <dan (AT) ag-projects.com>

== Dependencies ==

 * GNUTLS

== Build Notes ==

Software needed:
  * ctypeslib (http://svn.python.org/projects/ctypes/trunk/ctypeslib/)
  * gccxml (gccxml version 0.7.0+cvs20070318-1 from ubuntu 7.10 is the only version that worked)

To quote Dan: You can regenerate the low level libraries yourself to match the latest gnutls. You just have to install the code generator xml2py and gcc-xml. With them you can run make clean; make before you run setup.py build to regenerate the low level library files to match the latest gnutls header files.

== Changelog ==

=== python_gnutls-1.1.4.p3 (Michael Abshoff, May 18th, 2008) ===
  * add 64 bit OSX build support

=== python_gnutls-1.1.4.p2 ===
 * fix functions.py to load from *[dylib|so].26 instead of *[dylib|so].13
 * add .hgignore, SPKG.txt
 * add proper patches and spkg structure

=== python_gnutls-1.1.4.p1 (Yi Qiang, Jan. 29th, 2008) ===
 * update to the 1.1.4 release
 * regenerate python bindings

=== python_gnutls-1.1.1 (William Stein) ===
 * inital version