Changeset 356a7a9


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

Files:
6 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r882da68d r356a7a9  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "21">                   <!-- Always 2 digits -->
     3<!ENTITY day          "22">                   <!-- Always 2 digits -->
    44<!ENTITY month        "02">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2018">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "February 21st, &year;">
     9<!ENTITY releasedate  "February 22nd, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • 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
  • introduction/welcome/changelog.xml

    r882da68d r356a7a9  
    4242    </listitem>
    4343-->
     44    <listitem>
     45      <para>February 22nd, 2018</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[bdubbs] - Update to mercurial-4.5. Fixes
     49          <ulink url="&blfs-ticket-root;10394">#10394</ulink>.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
     53
    4454    <listitem>
    4555      <para>February 21st, 2018</para>
  • packages.ent

    r882da68d r356a7a9  
    323323<!ENTITY llvm-old-version             "3.9.1">
    324324<!ENTITY lua-version                  "5.3.4">
    325 <!ENTITY mercurial-version            "4.4.2">
     325<!ENTITY mercurial-version            "4.5">
    326326<!ENTITY nasm-version                 "2.13.03">
    327327<!ENTITY ninja-version                "1.8.2">
  • postlfs/security/gpgme.xml

    r882da68d r356a7a9  
    8888    <para role="optional">
    8989      <xref linkend="doxygen"/> (for API documentation),
    90       <xref linkend="gnupg2"/> (used during the testsuite), and
     90      <xref linkend="gnupg2"/> (required if Qt or SWIG are installed;
     91        used during the testsuite),
    9192      <xref linkend="clisp"/>,
    9293      <xref linkend="python2"/>,
Note: See TracChangeset for help on using the changeset viewer.