We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0414392 commit ed9f1c1Copy full SHA for ed9f1c1
1 file changed
packages/python/devel/lxml/package.mk
@@ -0,0 +1,12 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
2
+# Copyright (C) 2026-present Team LibreELEC (https://libreelec.tv)
3
+
4
+PKG_NAME="lxml"
5
+PKG_VERSION="6.0.2"
6
+PKG_SHA256="cd79f3367bd74b317dda655dc8fcfa304d9eb6e4fb06b7168c5cf27f96e0cd62"
7
+PKG_LICENSE="BSD-3-Clause"
8
+PKG_SITE="https://lxml.de"
9
+PKG_URL="https://github.com/lxml/lxml/releases/download/${PKG_NAME}-${PKG_VERSION}/${PKG_NAME}-${PKG_VERSION}.tar.gz"
10
+PKG_DEPENDS_HOST="Python3:host libxml2:host libxslt:host setuptools:host"
11
+PKG_LONGDESC="The lxml XML toolkit for Python"
12
+PKG_TOOLCHAIN="python"
0 commit comments