summaryrefslogtreecommitdiff
path: root/meta-phosphor/common/recipes-devtools/python
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2018-02-23 22:29:49 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2018-02-28 03:29:12 +0300
commit085491aa064f487127a9b675de2b18400ceabde0 (patch)
tree38158f84ff9d8f09f081095e1c2d253255a410fe /meta-phosphor/common/recipes-devtools/python
parentde7dfbc692a7ecffa7a56bab9a4be87d53b21538 (diff)
downloadopenbmc-085491aa064f487127a9b675de2b18400ceabde0.tar.xz
rocket: Drop recipe
python-rocket is unused in-tree. Drop. All in-tree platforms are either using python-gevent or bmcweb as the webserver. Tested: Built witherspoon and palmetto images Change-Id: I9981f77937bd9b4784484c80b80219f70d386d3e Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-phosphor/common/recipes-devtools/python')
-rw-r--r--meta-phosphor/common/recipes-devtools/python/python-rocket.inc24
-rw-r--r--meta-phosphor/common/recipes-devtools/python/python-rocket/LICENSE21
-rw-r--r--meta-phosphor/common/recipes-devtools/python/python-rocket/setup.patch13
-rw-r--r--meta-phosphor/common/recipes-devtools/python/python-rocket_1.2.4.bb5
4 files changed, 0 insertions, 63 deletions
diff --git a/meta-phosphor/common/recipes-devtools/python/python-rocket.inc b/meta-phosphor/common/recipes-devtools/python/python-rocket.inc
deleted file mode 100644
index 72e055542..000000000
--- a/meta-phosphor/common/recipes-devtools/python/python-rocket.inc
+++ /dev/null
@@ -1,24 +0,0 @@
-SUMMARY = "Modern, multi-threaded and extensible web server."
-DESCRIPTION = "The Rocket web server is a server designed to handle the increased \
-needs of modern web applications implemented in pure Python. It can serve WSGI \
-applications and static files. Rocket has the ability to be extended to handle \
-different types of networked request-response jobs. Rocket runs on cPython 2.5- 3.x \
-and Jython 2.5 (without the need to run through the 2to3 translation tool). Rocket \
-is similar in purpose to Cherrypy’s Wsgiserver but with added flexibility and concurrency."
-HOMEPAGE = "http://launchpad.net/rocket"
-SECTION = "devel/python"
-LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://${WORKDIR}/LICENSE;md5=b364bdf3116b1cbc1e30a6aff3224019"
-
-inherit allarch
-inherit setuptools
-
-S = "${WORKDIR}/${SRCNAME}-${PV}"
-RDEPENDS_${PN} += "\
- python-wsgiref-util \
- python-wsgiref-headers \
- python-email-utils \
- python-netserver \
- "
-
-BBCLASSEXTEND = "nativesdk"
diff --git a/meta-phosphor/common/recipes-devtools/python/python-rocket/LICENSE b/meta-phosphor/common/recipes-devtools/python/python-rocket/LICENSE
deleted file mode 100644
index 29b8ae951..000000000
--- a/meta-phosphor/common/recipes-devtools/python/python-rocket/LICENSE
+++ /dev/null
@@ -1,21 +0,0 @@
-The MIT License
-
-Copyright (c) 2011 Timothy Farrell
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.
diff --git a/meta-phosphor/common/recipes-devtools/python/python-rocket/setup.patch b/meta-phosphor/common/recipes-devtools/python/python-rocket/setup.patch
deleted file mode 100644
index 7affb2f7e..000000000
--- a/meta-phosphor/common/recipes-devtools/python/python-rocket/setup.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: Rocket-1.2.4/setup.py
-===================================================================
---- Rocket-1.2.4.orig/setup.py
-+++ Rocket-1.2.4/setup.py
-@@ -4,8 +4,6 @@
- # This file is part of the Rocket Web Server
- # Copyright (c) 2009 Timothy Farrell
-
--from distribute_setup import use_setuptools
--use_setuptools()
- from setuptools import setup, find_packages
-
- import os
diff --git a/meta-phosphor/common/recipes-devtools/python/python-rocket_1.2.4.bb b/meta-phosphor/common/recipes-devtools/python/python-rocket_1.2.4.bb
deleted file mode 100644
index 8d8008ae9..000000000
--- a/meta-phosphor/common/recipes-devtools/python/python-rocket_1.2.4.bb
+++ /dev/null
@@ -1,5 +0,0 @@
-SRCNAME = "Rocket"
-SRC_URI = "https://pypi.python.org/packages/source/r/rocket/${SRCNAME}-${PV}.zip;name=tarball file://LICENSE file://setup.patch"
-SRC_URI[tarball.sha256sum] = "7b7a3df4d9257e369d85bcc2013351704ffe364ff45d4710e6a30b2efc63a731"
-SRC_URI[tarball.md5sum] = "fa611955154b486bb91e632a43e90f4b"
-require python-rocket.inc