mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
python-cheetah: new package
[Thomas: - Remove dependency on host-python-markdown, apparently not needed (it builds fine in a minimal chroot, which doesn't have python-markdown installed) - Remove runtime dependency on markdown, I can run Cheetah basic examples without python-markdown installed. - Add dependency on Python 2 only, since it doesn't build for Python 3.] Signed-off-by: Gwenhael Goavec-Merou <gwenhael.goavec-merou@trabucayre.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
c1b0554172
commit
9ef15fd63e
13
package/python-cheetah/python-cheetah.mk
Normal file
13
package/python-cheetah/python-cheetah.mk
Normal file
@@ -0,0 +1,13 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-cheetah
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_CHEETAH_VERSION = 2.4.4
|
||||
PYTHON_CHEETAH_SOURCE = Cheetah-$(PYTHON_CHEETAH_VERSION).tar.gz
|
||||
PYTHON_CHEETAH_SITE = http://pypi.python.org/packages/source/C/Cheetah
|
||||
PYTHON_CHEETAH_LICENSE = MIT
|
||||
PYTHON_CHEETAH_SETUP_TYPE = setuptools
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user