Changeset 356a7a9 for general


Ignore:
Timestamp:
02/22/2018 03:11:22 PM (6 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, 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:
dc69310d
Parents:
882da68d
Message:

Update to mercurial-4.5.
Change default for docutils to python2.
Add a note to dependencies for gpgme.

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

Location:
general/prog
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/prog/docutils.xml

    r882da68d r356a7a9  
    6767      </itemizedlist>
    6868
     69      <bridgehead renderas="sect4">Docutils Dependencies</bridgehead>
     70
     71      <bridgehead renderas="sect5">Recommended</bridgehead>
     72      <para role="recommended">
     73        <xref linkend="python2"/>
     74      </para>
     75
     76      <note><para>This package can be installed with
     77      <application>Python 3</application>, but some packages require
     78      <application>Python 2</application>.</para></note>
     79
    6980      <para condition="html" role="usernotes">
    7081        User Notes: <ulink url="&blfs-wiki;/docutils"/>
     
    7889
    7990      <para>
    80         To build the <application>Python 3</application> applications,
     91        To build the <application>Python 2</application> applications,
    8192        run the following command:
    8293      </para>
    8394
    84 <screen><userinput>python3 setup.py build</userinput></screen>
     95<screen><userinput>python setup.py build</userinput></screen>
    8596
    8697      <para>
    87         To install the <application>Python 3</application> applications
     98        To install the <application>Python</application> applications
    8899        run the following as the
    89100        <systemitem class="username">root</systemitem> user:
    90101      </para>
    91102
    92 <screen role="root"><userinput>python3 setup.py install --optimize=1 &amp;&amp;
     103<screen role="root"><userinput>python setup.py install --optimize=1 &amp;&amp;
    93104
    94105for f in /usr/bin/rst*.py; do
  • general/prog/mercurial.xml

    r882da68d r356a7a9  
    77  <!ENTITY mercurial-download-http "https://www.mercurial-scm.org/release/mercurial-&mercurial-version;.tar.gz">
    88  <!ENTITY mercurial-download-ftp  " ">
    9   <!ENTITY mercurial-md5sum        "95769125cf7e9dbc341a983253acefcd">
    10   <!ENTITY mercurial-size          "5.4 MB">
    11   <!ENTITY mercurial-buildsize     "51 MB (add 419 MB for tests)">
    12   <!ENTITY mercurial-time          "0.2 SBU (add 6.3 SBU for tests using -j4)">
     9  <!ENTITY mercurial-md5sum        "5ca07ebb0c7f7eeb7b5a8ca9822cb8f1">
     10  <!ENTITY mercurial-size          "5.6 MB">
     11  <!ENTITY mercurial-buildsize     "52 MB (add 523 MB for tests)">
     12  <!ENTITY mercurial-time          "0.2 SBU (add 6.2 SBU for tests using -j4)">
    1313]>
    1414
Note: See TracChangeset for help on using the changeset viewer.