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

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

inherit setuptools