From patchwork Fri Feb 8 15:33:07 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [meta-oe,0/6] Python library additions/improvements Date: Fri, 08 Feb 2013 15:33:07 -0000 From: Paul Eggleton X-Patchwork-Id: 44347 Message-Id: To: openembedded-devel@lists.openembedded.org Some additional recipes and updates for some Python libraries, in preparation for supporting an Ajenti recipe (which will be sent separately.) Kevin Strasser helped to test and improve these. The following changes since commit 61911b23099c2658186179504ded318c987b5276: ttf: introduce update-fonts bbclass and change all ttf recipes to use it (2013-02-06 15:16:01 +0100) are available in the git repository at: git://git.openembedded.org/meta-openembedded-contrib paule/python-bits http://cgit.openembedded.org/cgit.cgi/meta-openembedded-contrib/log/?h=paule/python-bits Paul Eggleton (6): python-feedparser: add new recipe for version 5.1.3 python-greenlet: add new recipe for version 0.3.4 python-gevent: add new recipe for version 0.13.8 python-psutil: add new recipe for version 0.6.1 python-pyopenssl: tweak recipe python-lxml: update to 3.0.2 and tweak .../python/python-feedparser_5.1.3.bb | 14 ++++++++++++++ .../recipes-devtools/python/python-gevent_0.13.8.bb | 19 +++++++++++++++++++ .../python/python-greenlet_0.3.4.bb | 14 ++++++++++++++ .../{python-lxml_2.2.8.bb => python-lxml_3.0.2.bb} | 13 ++++++------- .../recipes-devtools/python/python-psutil_0.6.1.bb | 14 ++++++++++++++ .../python/python-pyopenssl_0.13.bb | 4 ++-- 6 files changed, 69 insertions(+), 9 deletions(-) create mode 100644 meta-oe/recipes-devtools/python/python-feedparser_5.1.3.bb create mode 100644 meta-oe/recipes-devtools/python/python-gevent_0.13.8.bb create mode 100644 meta-oe/recipes-devtools/python/python-greenlet_0.3.4.bb rename meta-oe/recipes-devtools/python/{python-lxml_2.2.8.bb => python-lxml_3.0.2.bb} (76%) create mode 100644 meta-oe/recipes-devtools/python/python-psutil_0.6.1.bb