Subject: CVS commit: pkgsrc/devel/py-ctypes
To: None <pkgsrc-changes@NetBSD.org>
From: Eric Gillespie <epg@netbsd.org>
List: pkgsrc-changes
Date: 10/13/2006 02:30:49
Module Name:	pkgsrc
Committed By:	epg
Date:		Fri Oct 13 02:30:49 UTC 2006

Update of /cvsroot/pkgsrc/devel/py-ctypes
In directory ivanova.netbsd.org:/tmp/cvs-serv23585

Log Message:
ctypes is an advanced ffi (Foreign Function Interface) package for Python
2.3 and higher.

ctypes allows to call functions exposed from dlls/shared libraries and
has extensive facilities to create, access and manipulate simple and
complicated C data types in Python - in other words: wrap libraries in
pure Python.  It is even possible to implement C callback functions in
pure Python.


Vendor Tag:	TNF
Release Tags:	pkgsrc-base
		
N pkgsrc/devel/py-ctypes/DESCR
N pkgsrc/devel/py-ctypes/Makefile
N pkgsrc/devel/py-ctypes/PLIST
N pkgsrc/devel/py-ctypes/distinfo

No conflicts created by this import