From 085491aa064f487127a9b675de2b18400ceabde0 Mon Sep 17 00:00:00 2001 From: Brad Bishop Date: Fri, 23 Feb 2018 14:29:49 -0500 Subject: 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 --- .../recipes-devtools/python/python-rocket.inc | 24 ---------------------- .../recipes-devtools/python/python-rocket/LICENSE | 21 ------------------- .../python/python-rocket/setup.patch | 13 ------------ .../recipes-devtools/python/python-rocket_1.2.4.bb | 5 ----- 4 files changed, 63 deletions(-) delete mode 100644 meta-phosphor/common/recipes-devtools/python/python-rocket.inc delete mode 100644 meta-phosphor/common/recipes-devtools/python/python-rocket/LICENSE delete mode 100644 meta-phosphor/common/recipes-devtools/python/python-rocket/setup.patch delete mode 100644 meta-phosphor/common/recipes-devtools/python/python-rocket_1.2.4.bb (limited to 'meta-phosphor/common/recipes-devtools/python') 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 -- cgit v1.2.3