CVS: moonbase/compilers/Python BUILD,1.3,1.4 DETAILS,1.6,1.7
csm at lunar-linux.org
csm at lunar-linux.org
Fri Aug 1 03:57:18 GMT 2003
Update of /var/cvs/lunar/moonbase/compilers/Python
In directory dbguin.lunar-linux.org:/tmp/cvs-serv31951
Modified Files:
BUILD DETAILS
Log Message:
re-reverting Python now that the build is fixed
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/compilers/Python/BUILD,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- BUILD 2 Jun 2003 18:39:58 -0000 1.3
+++ BUILD 1 Aug 2003 03:57:16 -0000 1.4
@@ -1,9 +1,8 @@
(
-
unset CC CXX &&
default_config &&
- mkdir -p /usr/lib/python2.2 &&
- cp -f $SOURCE_DIRECTORY/Tools/i18n/* /usr/lib/python2.2/ &&
+ mkdir -p /usr/lib/python2.3 &&
+ cp -f $SOURCE_DIRECTORY/Tools/i18n/* /usr/lib/python2.3/ &&
default_make
) > $C_FIFO 2>&1
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/compilers/Python/DETAILS,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- DETAILS 1 Aug 2003 00:45:40 -0000 1.6
+++ DETAILS 1 Aug 2003 03:57:16 -0000 1.7
@@ -1,11 +1,11 @@
MODULE=Python
- VERSION=2.2.3
+ VERSION=2.3
SOURCE=$MODULE-$VERSION.tgz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
SOURCE_URL[0]=ftp://ftp.python.org/pub/python/$VERSION/$SOURCE
WEB_SITE=http://www.python.org
ENTERED=20010922
- UPDATED=20030730
+ UPDATED=20030731
SHORT="Python is an interpreted, interactive, object-oriented programming language."
cat << EOF
Python is an interpreted, interactive, object-oriented programming
More information about the Lunar-commits
mailing list