CVS: moonbase/devel/psyco BUILD, NONE, 1.1 DEPENDS, NONE, 1.1 DETAILS, NONE, 1.1

jol at lunar-linux.org jol at lunar-linux.org
Mon Oct 20 21:09:41 GMT 2003


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

Added Files:
	BUILD DEPENDS DETAILS 
Log Message:
First import of psyco. Psyco is a JIT for Python.


--- 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=psyco
         VERSION=1.1.1
          SOURCE=$MODULE-$VERSION-src.tar.gz
      SOURCE_VFY=md5:2b12983f5a56a9fafe010b54ef514770
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
   SOURCE_URL[0]=$SFORGE_URL/$MODULE/$SOURCE
        WEB_SITE=psyco.sourceforge.net
         ENTERED=20031020
         UPDATED=20031020
           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.
EOF




More information about the Lunar-commits mailing list