blob: 091026c6a6dd3626ff3c2b7589be63d7fa7c817f (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
DESCRIPTION = "itools is a python web technologies library"
SECTION = "devel/python"
PRIORITY = "optional"
LICENSE = "LGPL"
RDEPENDS = "python-core"
SRCNAME = "itools"
SRC_URI = "http://www.ikaaro.org/download/itools/${SRCNAME}-${PV}.tar.gz"
S = "${WORKDIR}/${SRCNAME}-${PV}"
inherit distutils
|