2022-02-27 23:34:12 +00:00
|
|
|
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
# Copyright (C) 2021-present Team LibreELEC (https://libreelec.tv)
|
2022-05-03 01:20:38 +00:00
|
|
|
# Copyright (C) 2022-present Fewtarius
|
|
|
|
#
|
|
|
|
PKG_NAME="jinja2"
|
|
|
|
PKG_VERSION="3.1.2"
|
2022-02-27 23:34:12 +00:00
|
|
|
PKG_LICENSE="BSD"
|
|
|
|
PKG_SITE="https://pypi.org/project/Jinja2/"
|
|
|
|
PKG_URL="https://files.pythonhosted.org/packages/source/${PKG_NAME:0:1}/${PKG_NAME}/${PKG_NAME}-${PKG_VERSION}.tar.gz"
|
|
|
|
PKG_DEPENDS_HOST="Python3:host setuptools:host MarkupSafe:host"
|
|
|
|
PKG_LONGDESC="Jinja is a fast, expressive, extensible templating engine."
|
|
|
|
PKG_TOOLCHAIN="manual"
|
|
|
|
|
|
|
|
makeinstall_host() {
|
|
|
|
exec_thread_safe python3 setup.py install --prefix=${TOOLCHAIN}
|
|
|
|
}
|