[pypy-commit] pypy.org extradoc: tweak for win32 new compiler (no runtime needed?), formatting

mattip pypy.commits at gmail.com
Wed Apr 25 20:10:54 EDT 2018


Author: Matti Picus <matti.picus at gmail.com>
Branch: extradoc
Changeset: r926:76349268013a
Date: 2018-04-26 03:10 +0300
http://bitbucket.org/pypy/pypy.org/changeset/76349268013a/

Log:	tweak for win32 new compiler (no runtime needed?), formatting

diff --git a/download.html b/download.html
--- a/download.html
+++ b/download.html
@@ -110,7 +110,7 @@
 </div>
 <div class="section" id="python2-7-compatible-pypy-6-0-0">
 <span id="release"></span><h1>Python2.7 compatible PyPy 6.0.0</h1>
-<ul class="simple">
+<ul class="download-menu simple">
 <li><a class="reference external" href="https://bitbucket.org/pypy/pypy/downloads/pypy2-v6.0.0-linux32.tar.bz2">Linux x86 binary (32bit, built on Ubuntu 12.04 - 16.04)</a> (see <tt class="docutils literal">[1]</tt> below)</li>
 <li><a class="reference external" href="https://bitbucket.org/pypy/pypy/downloads/pypy2-v6.0.0-linux64.tar.bz2">Linux x86-64 binary (64bit, built on Ubuntu 12.04 - 16.04)</a> (see <tt class="docutils literal">[1]</tt> below)</li>
 <li><a class="reference external" href="https://bitbucket.org/pypy/pypy/downloads/pypy2-v6.0.0-linux-armhf-raspbian.tar.bz2">ARM Hardfloat Linux binary (ARMHF/gnueabihf, Raspbian)</a> (see <tt class="docutils literal">[1]</tt> below)</li>
@@ -135,8 +135,7 @@
 <li><a class="reference external" href="https://bitbucket.org/pypy/pypy/downloads/pypy3-v6.0.0-linux-armhf-raspbian.tar.bz2">ARM Hardfloat Linux binary (ARMHF/gnueabihf, Raspbian)</a> (see <tt class="docutils literal">[1]</tt> below)</li>
 <li><a class="reference external" href="https://bitbucket.org/pypy/pypy/downloads/pypy3-v6.0.0-linux-armel.tar.bz2">ARM Softfloat Linux binary (ARMEL/gnueabi, Ubuntu Raring)</a> (see <tt class="docutils literal">[1]</tt> below)</li>
 <li><a class="reference external" href="https://bitbucket.org/pypy/pypy/downloads/pypy3-v6.0.0-osx64.tar.bz2">Mac OS X binary (64bit)</a> (High Sierra, not for Sierra and below)</li>
-<li><a class="reference external" href="https://bitbucket.org/pypy/pypy/downloads/pypy3-v6.0.0-win32.zip">Windows binary (32bit)</a> <strong>BETA</strong> (you might need the VS 2008 runtime library
-installer <a class="reference external" href="http://www.microsoft.com/en-us/download/details.aspx?id=5582">vcredist_x86.exe</a>.)</li>
+<li><a class="reference external" href="https://bitbucket.org/pypy/pypy/downloads/pypy3-v6.0.0-win32.zip">Windows binary (32bit)</a> <strong>BETA</strong></li>
 <li><a class="reference external" href="https://bitbucket.org/pypy/pypy/downloads/pypy3-v6.0.0-s390x.tar.bz2">s390x Linux binary (built on Redhat Linux 7.2)</a> (see <tt class="docutils literal">[1]</tt> below)</li>
 <li><a class="reference external" href="https://bitbucket.org/pypy/pypy/downloads/pypy3-v6.0.0-src.tar.bz2">Source (tar.bz2)</a>; <a class="reference external" href="https://bitbucket.org/pypy/pypy/downloads/pypy3-v6.0.0-src.zip">Source (zip)</a>.  See below for more about the sources.</li>
 <li><a class="reference external" href="https://bitbucket.org/pypy/pypy/downloads">All our downloads,</a> including previous versions.  We also have a
diff --git a/source/download.txt b/source/download.txt
--- a/source/download.txt
+++ b/source/download.txt
@@ -82,6 +82,8 @@
 Python2.7 compatible PyPy 6.0.0
 -------------------------------
 
+.. class:: download_menu
+
 * `Linux x86 binary (32bit, built on Ubuntu 12.04 - 16.04)`__ (see ``[1]`` below)
 * `Linux x86-64 binary (64bit, built on Ubuntu 12.04 - 16.04)`__ (see ``[1]`` below)
 * `ARM Hardfloat Linux binary (ARMHF/gnueabihf, Raspbian)`__ (see ``[1]`` below)
@@ -123,8 +125,7 @@
 * `ARM Hardfloat Linux binary (ARMHF/gnueabihf, Raspbian)`__ (see ``[1]`` below)
 * `ARM Softfloat Linux binary (ARMEL/gnueabi, Ubuntu Raring)`__ (see ``[1]`` below)
 * `Mac OS X binary (64bit)`__ (High Sierra, not for Sierra and below)
-* `Windows binary (32bit)`__ **BETA** (you might need the VS 2008 runtime library
-  installer `vcredist_x86.exe`_.)
+* `Windows binary (32bit)`__ **BETA** 
 * `s390x Linux binary (built on Redhat Linux 7.2)`__ (see ``[1]`` below)
 * `Source (tar.bz2)`__; `Source (zip)`__.  See below for more about the sources.
 * `All our downloads,`__ including previous versions.  We also have a


More information about the pypy-commit mailing list