Ignore:
Timestamp:
09/19/2017 07:22:19 PM (7 years ago)
Author:
Ken Moffat <ken@…>
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:
9ee2487
Parents:
b4b75a48
Message:

lxml-4.0.0

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/lxml.xml

    rb4b75a48 r55abe72  
    77  <!ENTITY lxml-download-http "&pymodules-dl;/l/lxml/lxml-&lxml-version;.tar.gz">
    88  <!ENTITY lxml-download-ftp  " ">
    9   <!ENTITY lxml-md5sum        "e54e2fae44d684d6b9c636fe189e93ff">
    10   <!ENTITY lxml-size          "3.6 MB">
    11   <!ENTITY lxml-buildsize     "104 MB">
    12   <!ENTITY lxml-time          "1.3 SBU">
     9  <!ENTITY lxml-md5sum        "c30d7e752cc909c1c0c40bd34153443a">
     10  <!ENTITY lxml-size          "4.1 MB">
     11  <!ENTITY lxml-buildsize     "154 MB (plus 31 MB for the testsuite without optional deps)">
     12  <!ENTITY lxml-time          "1.5 SBU (plus 1.7 SBU for the testsuite without optional deps)">
    1313]>
    1414
     
    7474      </para>
    7575
     76      <bridgehead renderas="sect5">Optional (to run more tests)</bridgehead>
     77      <para role="optional">
     78        <xref linkend="gdb"/>
     79        <xref linkend="valgrind"/>
     80        <ulink url="&pypi;/cssselect/">cssselect</ulink>
     81      </para>
     82
    7683      <para condition="html" role="usernotes">
    7784        User Notes: <ulink url="&blfs-wiki;/lxml"/>
     
    93100
    94101      <para>
    95         To install the <application>Python 2</application> module,
    96         run the following commands as the
    97         <systemitem class="username">root</systemitem> user:
     102        To build the <application>Python 2</application> module, run:
    98103      </para>
    99104
    100 <screen role="root"><userinput>python setup.py build &amp;&amp;
    101 python setup.py install --optimize=1</userinput></screen>
     105<screen><userinput>python setup.py build</userinput></screen>
     106
     107     <para>
     108       If you wish to run the tests, enter: <command>make test</command>.
     109       This will rebuild the package for inplace use before running the tests.
     110       There will be at least 1 error.
     111     </para>
     112
     113      <para>
     114        To install the <application>Python 2</application> module,
     115        as the
     116        <systemitem class="username">root</systemitem> user run:
     117      </para>
     118
     119<screen role="root"><userinput>python setup.py install --optimize=1</userinput></screen>
     120
     121      <para>
     122        To build the <application>Python 3</application> module, run:
     123      </para>
     124
     125<screen><userinput>python3 setup.py clean &amp;&amp;
     126python3 setup.py build</userinput></screen>
     127
     128     <para>
     129       If you wish to run the tests, enter: <command>make PYTHON=python3
     130       test</command>. This will rebuild the package for inplace use before
     131       running the tests. There will be at least 1 error.
     132     </para>
    102133
    103134      <para>
    104135        To install the <application>Python 3</application> module,
    105         run the following commands as the
    106         <systemitem class="username">root</systemitem> user:
     136        as the
     137        <systemitem class="username">root</systemitem> user run:
    107138      </para>
    108139
    109 <screen role="root"><userinput>python3 setup.py clean &amp;&amp;
    110 python3 setup.py build &amp;&amp;
    111 python3 setup.py install --optimize=1</userinput></screen>
     140<screen role="root"><userinput>python3 setup.py install --optimize=1</userinput></screen>
    112141
    113142    </sect3>
     
    129158          </seg>
    130159          <seg>
    131             /usr/lib/python&python2-majorver;/site-packages/lxml-&lxml-version;-py&python2-majorver;-linux-$ARCH.egg
     160            /usr/lib/python&python2-majorver;/site-packages/lxml,
     161            /usr/lib/python&python2-majorver;/site-packages/lxml-&lxml-version;-py&python2-majorver;-linux-$ARCH.egg-info
    132162            and/or
    133             /usr/lib/python&python3-majorver;/site-packages/lxml-&lxml-version;-py&python3-majorver;-linux-$ARCH.egg
     163            /usr/lib/python&python3-majorver;/site-packages/lxml,
     164            /usr/lib/python&python3-majorver;/site-packages/lxml-&lxml-version;-py&python3-majorver;-linux-$ARCH.egg-info
    134165          </seg>
    135166        </seglistitem>
Note: See TracChangeset for help on using the changeset viewer.