summaryrefslogtreecommitdiff
path: root/devel/py-ctypes/DESCR
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-ctypes/DESCR')
-rw-r--r--devel/py-ctypes/DESCR8
1 files changed, 0 insertions, 8 deletions
diff --git a/devel/py-ctypes/DESCR b/devel/py-ctypes/DESCR
deleted file mode 100644
index c24a42dc6ea..00000000000
--- a/devel/py-ctypes/DESCR
+++ /dev/null
@@ -1,8 +0,0 @@
-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.