[pypy-svn] r71777 - pypy/build/ubuntu/debian

fijal at codespeak.net fijal at codespeak.net
Fri Mar 5 05:19:12 CET 2010


Author: fijal
Date: Fri Mar  5 05:19:09 2010
New Revision: 71777

Modified:
   pypy/build/ubuntu/debian/control
Log:
Kill python in python in python for python here


Modified: pypy/build/ubuntu/debian/control
==============================================================================
--- pypy/build/ubuntu/debian/control	(original)
+++ pypy/build/ubuntu/debian/control	Fri Mar  5 05:19:09 2010
@@ -11,14 +11,11 @@
 Depends: ${shlibs:Depends}, ${misc:Depends}, pypy-lib (>= ${source:Version}), python, python-ctypes, gcc, libffi-dev, zlib1g-dev, libbz2-dev
 Recommends: pypy-doc, python-dev, libgc-dev, llvm-cfe, mono-gmcs, spidermonkey-bin, jasmin-sable, libreadline5-dev
 Suggests: gcl-dev
-Description: the Python in python interpreter, interpreted version
- The PyPy project aims to provide a Python implementation of the Python
- interpreter.
- .
- This package provides the interpreted version of PyPy, which requires
- a Python interpreter to run. It is able to translate itself using
- several backends. To do this, you will need to install some of the
- Recommended packages, as well as upgrade your machine with lots of RAM.
+Description: PyPy-dev is a compiler writing toolchain.
+ This package provides the toolchain (including source code) for developing
+ dynamic languages interpreters in RPython. It can be also used to compile
+ PyPy's Python interpreter, although we suggest downloading it from trunk
+ in this case.
  .
  Install this package if you want to translate RPython programs, or to
  build a custom translated version of the PyPy interpreter.
@@ -26,33 +23,24 @@
 Package: pypy
 Architecture: i386
 Depends: ${shlibs:Depends}, ${misc:Depends}, pypy-lib, libffi, zlib1g, libbz2-dev
-Description: the Python in Python interpreter, C backend translation
- The PyPy project aims to provide a Python implementation of the Python
- interpreter.
- .
- This package provides the PyPy interpreter compiled using the C backend
- and no special additionnal functionality. As such it can be used as another
- implementation of the Python language.
+Description: PyPy is a python interpreter with Just in time compiler.
+ This package provides a binary version of the compiled interpreter, together
+ with several supported modules.
 
 Package: pypy-doc
 Architecture: all
 Section: doc
 Description: Documentation for PyPy
- The PyPy project aims to provide a Python implementation of the Python
- interpreter.
- .
  This package provides documentation for the PyPy interpreter, the translation
- process, etc. You will definitely need it if you intend to play with PyPy.
+ process, etc. You will definitely need it if you intend to play with PyPy,
+ however all of those docs are online.
 
 Package: pypy-lib
 Architecture: all
 Recommends: pypy | pypy-dev
 Description: standard Python library for PyPy
- The PyPy project aims to provide a Python implementation of the Python
- interpreter.
- .
  This package provides a version of the standard Python library suitable for
- use with the PyPy interpreter, both interpreted and translated.
+ use with the PyPy interpreter.
 
 Package: pypy-dotviewer
 Architecture: all



More information about the Pypy-commit mailing list