python3-3.6.3

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@19331 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Bruce Dubbs 2017-10-15 22:19:33 +00:00
parent a9c0e8dfec
commit f2e7e66834
4 changed files with 16 additions and 13 deletions

View File

@ -135,8 +135,7 @@
commands:
</para>
<screen><userinput>
./configure --prefix=/usr \
<screen><userinput>./configure --prefix=/usr \
--disable-static \
--with-history \
--with-python=/usr/bin/python3 &amp;&amp;

View File

@ -7,10 +7,10 @@
<!ENTITY python3-download-http
"https://www.python.org/ftp/python/&python3-version;/Python-&python3-version;.tar.xz">
<!ENTITY python3-download-ftp " ">
<!ENTITY python3-md5sum "2c68846471994897278364fc18730dd9">
<!ENTITY python3-md5sum "b9c2c36c33fb89bda1fefd37ad5af9be">
<!ENTITY python3-size "16 MB">
<!ENTITY python3-buildsize "345 MB (with docs; add 30 MB for the tests)">
<!ENTITY python3-time "1.1 SBU (add 3.4 SBU for tests)">
<!ENTITY python3-buildsize "158 MB (add 30 MB for tests)">
<!ENTITY python3-time "0.6 SBU (using parallelism=4; add 3.4 SBU for tests)">
<!ENTITY python3htmldoc-download-http
"https://docs.python.org/ftp/python/doc/&python3-version;/python-&python3-version;-docs-html.tar.bz2">
@ -79,7 +79,7 @@
</para>
</listitem>
</itemizedlist>
<!--
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
<itemizedlist spacing="compact">
<title>Optional HTML Documentation</title>
@ -89,7 +89,7 @@
</para>
</listitem>
</itemizedlist>
-->
<bridgehead renderas="sect3">Python 3 Dependencies</bridgehead>
<!--
<bridgehead renderas="sect4">Recommended</bridgehead>
@ -144,7 +144,7 @@ make</userinput></screen>
<screen role="root"><userinput>make install &amp;&amp;
chmod -v 755 /usr/lib/libpython&python3-majorver;m.so &amp;&amp;
chmod -v 755 /usr/lib/libpython3.so</userinput></screen>
<!--
<para>
If you have downloaded the preformatted documentation from
<ulink url="http://docs.python.org/download.html"/>, install it
@ -152,12 +152,12 @@ chmod -v 755 /usr/lib/libpython3.so</userinput></screen>
</para>
<screen role="root"><userinput>install -v -dm755 /usr/share/doc/python-&python3-version;/html &amp;&amp;
tar --strip-components=1 \
--no-same-owner \
--no-same-permissions \
tar - -strip-components=1 \
- -no-same-owner \
- -no-same-permissions \
-C /usr/share/doc/python-&python3-version;/html \
-xvf ../python-&python3-version;-docs-html.tar.bz2</userinput></screen>
-->
<para>
The test suite must be run separately from the build, either before or
after the package is built and installed. Do not run

View File

@ -45,6 +45,10 @@
<listitem>
<para>October 15th, 2017</para>
<itemizedlist>
<listitem>
<para>[bdubbs] - Update to python3-3.6.3. Fixes
<ulink url="&blfs-ticket-root;9841">#9841</ulink>.</para>
</listitem>
<listitem>
<para>[bdubbs] - Add an optional patch to glib to allow
user supression of unwanted warning messages.</para>

View File

@ -318,7 +318,7 @@
<!ENTITY npapi-sdk-version "0.27.2">
<!ENTITY php-version "7.1.10">
<!ENTITY python2-version "2.7.14">
<!ENTITY python3-version "3.6.2">
<!ENTITY python3-version "3.6.3">
<!ENTITY ruby-minor-version "2.4">
<!ENTITY ruby-patch-version "2">
<!ENTITY ruby-version "&ruby-minor-version;.&ruby-patch-version;">