From 23e36d191c048a635b6bdf5f65921592f773fe57 Mon Sep 17 00:00:00 2001 From: DJ Lucas Date: Sun, 27 Nov 2016 09:00:26 +0000 Subject: [PATCH] Add lxml-3.6.4 (systemd). git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@18015 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- general/prog/lxml.xml | 142 +++++++++++++++++++++++++++++ general/prog/python-modules.xml | 8 ++ general/sysutils/systemd.xml | 4 +- introduction/welcome/changelog.xml | 3 + packages.ent | 1 + 5 files changed, 155 insertions(+), 3 deletions(-) create mode 100644 general/prog/lxml.xml diff --git a/general/prog/lxml.xml b/general/prog/lxml.xml new file mode 100644 index 0000000000..987ba2ff2e --- /dev/null +++ b/general/prog/lxml.xml @@ -0,0 +1,142 @@ + + + %general-entities; + + + + + + + +]> + + + + + lxml-&lxml-version; + + + lxml + + + + Introduction to lxml + + + lxml provides + Python bindings for + and . + + + &lfs7a_checked; + + Package Information + + + + Download (HTTP): + + + + + Download (FTP): + + + + + Download MD5 sum: &lxml-md5sum; + + + + + Download size: &lxml-size; + + + + + Estimated disk space required: &lxml-buildsize; + + + + + Estimated build time: &lxml-time; + + + + + lxml Dependencies + + Required + + + + + + User Notes: + + + + + Installation of lxml + + + + Both Python 2 and + Python 3 modules can + be built and installed without any conflicts. + + + + + + + To install the Python 2 module, + run the following commands as the + root user: + + +python setup.py build && +python setup.py install --optimize=1 + + + To install the Python 3 module, + run the following commands as the + root user: + + +python3 setup.py clean && +python3 setup.py build && +python3 setup.py install --optimize=1 + + + + + Contents + + + Installed Programs + Installed Libraries + Installed Directories + + + + None + + + None + + + /usr/lib/python&python2-majorver;/site-packages/lxml-&lxml-version;-py&python2-majorver;-linux-$ARCH.egg + and/or + /usr/lib/python&python3-majorver;/site-packages/lxml-&lxml-version;-py&python3-majorver;-linux-$ARCH.egg + + + + + + + + diff --git a/general/prog/python-modules.xml b/general/prog/python-modules.xml index 44eba79a8f..7cb7ef4018 100644 --- a/general/prog/python-modules.xml +++ b/general/prog/python-modules.xml @@ -81,6 +81,11 @@ + + + + + @@ -134,6 +139,9 @@ + + diff --git a/general/sysutils/systemd.xml b/general/sysutils/systemd.xml index 3c81d9db39..43af2f9798 100644 --- a/general/sysutils/systemd.xml +++ b/general/sysutils/systemd.xml @@ -96,8 +96,7 @@ , , , - or - , + , , , (for the zsh completions), @@ -106,7 +105,6 @@ kexec-tools, libmicrohttpd, libseccomp, - lxml (Python Module), lz4, qrencode, quota-tools and diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index c6b919460a..b54d1468c6 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -50,6 +50,9 @@ [dj] - Update to dbus-1.10.12. Fixes #8424. + + [dj] - Added lxml-3.6.4. + diff --git a/packages.ent b/packages.ent index 0b01377896..3c691e3fdd 100644 --- a/packages.ent +++ b/packages.ent @@ -371,6 +371,7 @@ +