comparison index.html @ 5495:fb50ae69121c

Add build rule for python3 (bug #58689). * src/build-python3.mk: Add build rule for python3 version 3.8.3. * dist-files.mk: Add new file to list. * index.html: Add new package to list. * src/build-setuptools.mk: Update to version 44.1.1 (last version compatible with python2). Use python2. Set installation prefix. * src/build-mako.mk: Use python2. Set installation prefix. * src/build-markupsafe.mk: Use python2. Set installation prefix. * src/mesa.mk: Windows rule depends on scons. Use python2. * src/nsis.mk: Depend on scons. Use python2.
author Markus Mützel <markus.muetzel@gmx.de>
date Sun, 05 Jul 2020 12:21:53 +0200
parents dace3d372190
children 455bb9c9a7eb
comparison
equal deleted inserted replaced
5494:898c27394c57 5495:fb50ae69121c
1049 <td class="package">build-pkg-config</td> 1049 <td class="package">build-pkg-config</td>
1050 <td class="website"><a href="http://www.freedesktop.org/wiki/Software/pkg-config">pkg-config</a></td> 1050 <td class="website"><a href="http://www.freedesktop.org/wiki/Software/pkg-config">pkg-config</a></td>
1051 </tr> 1051 </tr>
1052 <tr> 1052 <tr>
1053 <td class="package">build-python</td> 1053 <td class="package">build-python</td>
1054 <td class="website"><a href="http://www.python.org">python</a></td> 1054 <td class="website"><a href="https://www.python.org/dev/peps/pep-0373/">python2</a></td>
1055 </tr>
1056 <tr>
1057 <td class="package">build-python3</td>
1058 <td class="website"><a href="http://www.python.org">python3</a></td>
1055 </tr> 1059 </tr>
1056 <tr> 1060 <tr>
1057 <td class="package">build-scons</td> 1061 <td class="package">build-scons</td>
1058 <td class="website"><a href="http://www.scons.org">scons</a></td> 1062 <td class="website"><a href="http://www.scons.org">scons</a></td>
1059 </tr> 1063 </tr>