[bootlin/training-materials updates] master: slides/buildroot-new-packages: update python-lxml example (98df21ac)

Thomas Petazzoni thomas.petazzoni at bootlin.com
Wed Apr 15 08:13:21 CEST 2020


Repository : https://github.com/bootlin/training-materials
On branch  : master
Link       : https://github.com/bootlin/training-materials/commit/98df21ac259870256ceef18592f236c39cfd2295

>---------------------------------------------------------------

commit 98df21ac259870256ceef18592f236c39cfd2295
Author: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
Date:   Wed Apr 15 08:13:21 2020 +0200

    slides/buildroot-new-packages: update python-lxml example
    
    Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>


>---------------------------------------------------------------

98df21ac259870256ceef18592f236c39cfd2295
 slides/buildroot-new-packages/buildroot-new-packages.tex | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/slides/buildroot-new-packages/buildroot-new-packages.tex b/slides/buildroot-new-packages/buildroot-new-packages.tex
index e5f6e49a..cdd5a174 100644
--- a/slides/buildroot-new-packages/buildroot-new-packages.tex
+++ b/slides/buildroot-new-packages/buildroot-new-packages.tex
@@ -1150,9 +1150,9 @@ $(eval $(python-package))
 \begin{frame}[fragile]{Python package: more complicated example}
   \begin{block}{python-lxml.mk}
     \begin{minted}[fontsize=\scriptsize]{make}
-PYTHON_LXML_VERSION = 3.4.2
-PYTHON_LXML_SITE = http://lxml.de/files
-PYTHON_LXML_SOURCE = lxml-$(PYTHON_LXML_VERSION).tgz
+PYTHON_LXML_VERSION = 4.5.0
+PYTHON_LXML_SITE = https://files.pythonhosted.org/packages/39/2b/0a6...
+PYTHON_LXML_SOURCE = lxml-$(PYTHON_LXML_VERSION).tar.gz
 [...]
 PYTHON_LXML_SETUP_TYPE = setuptools
 PYTHON_LXML_DEPENDENCIES = libxml2 libxslt zlib




More information about the training-materials-updates mailing list