[pypy-svn] pypy documentation-cleanup: (lac, cfbolz) get rid of externaltools.rst which is obsolete

lac commits-noreply at bitbucket.org
Mon Apr 25 14:08:59 CEST 2011


Author: Laura Creighton <lac at openend.se>
Branch: documentation-cleanup
Changeset: r43577:6cdbea84f217
Date: 2011-04-25 14:08 +0200
http://bitbucket.org/pypy/pypy/changeset/6cdbea84f217/

Log:	(lac, cfbolz) get rid of externaltools.rst which is obsolete

diff --git a/pypy/doc/externaltools.rst b/pypy/doc/externaltools.rst
deleted file mode 100644
--- a/pypy/doc/externaltools.rst
+++ /dev/null
@@ -1,31 +0,0 @@
-.. include:: throwaway.rst
-
-External tools&programs needed by PyPy
-======================================
-
-Tools needed for testing
-------------------------
-
-These tools are used in various ways by PyPy tests; if they are not found,
-some tests might be skipped, so they need to be installed on every buildbot
-slave to be sure we actually run all tests:
-
-  - Mono (versions 1.2.1.1 and 1.9.1 known to work)
-
-  - Java/JVM (preferably sun-jdk; version 1.6.0 known to work)
-
-  - Jasmin >= 2.2 (copy it from wyvern, /usr/local/bin/jasmin and /usr/local/share/jasmin.jar)
-
-  - gcc
-
-  - make
-
-  - Some libraries (these are Debian package names, adapt as needed):
-
-    * ``python-dev``
-    * ``python-ctypes``
-    * ``libffi-dev``
-    * ``libz-dev`` (for the optional ``zlib`` module)
-    * ``libbz2-dev`` (for the optional ``bz2`` module)
-    * ``libncurses-dev`` (for the optional ``_minimal_curses`` module)
-    * ``libgc-dev`` (only when translating with `--opt=0, 1` or `size`)

diff --git a/pypy/doc/cleanup.rst b/pypy/doc/cleanup.rst
--- a/pypy/doc/cleanup.rst
+++ b/pypy/doc/cleanup.rst
@@ -12,8 +12,6 @@
 
    distribution.rst
 
-   externaltools.rst
-
    geninterp.rst
 
    objspace-proxies.rst


More information about the Pypy-commit mailing list