summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/common/recipes-devtools/python/python-bottle.inc
blob: 159ded66057a3382c89e642a6f9e4363de1a9761 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
SUMMARY = "Fast and simple WSGI-framework for small web-applications."
DESCRIPTION = "Bottle is a fast and simple micro-framework for small web \
applications. It offers request dispatching (Routes) with url parameter \
support, templates, a built-in HTTP Server and adapters for many third \
party WSGI/HTTP-server and template engines - all in a single file and \
with no dependencies other than the Python Standard Library."
HOMEPAGE = "http://bottlepy.org/"
SECTION = "devel/python"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${WORKDIR}/LICENSE;md5=94b9b2cc7e46ccea87e00af8970826b5"

inherit allarch
inherit setuptools
inherit pypi

RDEPENDS_${PN} += " \
        python-email \
        python-json \
        python-netserver \
        "

PROVIDES += "${PN}-app"
PACKAGE_BEFORE_PN += "${PN}-app"

SUMMARY_${PN}-app = "${SRCNAME} app"
RDEPENDS_${PN}-app = "${PN}"
FILES_${PN}-app = "${bindir}/bottle.py*"

BBCLASSEXTEND = "nativesdk"
OpenPOWER on IntegriCloud