8d78c18692
The original python-cheetah project was abandoned and a new fork was created as a drop-in replacement. Though the name of the fork is Cheetah3, we do not rename the package name to avoid dependency renaming. The new fork supports both Python2 and Python3. python-markdown is now an optional dependency. Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
16 lines
575 B
Makefile
16 lines
575 B
Makefile
################################################################################
|
|
#
|
|
# python-cheetah
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_CHEETAH_VERSION = 3.2.4
|
|
PYTHON_CHEETAH_SOURCE = Cheetah3-$(PYTHON_CHEETAH_VERSION).tar.gz
|
|
PYTHON_CHEETAH_SITE = https://files.pythonhosted.org/packages/4e/72/e6a7d92279e3551db1b68fd336fd7a6e3d2f2ec742bf486486e6150d77d2
|
|
PYTHON_CHEETAH_LICENSE = MIT
|
|
PYTHON_CHEETAH_LICENSE_FILES = LICENSE
|
|
PYTHON_CHEETAH_SETUP_TYPE = setuptools
|
|
|
|
$(eval $(python-package))
|
|
$(eval $(host-python-package))
|