[Lunar-commits]
CVS: moonbase/devel/psyco DEPENDS, 1.1, 1.2 DETAILS, 1.2, 1.3
Chad Kittel
v3rt1g0 at lunar-linux.org
Sun Sep 12 00:49:39 UTC 2004
Update of /var/cvs/lunar/moonbase/devel/psyco
In directory espresso.lunar-linux.org:/tmp/cvs-serv2830/psyco
Modified Files:
DEPENDS DETAILS
Log Message:
Cosmetic touch-ups.
Index: DEPENDS
===================================================================
RCS file: /var/cvs/lunar/moonbase/devel/psyco/DEPENDS,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- DEPENDS 20 Oct 2003 21:09:39 -0000 1.1
+++ DEPENDS 12 Sep 2004 00:49:37 -0000 1.2
@@ -1,5 +1 @@
depends Python
-
-
-
-
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/devel/psyco/DETAILS,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- DETAILS 19 Mar 2004 18:08:42 -0000 1.2
+++ DETAILS 12 Sep 2004 00:49:37 -0000 1.3
@@ -3,11 +3,15 @@
SOURCE=$MODULE-$VERSION-src.tar.gz
SOURCE_VFY=md5:441bfc7693bf13902a479550dcbaabd2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
- SOURCE_URL[0]=$SFORGE_URL/$MODULE/$SOURCE
- WEB_SITE=psyco.sourceforge.net
+ SOURCE_URL=$SFORGE_URL/$MODULE/$SOURCE
+ WEB_SITE=http://psyco.sourceforge.net
ENTERED=20031020
UPDATED=20040319
SHORT="Psyco is a Python extension module which can massively speed up the execution of any Python code"
+
cat << EOF
-Think of Psyco as a kind of just-in-time (JIT) compiler, a little bit like Java's, that emit machine code on the fly instead of interpreting your Python program step by step. The result is that your unmodified Python programs run faster.
+Think of Psyco as a kind of just-in-time (JIT) compiler, a little
+bit like java's, that emit machine code on the fly instead of
+interpreting your Python program step by step. The result is that
+your unmodified Python programs run faster.
EOF
More information about the Lunar-commits
mailing list