diff options
Diffstat (limited to 'common/recipes-rest/cherryPy/cherryPy_3.8.0.bb')
-rw-r--r-- | common/recipes-rest/cherryPy/cherryPy_3.8.0.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/common/recipes-rest/cherryPy/cherryPy_3.8.0.bb b/common/recipes-rest/cherryPy/cherryPy_3.8.0.bb new file mode 100644 index 0000000..3c2179e --- /dev/null +++ b/common/recipes-rest/cherryPy/cherryPy_3.8.0.bb @@ -0,0 +1,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" |