Ignore:
Timestamp:
05/20/2021 03:41:12 PM (3 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
d3ad4c0f
Parents:
e9b9a70
Message:

Update to gcc-11.1.0
Update to systemd-248
Update to Python-3.9.5

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/python3.xml

    re9b9a70 r229d069  
    88           "https://www.python.org/ftp/python/&python3-version;/Python-&python3-version;.tar.xz">
    99  <!ENTITY python3-download-ftp  " ">
    10   <!ENTITY python3-md5sum        "2a3dba5fc75b695c45cf1806156e1a97">
    11   <!ENTITY python3-size          "19 MB">
    12   <!ENTITY python3-buildsize     "379 MB (add 37 MB for tests)">
    13   <!ENTITY python3-time          "0.5 SBU (using parallelism=4; add 2.1 SBU for tests)">
     10  <!ENTITY python3-md5sum        "71f7ada6bec9cdbf4538adc326120cfd">
     11  <!ENTITY python3-size          "18 MB">
     12  <!ENTITY python3-buildsize     "355 MB (add 47 MB for tests)">
     13  <!ENTITY python3-time          "0.5 SBU (using parallelism=4; add 2.5 SBU for tests)">
    1414  <!--
    1515  Note: Size does not reflect docs that were install in LFS.
     
    156156    <para>
    157157      <parameter>--with-system-ffi</parameter>: This switch enables linking
    158       against system version of <application>libffi</application>.
     158      against the system version of <application>libffi</application>.
    159159    </para>
    160160
    161161    <para>
    162162      <parameter>--with-ensurepip=yes</parameter> : This switch enables building
    163       <command>pip</command> and <command>setuptools</command> packaging programs.
    164       <command>setuptools</command> is needed for building some Python modules.
     163      the <command>pip</command> and <command>setuptools</command> packaging
     164      programs. <command>setuptools</command> is needed for building some
     165      Python modules.
    165166    </para>
    166167
    167168    <para>
    168169      <option>--with-dbmliborder=bdb:gdbm:ndbm</option>: Use this switch
    169       if you want to build <application>Python</application> DBM Module
     170      if you want to build the <application>Python</application> DBM Module
    170171      against <application>Berkeley DB</application> instead of
    171172      <application>GDBM</application>.
     
    231232          2to3-&python3-majorver;,
    232233
     234          <!--
    233235          easy_install-&python3-majorver;,
     236          -->
    234237
    235238          idle3 (symlink) and
     
    244247          python3 (symlink);
    245248          python&python3-majorver;, and
    246 
    247           python3 (symlink), and
    248           python&python3-majorver;
    249249
    250250          python3-config (symlink) and
     
    280280      </varlistentry>
    281281      Put here for easy use when removing Python2 -->
     282      <!--
    282283      <varlistentry id="easy_install">
    283284        <term><command>easy_install</command></term>
     
    292293        </listitem>
    293294      </varlistentry>
    294 
     295      -->
    295296      <varlistentry id="idle3">
    296297        <term><command>idle3</command></term>
Note: See TracChangeset for help on using the changeset viewer.