Changeset 55abe72
- Timestamp:
- 09/19/2017 07:22:19 PM (7 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 9ee2487
- Parents:
- b4b75a48
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general/prog/lxml.xml
rb4b75a48 r55abe72 7 7 <!ENTITY lxml-download-http "&pymodules-dl;/l/lxml/lxml-&lxml-version;.tar.gz"> 8 8 <!ENTITY lxml-download-ftp " "> 9 <!ENTITY lxml-md5sum " e54e2fae44d684d6b9c636fe189e93ff">10 <!ENTITY lxml-size " 3.6MB">11 <!ENTITY lxml-buildsize "1 04 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)"> 13 13 ]> 14 14 … … 74 74 </para> 75 75 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 76 83 <para condition="html" role="usernotes"> 77 84 User Notes: <ulink url="&blfs-wiki;/lxml"/> … … 93 100 94 101 <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: 98 103 </para> 99 104 100 <screen role="root"><userinput>python setup.py build && 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 && 126 python3 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> 102 133 103 134 <para> 104 135 To install the <application>Python 3</application> module, 105 run the following commandsas the106 <systemitem class="username">root</systemitem> user :136 as the 137 <systemitem class="username">root</systemitem> user run: 107 138 </para> 108 139 109 <screen role="root"><userinput>python3 setup.py clean && 110 python3 setup.py build && 111 python3 setup.py install --optimize=1</userinput></screen> 140 <screen role="root"><userinput>python3 setup.py install --optimize=1</userinput></screen> 112 141 113 142 </sect3> … … 129 158 </seg> 130 159 <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 132 162 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 134 165 </seg> 135 166 </seglistitem> -
introduction/welcome/changelog.xml
rb4b75a48 r55abe72 46 46 <itemizedlist> 47 47 <listitem> 48 <para>[ken] - Update to lxml-4.0.0 (Python module). Fixes 49 <ulink url="&blfs-ticket-root;9777">#9777</ulink>.</para> 50 </listitem> 51 <listitem> 48 52 <para>[bdubbs] - Update to libburn and libisoburn-1.4.8. Fixes 49 53 <ulink url="&blfs-ticket-root;9774">#9774</ulink>.</para> … … 67 71 </itemizedlist> 68 72 </listitem> 69 70 73 71 74 <listitem> -
packages.ent
rb4b75a48 r55abe72 394 394 <!ENTITY funcsigs-version "1.0.2"> 395 395 <!ENTITY Jinja2-version "2.9.6"> 396 <!ENTITY lxml-version " 3.8.0">396 <!ENTITY lxml-version "4.0.0"> 397 397 <!ENTITY mako-version "1.0.4"> 398 398 <!ENTITY MarkupSafe-version "1.0">
Note:
See TracChangeset
for help on using the changeset viewer.