aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/python/python-webpy_0.31.bb
blob: b3af54cc9906f7f7fb632c3ddb549504f95b8344 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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 \
"


SRC_URI[md5sum] = "439b0700f9f5d422e5db6f28c0f86b11"
SRC_URI[sha256sum] = "01f30f86c9ea41e7fcc9bc4cabb17283de7dbf19c301254161a89dd0a73cb9f3"