Changeset 5dd8e5b for general


Ignore:
Timestamp:
01/11/2019 08:43:52 PM (5 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.4, 9.0, 9.1, bdubbs/svn, 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:
721991c
Parents:
6878aa6
Message:

Update to MarkupSafe-1.1.0 and code cleanup

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/markupsafe.xml

    r6878aa6 r5dd8e5b  
    77  <!ENTITY MarkupSafe-download-http "&pymodules-dl;/M/MarkupSafe/MarkupSafe-&MarkupSafe-version;.tar.gz">
    88  <!ENTITY MarkupSafe-download-ftp  " ">
    9   <!ENTITY MarkupSafe-md5sum        "2fcedc9284d50e577b5192e8e3578355">
    10   <!ENTITY MarkupSafe-size          "16 KB">
    11   <!ENTITY MarkupSafe-buildsize     "872 KB">
     9  <!ENTITY MarkupSafe-md5sum        "49e3f3230cedb7ae34faf06913db83fc">
     10  <!ENTITY MarkupSafe-size          "18 KB">
     11  <!ENTITY MarkupSafe-buildsize     "548 KB">
    1212  <!ENTITY MarkupSafe-time          "less than 0.1 SBU">
    1313]>
     
    6666      </itemizedlist>
    6767
    68 <!-- OBSOLETE
    69       <bridgehead renderas="sect4">MarkupSafe Dependencies</bridgehead>
    70 
    71       <bridgehead renderas="sect5">Required</bridgehead>
    72       <para role="required">
    73         <xref linkend="setuptools"/>
    74       </para>
    75 -->
    76 
    7768      <para condition="html" role="usernotes">
    7869        User Notes: <ulink url="&blfs-wiki;/MarkupSafe"/>
     
    8273    <sect3 role="installation">
    8374      <title>Installation of MarkupSafe</title>
    84 <!--
    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 -->
    9375<!-- Editors note: Use - -root= instead of DESTDIR= when updating. -->
    94 <!--
    95       <para>
    96         To build the <application>Python 2</application> module,
    97         run the following command:
    98       </para>
    99 
    100 <screen><userinput>python setup.py build</userinput></screen>
    10176
    10277      <para>
    103         To install the <application>Python 2</application> module,
    104         run the following command as the
    105         <systemitem class="username">root</systemitem> user:
    106       </para>
    107 
    108 <screen role="root"><userinput>python setup.py install - -optimize=1</userinput></screen>
    109 -->
    110       <para>
    111         To build the <application>Python 3</application> module,
    112         run the following command:
     78        To build the module, run the following command:
    11379      </para>
    11480
     
    11682
    11783      <para>
    118         To install the <application>Python 3</application> module,
    119         run the following command as the
     84        To install the module, run the following command as the
    12085        <systemitem class="username">root</systemitem> user:
    12186      </para>
     
    141106          </seg>
    142107          <seg>
    143 i<!--            /usr/lib/python&python2-majorver;/site-packages/markupsafe,
    144             /usr/lib/python&python2-majorver;/site-packages/MarkupSafe-&MarkupSafe-version;-py&python2-majorver;.egg-info and/or-->
    145108            /usr/lib/python&python3-majorver;/site-packages/markupsafe and
    146109            /usr/lib/python&python3-majorver;/site-packages/MarkupSafe-&MarkupSafe-version;-py&python3-majorver;.egg-info
Note: See TracChangeset for help on using the changeset viewer.