1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
DESCRIPTION = "A Lightweight Web Application Framework" SECTION = "devel/python" PRIORITY = "optional" LICENSE = "PSF" PR = "ml0" SRC_URI = "http://webpy.org/static/web.py-${PV}.tar.gz" S = "${WORKDIR}/webpy" inherit distutils RDEPENDS = "\ python-netserver \ python-netclient \ python-pprint \ "