Changeset 00b0be00


Ignore:
Timestamp:
04/20/2022 03:22:10 AM (2 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
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, xry111/llvm18, xry111/soup3, xry111/xf86-video-removal
Children:
fa76823d
Parents:
c8a0d6c0
Message:

Update build instructions for pyxdg and ensure explainations are present

Location:
general/prog
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/prog/pycryptodome.xml

    rc8a0d6c0 r00b0be00  
    9191    </sect3>
    9292
     93    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     94      href="../../xincludes/pip3-cmd-explain.xml"/>
     95
    9396    <sect3 role="content">
    9497      <title>Contents</title>
  • general/prog/pygments.xml

    rc8a0d6c0 r00b0be00  
    9090    </sect3>
    9191
     92    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     93      href="../../xincludes/pip3-cmd-explain.xml"/>
     94
    9295    <sect3 role="content">
    9396      <title>Contents</title>
  • general/prog/pyxdg.xml

    rc8a0d6c0 r00b0be00  
    1010  <!ENTITY pyxdg-md5sum        "2a2844c21b1b038d74433a0c4aef0a88">
    1111  <!ENTITY pyxdg-size          "60 KB">
    12   <!ENTITY pyxdg-buildsize     "708 KB">
     12  <!ENTITY pyxdg-buildsize     "608 KB">
    1313  <!ENTITY pyxdg-time          "less than 0.1 SBU">
    1414]>
     
    6666        </listitem>
    6767      </itemizedlist>
    68 
     68<!--
    6969      <bridgehead renderas="sect4">PyXDG Dependencies</bridgehead>
    7070
     
    7373        <xref linkend="python2"/>
    7474      </para>
    75 
     75-->
    7676      <para condition="html" role="usernotes">
    7777        User Notes: <ulink url="&blfs-wiki;/pyxdg"/>
     
    8282      <title>Installation of PyXDG</title>
    8383
    84 <!-- Editors note: Use - -root= instead of DESTDIR= when updating. -->
    85 
    8684      <para>
    87         To install the module, run the following command as the
    88         <systemitem class="username">root</systemitem> user:
     85        Build the module:
    8986      </para>
    9087
    91 <screen role="root"><userinput>python3 setup.py install --optimize=1</userinput></screen>
     88<screen><userinput>pip3 wheel -w dist --no-build-isolation --no-deps $PWD</userinput></screen>
     89
     90       <para>
     91         Install the module as the &root; user:
     92       </para>
     93
     94<screen role='root'><userinput>pip3 install --no-index --find-links dist --no-cache-dir pyxdg</userinput></screen>
    9295
    9396    </sect3>
     97
     98    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     99      href="../../xincludes/pip3-cmd-explain.xml"/>
    94100
    95101    <sect3 role="content">
     
    101107        <seglistitem>
    102108          <seg>
    103             /usr/lib/python&python3-majorver;/site-packages/xdg
     109            /usr/lib/python&python3-majorver;/site-packages/xdg and
     110            /usr/lib/python&python3-majorver;/site-packages/pyxdg-&pyxdg-version;.dist-info
    104111          </seg>
    105112        </seglistitem>
Note: See TracChangeset for help on using the changeset viewer.