[Lunar-commits] CVS: moonbase/devel/ctypes DETAILS,1.1,1.2
Florin Braescu
florin at lunar-linux.org
Fri Jul 23 19:58:24 GMT 2004
Update of /var/cvs/lunar/moonbase/devel/ctypes
In directory dbguin.lunar-linux.org:/tmp/cvs-serv17593
Modified Files:
DETAILS
Log Message:
bump the version from 0.6.3 to 0.9.0.
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/devel/ctypes/DETAILS,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- DETAILS 6 Jun 2004 17:03:39 -0000 1.1
+++ DETAILS 23 Jul 2004 19:58:22 -0000 1.2
@@ -1,13 +1,16 @@
MODULE=ctypes
- VERSION=0.6.3
+ VERSION=0.9.0
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
- SOURCE_URL[0]=$SFORGE_URL/ctypes/$SOURCE
+ SOURCE_URL[0]=$SFORGE_URL/$MODULE/$SOURCE
+ SOURCE_VFY=md5:0bf48717513a45350081b78b79caf703
WEB_SITE=http://starship.python.net/crew/theller/ctypes/
- ENTERED=20040604 UPDATED=20040604
+ ENTERED=20040604
+ UPDATED=20040723
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.
+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