Skip to content

Commit ed9f1c1

Browse files
committed
lxml: initial package
used by itstool instead of libxml2
1 parent 0414392 commit ed9f1c1

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)