Ignore:
Timestamp:
10/08/2020 10:18:31 PM (4 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.1, 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:
c46217a
Parents:
b559bf0
Message:

Drop the python2 version of the pycryptodome module
Update to gsettings-desktop-schemas-3.38.0
Update to VTE-0.62.0
Update to yelp-xsl-3.38.0
Update to gnome-desktop-3.38.1
Update to cheese-3.38.0
Update to libpeas-1.28.0
Update to evolution-data-server-3.38.1
Update to dconf-0.38.0
Update to dconf-editor-3.38.0
Update to tracker-3.0.1
Update to tracker-miners-3.0.1
Modify tracker and tracker-miners to allow them to build on SysV systems.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23794 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/pycryptodome.xml

    rb559bf0 rec047148  
    6868      </itemizedlist>
    6969
    70       <bridgehead renderas="sect4">PyCryptodome Dependencies</bridgehead>
    71 
    72       <bridgehead renderas="sect5">Recommended</bridgehead>
    73       <para role="recommended">
    74         <xref linkend="python2"/>
    75       </para>
    76 
    7770      <para condition="html" role="usernotes">
    7871        User Notes: <ulink url="&blfs-wiki;/pycryptodome"/>
     
    8376      <title>Installation of PyCryptodome</title>
    8477
    85       <note>
    86         <para>
    87           Both <application>Python 2</application> and
    88           <application>Python 3</application> modules can
    89           be built and installed without any conflicts.
    90         </para>
    91       </note>
    92 
    9378<!-- Editors note: Use - -root= instead of DESTDIR= when updating. -->
    9479
    9580      <para>
    96         To build the <application>Python 2</application> and
    97         <application>Python 3</application> modules, run the following commands:
     81        To build <application>PyCryptodome</application> as a Python 3
     82        module, run the following command:
    9883      </para>
    9984
    100 <screen><userinput>python2 setup.py build &amp;&amp;
    101 python3 setup.py build</userinput></screen>
     85<screen><userinput>python3 setup.py build</userinput></screen>
    10286
    10387      <para>
    104         To install both modules, run the following commands as the
     88        To install the module, run the following command as the
    10589        <systemitem class="username">root</systemitem> user:
    10690      </para>
    10791
    108 <screen role="root"><userinput>python2 setup.py install --optimize=1 &amp;&amp;
    109 python3 setup.py install --optimize=1</userinput></screen>
     92<screen role="root"><userinput>python3 setup.py install --optimize=1</userinput></screen>
    11093
    11194    </sect3>
     
    124107          </seg>
    125108          <seg>
    126             pycryptodome-&pycryptodome-version;-py&python2-majorver;.egg-info and/or
    127109            pycryptodome-&pycryptodome-version;-py&python3-majorver;.egg-info
    128110          </seg>
    129111          <seg>
    130             /usr/lib/python&python2-majorver;/site-packages/Crypto and/or
    131112            /usr/lib/python&python3-majorver;/site-packages/Crypto
    132113          </seg>
Note: See TracChangeset for help on using the changeset viewer.