Changeset f2e7e668 for general/prog


Ignore:
Timestamp:
10/15/2017 10:19:33 PM (7 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
cb2e120
Parents:
a9c0e8d
Message:

python3-3.6.3

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@19331 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/python3.xml

    ra9c0e8d rf2e7e668  
    88           "https://www.python.org/ftp/python/&python3-version;/Python-&python3-version;.tar.xz">
    99  <!ENTITY python3-download-ftp  " ">
    10   <!ENTITY python3-md5sum        "2c68846471994897278364fc18730dd9">
     10  <!ENTITY python3-md5sum        "b9c2c36c33fb89bda1fefd37ad5af9be">
    1111  <!ENTITY python3-size          "16 MB">
    12   <!ENTITY python3-buildsize     "345 MB (with docs; add 30 MB for the tests)">
    13   <!ENTITY python3-time          "1.1 SBU (add 3.4 SBU for tests)">
     12  <!ENTITY python3-buildsize     "158 MB (add 30 MB for tests)">
     13  <!ENTITY python3-time          "0.6 SBU (using parallelism=4; add 3.4 SBU for tests)">
    1414
    1515  <!ENTITY python3htmldoc-download-http
     
    8080      </listitem>
    8181    </itemizedlist>
    82 
     82<!--
    8383    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    8484    <itemizedlist spacing="compact">
     
    9090      </listitem>
    9191    </itemizedlist>
    92 
     92-->
    9393    <bridgehead renderas="sect3">Python 3 Dependencies</bridgehead>
    9494<!--
     
    145145chmod -v 755 /usr/lib/libpython&python3-majorver;m.so &amp;&amp;
    146146chmod -v 755 /usr/lib/libpython3.so</userinput></screen>
    147 
     147<!--
    148148    <para>
    149149      If you have downloaded the preformatted documentation from
     
    153153
    154154<screen role="root"><userinput>install -v -dm755 /usr/share/doc/python-&python3-version;/html &amp;&amp;
    155 tar --strip-components=1 \
    156     --no-same-owner \
    157     --no-same-permissions \
     155tar - -strip-components=1 \
     156    - -no-same-owner \
     157    - -no-same-permissions \
    158158    -C /usr/share/doc/python-&python3-version;/html \
    159159    -xvf ../python-&python3-version;-docs-html.tar.bz2</userinput></screen>
    160 
     160-->
    161161    <para>
    162162      The test suite must be run separately from the build, either before or
Note: See TracChangeset for help on using the changeset viewer.