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:21 -07:00
|
|
|
|
|
|
|
|
PKG_NAME="MarkupSafe"
|
2024-10-19 02:35:44 +00:00
|
|
|
PKG_VERSION="3.0.2"
|
|
|
|
|
PKG_SHA256="ee55d3edf80167e48ea11a923c7386f4669df67d7994554387f84e7d8b0a2bf0"
|
2018-06-01 09:36:21 -07:00
|
|
|
PKG_LICENSE="GPL"
|
|
|
|
|
PKG_SITE="https://pypi.org/project/MarkupSafe/"
|
2021-01-19 19:34:13 +00:00
|
|
|
PKG_URL="https://files.pythonhosted.org/packages/source/${PKG_NAME:0:1}/${PKG_NAME}/${PKG_NAME}-${PKG_VERSION}.tar.gz"
|
2024-10-08 12:08:19 +00:00
|
|
|
PKG_URL="https://files.pythonhosted.org/packages/source/${PKG_NAME:0:1}/${PKG_NAME}/markupsafe-${PKG_VERSION}.tar.gz"
|
2023-09-04 09:47:57 +00:00
|
|
|
PKG_DEPENDS_HOST="Python3:host setuptools:host"
|
2018-06-01 09:36:21 -07:00
|
|
|
PKG_LONGDESC="MarkupSafe implements a XML/HTML/XHTML Markup safe string for Python"
|
2024-08-23 16:34:48 +02:00
|
|
|
PKG_TOOLCHAIN="python"
|