[Lunar-commits] CVS: moonbase/devel/ctypes BUILD, NONE, 1.1 DEPENDS, NONE, 1.1 DETAILS, NONE, 1.1

Jeff Hodges jmhodges at lunar-linux.org
Sun Jun 6 17:03:42 GMT 2004


Update of /var/cvs/lunar/moonbase/devel/ctypes
In directory dbguin.lunar-linux.org:/tmp/cvs-serv2593/ctypes

Added Files:
	BUILD DEPENDS DETAILS 
Log Message:
adding ctypes

--- NEW FILE: BUILD ---
(
  python setup.py build &&
  prepare_install &&
  python setup.py install
) > $C_FIFO 2>&1

--- NEW FILE: DEPENDS ---
depends Python 

--- NEW FILE: DETAILS ---
          MODULE=ctypes
	 VERSION=0.6.3
	  SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
   SOURCE_URL[0]=$SFORGE_URL/ctypes/$SOURCE
	WEB_SITE=http://starship.python.net/crew/theller/ctypes/
	 ENTERED=20040604 UPDATED=20040604
	   SHORT="Python package to create and manipulate C data types"
cat << EOF
 ctypes is a Python package to create and manipulate C data types
 in Python, and to call functions in dynamic link libraries/shared
 dlls. It allows wrapping these libraries in pure Python.
EOF



More information about the Lunar-commits mailing list