summaryrefslogtreecommitdiffstats
path: root/recipes/python/python-mako_0.2.2.bb
blob: 6b1b9595af2afef5142175abcd4637830ca96e66 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
DESCRIPTION = "A super-fast templating language that borrows the best ideas from the existing templating languages"
SECTION = "devel/python"
PRIORITY = "optional"
LICENSE = "MIT"
HOMEPAGE = "http://www.makotemplates.org/"
SRCNAME = "Mako"
PR = "ml1"

SRC_URI = "http://pypi.python.org/packages/source/M/Mako/Mako-${PV}.tar.gz" 
S = "${WORKDIR}/${SRCNAME}-${PV}"

inherit setuptools