NOTICE: This package has been removed from pkgsrc

./devel/py-ctypes, Foreign Function Interface package for Python

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 1.0.2nb2, Package name: py24-ctypes-1.0.2nb2, Maintainer: pkgsrc-users

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.


Required to run:
[lang/python24] [devel/libffi]

Master sites:

SHA1: 7f77f2b507a50f292297831ee50e310037398e14
RMD160: f8b74c2f9b5646edc916565dd22c51d8819cd6b8
Filesize: 376.128 KB

Version history: (Expand)


CVS history: (Expand)


   2012-01-28 10:12:03 by OBATA Akio | Files touched by this commit (1)
Log message:
Let to only accept Python 2.4, Python 2.5 and higher include newer version.
   2012-01-28 09:56:33 by OBATA Akio | Files touched by this commit (1)
Log message:
This package has no contents to buildlink, remove unwanted buildlink3.mk.
   2011-10-15 13:40:00 by OBATA Akio | Files touched by this commit (2)
Log message:
* remove duplicate *.pyo entries from PLIST.
* LICENSE=mit
* regist egg-info

Bump PKGREVISION.
   2009-06-14 19:49:18 by Joerg Sonnenberger | Files touched by this commit (454)
Log message:
Remove @dirrm entries from PLISTs
   2009-03-20 20:25:55 by Joerg Sonnenberger | Files touched by this commit (1252)
Log message:
Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
   2009-03-20 18:52:53 by Joerg Sonnenberger | Files touched by this commit (3)
Log message:
Retire two patches for the internal libffi, the module is patched to
built against pkgsrc libffi instead.
   2009-03-20 18:30:14 by Joerg Sonnenberger | Files touched by this commit (42)
Log message:
Include pyversion.mk include the protected part of the buildlink3.mk
files, not over and over again.
   2008-09-17 18:20:21 by Joerg Sonnenberger | Files touched by this commit (4)
Log message:
Use external libffi to make it usable on amd64. Fix part of a regression
test, I have no idea about the remaining test case though.
Bump revision.