2018-07-16 20:45:36 +02:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
|
# Copyright (C) 2009-2014 Stephan Raue (stephan@openelec.tv)
|
|
|
|
|
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
|
2018-06-01 09:36:15 -07:00
|
|
|
|
|
|
|
|
PKG_NAME="Mako"
|
2025-04-11 13:52:47 +00:00
|
|
|
PKG_VERSION="1.3.10"
|
|
|
|
|
PKG_SHA256="99579a6f39583fa7e5630a28c3c1f440e4e97a414b80372649c0ce338da2ea28"
|
2018-06-01 09:36:15 -07:00
|
|
|
PKG_LICENSE="GPL"
|
|
|
|
|
PKG_SITE="https://pypi.org/project/Mako"
|
2024-10-22 13:16:10 +00:00
|
|
|
PKG_URL="https://files.pythonhosted.org/packages/source/${PKG_NAME:0:1}/${PKG_NAME}/mako-${PKG_VERSION}.tar.gz"
|
2023-09-04 09:47:57 +00:00
|
|
|
PKG_DEPENDS_HOST="Python3:host setuptools:host MarkupSafe:host"
|
2018-06-01 09:36:15 -07:00
|
|
|
PKG_LONGDESC="Mako is a super-fast templating language that borrows the best ideas from the existing templating languages."
|
2024-08-23 16:35:38 +02:00
|
|
|
PKG_TOOLCHAIN="python"
|