| Submitter | Paul Eggleton |
|---|---|
| Date | Feb. 8, 2013, 3:33 p.m. |
| Message ID | <cover.1360337212.git.paul.eggleton@linux.intel.com> |
| Download | mbox |
| Permalink | /patch/44347/ |
| State | Accepted, archived |
| Headers | show |
Pull-request
git://git.openembedded.org/meta-openembedded-contrib paule/python-bitsComments
On Fri, Feb 08, 2013 at 03:33:07PM +0000, Paul Eggleton wrote: > Some additional recipes and updates for some Python libraries, in > preparation for supporting an Ajenti recipe (which will be sent > separately.) All merged now, thanks! > > Kevin Strasser <kevin.strasser@linux.intel.com> 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 > > -- > 1.7.10.4 > > > _______________________________________________ > Openembedded-devel mailing list > Openembedded-devel@lists.openembedded.org > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
Some additional recipes and updates for some Python libraries, in preparation for supporting an Ajenti recipe (which will be sent separately.) Kevin Strasser <kevin.strasser@linux.intel.com> 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