python-ctypeslib 0.0.0+svn20100125-4 source package in Ubuntu

Changelog

python-ctypeslib (0.0.0+svn20100125-4) unstable; urgency=low

  * Bump standards-version to 3.9.2, no changes required.
  * Upgrade source format to 3.0 (quilt).
  * Fix duplicate documentation of options of xml2py in the manual page.
    (Closes: #609841)
  * Clarify the h2xml -c and xml2py -l options as they are relatively
    important.  (Closes: #609920)
  * This now appears on the PyPI as version 0.5.4a, but there is not
    actually a release - it only points to the svn repo, which has no
    changes since I originally packaged ctypeslib.
 -- Ubuntu Archive Auto-Sync <email address hidden>   Thu,  30 Jun 2011 17:57:28 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Oneiric
Original maintainer:
Debian Python Modules Team
Architectures:
all
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe python
Precise release universe python

Builds

Oneiric: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
python-ctypeslib_0.0.0+svn20100125.orig.tar.gz 42.9 KiB 9927baa310f8e5ec60957c2334000e246209f1b975bca4e5dc574986146dd47f
python-ctypeslib_0.0.0+svn20100125-4.debian.tar.gz 6.3 KiB f013a3def7d27a5afdd10f0aef89a40584f879f258b28e2d24bcee99b59c969b
python-ctypeslib_0.0.0+svn20100125-4.dsc 2.1 KiB 5011b4fe4b7a14c1cd38d1f1ab5e4aeb83d4632d5b1e6a9735a1ff8e0665137f

View changes file

Binary packages built by this source

python-ctypeslib: code generator to convert header files into ctypes interfaces

 Ctypeslib is a code generator capable of converting C header files
 into xml files (using gccxml), and then converting the xmlfiles into
 Python modules which define a ctypes interface to the corresponding C
 library.
 .
 Ctypeslib is not ctypes. Ctypes is included in python2.5+, while
 ctypeslib is a lesser known add-on by the ctypes author. If you use
 ctypes a lot and are tired of setting argtypes and restype of the
 called functions, you should look into ctypeslib. Ctypeslib can also
 set up data types and structures from C header files automatically.
 Ctypeslib could be used to integrate Python with an existing C project,
 or from the start with a new project to ease development of a Python/C
 interface.