Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/pyxdg.xml

    r8558044 r5ff8c3a  
    66
    77  <!ENTITY pyxdg-download-http
    8            "https://files.pythonhosted.org/packages/6f/2e/2251b5ae2f003d865beef79c8fcd517e907ed6a69f58c32403cec3eba9b2/pyxdg-&pyxdg-version;.tar.gz">
     8           "https://files.pythonhosted.org/packages/b0/25/7998cd2dec731acbd438fbf91bc619603fc5188de0a9a17699a781840452/pyxdg-&pyxdg-version;.tar.gz">
    99  <!ENTITY pyxdg-download-ftp  " ">
    10   <!ENTITY pyxdg-md5sum        "2a2844c21b1b038d74433a0c4aef0a88">
    11   <!ENTITY pyxdg-size          "60 KB">
    12   <!ENTITY pyxdg-buildsize     "708 KB">
     10  <!ENTITY pyxdg-md5sum        "d9a1d04fe60c956f5e3b9de3b4ef4722">
     11  <!ENTITY pyxdg-size          "76 KB">
     12  <!ENTITY pyxdg-buildsize     "808 KB">
    1313  <!ENTITY pyxdg-time          "less than 0.1 SBU">
    1414]>
     
    3131      </para>
    3232
    33       &lfs110a_checked;
     33      &lfs112_checked;
    3434
    3535      <bridgehead renderas="sect4">Package Information</bridgehead>
     
    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 --no-user 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.