e9df5b0fc3
Drop python2 support. Remove python3-markupsafe host build as python2 host builds for markupsafe are not supported, python3 host builds are moved to python-markupsafe. Remove python3-jinja2 host build as python2 host builds for jinja2 are not supported, python3 host builds are moved to python-jinja2. Remove python3-mako host build as python2 host builds for mako are not supported, python3 host builds are moved to python-mako. Propagate reverse python3 dependency. Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
18 lines
666 B
Makefile
18 lines
666 B
Makefile
################################################################################
|
|
#
|
|
# python-markupsafe
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_MARKUPSAFE_VERSION = 2.0.1
|
|
PYTHON_MARKUPSAFE_SOURCE = MarkupSafe-$(PYTHON_MARKUPSAFE_VERSION).tar.gz
|
|
PYTHON_MARKUPSAFE_SITE = https://files.pythonhosted.org/packages/bf/10/ff66fea6d1788c458663a84d88787bae15d45daa16f6b3ef33322a51fc7e
|
|
PYTHON_MARKUPSAFE_SETUP_TYPE = setuptools
|
|
PYTHON_MARKUPSAFE_LICENSE = BSD-3-Clause
|
|
PYTHON_MARKUPSAFE_LICENSE_FILES = LICENSE.rst
|
|
|
|
HOST_PYTHON_MARKUPSAFE_NEEDS_HOST_PYTHON = python3
|
|
|
|
$(eval $(python-package))
|
|
$(eval $(host-python-package))
|