Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/pycryptodome.xml

    r313f9a6 r49b8f58  
    77  <!ENTITY pycryptodome-download-http "https://github.com/Legrandin/pycryptodome/archive/v&pycryptodome-version;/pycryptodome-&pycryptodome-version;.tar.gz">
    88  <!ENTITY pycryptodome-download-ftp  " ">
    9   <!ENTITY pycryptodome-md5sum        "0bab6def86a8ab06fe78432315301df3">
    10   <!ENTITY pycryptodome-size          "15 MB">
    11   <!ENTITY pycryptodome-buildsize     "57 MB">
     9  <!ENTITY pycryptodome-md5sum        "de6d9a6625e05067a12f5ac746aed7c3">
     10  <!ENTITY pycryptodome-size          "16 MB">
     11  <!ENTITY pycryptodome-buildsize     "53 MB">
    1212  <!ENTITY pycryptodome-time          "0.1 SBU">
    1313]>
     
    3232      </para>
    3333
    34       &lfs110a_checked;
     34      &lfs112_checked;
    3535
    3636      <bridgehead renderas="sect4">Package Information</bridgehead>
     
    7676      <title>Installation of PyCryptodome</title>
    7777
    78 <!-- Editors note: Use - -root= instead of DESTDIR= when updating. -->
    79 
    8078      <para>
    8179        To build <application>PyCryptodome</application> as a Python 3
     
    8381      </para>
    8482
    85 <screen><userinput>python3 setup.py build</userinput></screen>
     83<screen><userinput>pip3 wheel -w dist --no-build-isolation --no-deps $PWD</userinput></screen>
    8684
    8785      <para>
    88         To install the module, run the following command as the
    89         <systemitem class="username">root</systemitem> user:
     86        To install the module, run the following command as the &root; user:
    9087      </para>
    9188
    92 <screen role="root"><userinput>python3 setup.py install --optimize=1</userinput></screen>
     89<screen role="root"><userinput>pip3 install --no-index --find-links dist --no-cache-dir --no-user pycryptodome</userinput></screen>
    9390
    9491    </sect3>
     92
     93    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     94      href="../../xincludes/pip3-cmd-explain.xml"/>
    9595
    9696    <sect3 role="content">
     
    110110          </seg>
    111111          <seg>
    112             /usr/lib/python&python3-majorver;/site-packages/pycryptodome-&pycryptodome-version;-py&python3-majorver;.egg
     112            /usr/lib/python&python3-majorver;/site-packages/pycryptodome-&pycryptodome-version;.dist-info
    113113          </seg>
    114114        </seglistitem>
Note: See TracChangeset for help on using the changeset viewer.