python-tomako: new package

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Yegor Yefremov
2016-06-30 09:55:04 +02:00
committed by Thomas Petazzoni
parent c37648bac4
commit 1a4f44802b
4 changed files with 27 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
################################################################################
#
# python-tomako
#
################################################################################
PYTHON_TOMAKO_VERSION = 0.1.0
PYTHON_TOMAKO_SOURCE = tomako-$(PYTHON_TOMAKO_VERSION).tar.gz
PYTHON_TOMAKO_SITE = https://pypi.python.org/packages/66/6f/de5449d401ca6953691c765d7465941e772cf99a3547646edc58cdca452d
PYTHON_TOMAKO_SETUP_TYPE = setuptools
PYTHON_TOMAKO_LICENSE = MIT
$(eval $(python-package))