aboutsummaryrefslogtreecommitdiffstats
path: root/packages/python/python-mako_0.2.2.bb
blob: 3923c154fcdb681f57d53a39f3cba1d2623b5611 (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"
FILE_PR = "ml0"

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

inherit setuptools