summaryrefslogtreecommitdiffstats
path: root/common/recipes-rest/cherryPy/cherryPy_3.8.0.bb
blob: 3c2179ec9e9fa81fa18ea8791cdc7e3a4f269b94 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
DESCRIPTION = "CherryPy HTTP framework"
SECTION = "base"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://cherrypy/LICENSE.txt;md5=a476d86a3f85c89411ecaad012eed1e3"

SRC_URI = "https://pypi.python.org/packages/source/C/CherryPy/CherryPy-${PV}.tar.gz"
SRC_URI[md5sum] = "542b96b2cd825e8120e8cd822bc18f4b"
SRC_URI[sha256sum] = "ffcdb43667d4098247efaf8c82dd36d3dd4f8e5dc768ef5e90b480899e523bea"

S = "${WORKDIR}/CherryPy-${PV}"

inherit setuptools

FILES_${PN} += "/usr/lib/* /usr/share/cherrypy"
OpenPOWER on IntegriCloud