Changeset 80321c6


Ignore:
Timestamp:
11/01/2023 04:10:59 PM (11 months ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
12.1, 12.1-rc1, 12.2, 12.2-rc1, multilib, trunk, xry111/arm64, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.1, xry111/loongarch-12.2, xry111/mips64el, xry111/multilib, xry111/update-glibc
Children:
5f8327e, d9dec9bd
Parents:
6b1661a (diff), 23d67d8 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'trunk' of git.linuxfromscratch.org:lfs into trunk

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • appendices/dependencies.xml

    r6b1661a r80321c6  
    15021502        <segtitle>&dependencies;</segtitle>
    15031503        <seglistitem>
    1504           <seg>MarkupSafe and Python</seg>
     1504          <seg>MarkupSafe, Python, Setuptools, and Wheel</seg>
    15051505        </seglistitem>
    15061506      </segmentedlist>
     
    21422142        <segtitle>&dependencies;</segtitle>
    21432143        <seglistitem>
    2144           <seg>Python</seg>
     2144          <seg>Python, Setuptools, and Wheel</seg>
    21452145        </seglistitem>
    21462146      </segmentedlist>
     
    21802180        <segtitle>&dependencies;</segtitle>
    21812181        <seglistitem>
    2182           <seg>Ninja and Python</seg>
     2182          <seg>Ninja, Python, Setuptools, and Wheel</seg>
    21832183        </seglistitem>
    21842184      </segmentedlist>
     
    27362736
    27372737      <segmentedlist id="sed-optdeps">
     2738        <segtitle>&external;</segtitle>
     2739        <seglistitem>
     2740          <seg>None</seg>
     2741        </seglistitem>
     2742      </segmentedlist>
     2743
     2744<!-- Begin Setuptools dependency info -->
     2745  <bridgehead renderas="sect2" id="setuptools-dep">Setuptools</bridgehead>
     2746
     2747      <segmentedlist id="setuptools-depends">
     2748        <segtitle>&dependencies;</segtitle>
     2749        <seglistitem>
     2750          <seg>Python and Wheel</seg>
     2751        </seglistitem>
     2752      </segmentedlist>
     2753
     2754      <segmentedlist id="setuptools-rundeps">
     2755        <segtitle>&runtime;</segtitle>
     2756        <seglistitem>
     2757          <seg>Python</seg>
     2758        </seglistitem>
     2759      </segmentedlist>
     2760
     2761      <segmentedlist id="setuptools-testdeps">
     2762        <segtitle>&testsuites;</segtitle>
     2763        <seglistitem>
     2764          <seg>No test suite available</seg>
     2765        </seglistitem>
     2766      </segmentedlist>
     2767
     2768      <segmentedlist id="setuptools-before">
     2769        <segtitle>&before;</segtitle>
     2770        <seglistitem>
     2771          <seg>Jinja2, MarkupSafe, and Meson</seg>
     2772        </seglistitem>
     2773      </segmentedlist>
     2774
     2775      <segmentedlist id="setuptools-optdeps">
    27382776        <segtitle>&external;</segtitle>
    27392777        <seglistitem>
     
    32173255
    32183256<!-- Begin Wheel dependency info -->
    3219   <bridgehead renderas="sect2" id="wheel-dep">wheel</bridgehead>
     3257  <bridgehead renderas="sect2" id="wheel-dep">Wheel</bridgehead>
    32203258
    32213259      <segmentedlist id="wheel-depends">
     
    32443282        <seglistitem>
    32453283          <seg>
    3246             <phrase revision='sysv'>None</phrase>
    3247             <phrase revision='systemd'>Jinja2</phrase>
     3284            Jinja2, MarkupSafe, Meson, and Setuptools
    32483285          </seg>
    32493286        </seglistitem>
  • chapter08/python.xml

    r6b1661a r80321c6  
    4949            --enable-shared      \
    5050            --with-system-expat  \
    51             --with-system-ffi    \
    5251            --enable-optimizations</userinput></screen>
    5352
     
    6261       </listitem>
    6362     </varlistentry>
    64 
    65     <varlistentry>
    66       <term><parameter>--with-system-ffi</parameter></term>
    67       <listitem>
    68         <para>This switch enables linking against the system version of
    69         <filename class='libraryfile'>libffi.so</filename>.</para>
    70       </listitem>
    71     </varlistentry>
    7263
    7364    <varlistentry>
  • chapter08/setuptools.xml

    r6b1661a r80321c6  
    5858      <seglistitem>
    5959         <seg>
    60             /usr/lib/python&python-minor;/site-packages/flit_core and
    61             /usr/lib/python&python-minor;/site-packages/flit_core-&setuptools-version;.dist-info
     60            /usr/lib/python&python-minor;/site-packages/_distutils_hack,
     61            /usr/lib/python&python-minor;/site-packages/pkg_resources,
     62            /usr/lib/python&python-minor;/site-packages/setuptools, and
     63            /usr/lib/python&python-minor;/site-packages/setuptools-&setuptools-version;.dist-info
    6264         </seg>
    6365      </seglistitem>
Note: See TracChangeset for help on using the changeset viewer.