diff options
| author | Huang Qiyu <huangqy.fnst@cn.fujitsu.com> | 2017-01-20 16:06:58 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2017-01-20 08:59:23 -0500 |
| commit | 5350b84ba50ec2880e83ea9feffd6607b5ed258d (patch) | |
| tree | a2882378c7c009a2cb66b9b8875aebbee51e5433 /meta-openstack/recipes-devtools/python/python-waitress_0.8.9.bb | |
| parent | d24d35c6a01cae665e0901a0b849f91025558895 (diff) | |
| download | meta-cloud-services-5350b84ba50ec2880e83ea9feffd6607b5ed258d.tar.gz | |
ipython-waitress: 0.8.9 -> 1.0.1
Upgrade python-waitress from 0.8.9 to 1.0.1.
Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-waitress_0.8.9.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-waitress_0.8.9.bb | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-waitress_0.8.9.bb b/meta-openstack/recipes-devtools/python/python-waitress_0.8.9.bb deleted file mode 100644 index 548efd1..0000000 --- a/meta-openstack/recipes-devtools/python/python-waitress_0.8.9.bb +++ /dev/null | |||
| @@ -1,16 +0,0 @@ | |||
| 1 | DESCRIPTION = "Waitress WSGI server" | ||
| 2 | HOMEPAGE = "https://pypi.python.org/pypi/waitress/" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=78ccb3640dc841e1baecb3e27a6966b2" | ||
| 6 | |||
| 7 | SRCNAME = "waitress" | ||
| 8 | |||
| 9 | SRC_URI = "https://pypi.python.org/packages/source/w/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | ||
| 10 | |||
| 11 | SRC_URI[md5sum] = "da3f2e62b3676be5dd630703a68e2a04" | ||
| 12 | SRC_URI[sha256sum] = "826527dc9d334ed4ed76cdae672fdcbbccf614186657db71679ab58df869458a" | ||
| 13 | |||
| 14 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 15 | |||
| 16 | inherit setuptools | ||
