All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH 0/2] meta-python creation
@ 2014-07-15 23:32 Tim Orling
  2014-07-15 23:32 ` [meta-oe][PATCH 1/2] meta-python: create layer Tim Orling
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Tim Orling @ 2014-07-15 23:32 UTC (permalink / raw)
  To: openembedded-devel; +Cc: paul.eggleton

********
This layer is intended to be the home of python modules for OpenEmbedded.
Modules in this layer need to be independent of openembedded-core and
meta-openembedded/meta-oe. Because of this, modules required by 'gateone'
and 'anki' are not included and remain in:
        meta-openembedded/meta-oe/recipes-devtools/python.

Maintainers:
        Tim "moto-timo" Orling <TicoTimo@gmail.com>
        Paul "bluelightning" Eggleton <paul.eggleton@linux.intel.com>
********

The following changes since commit 239debcd8a0359aad64406476b801948f9b8ff14:

  usleep: add 1.0 recipe (2014-07-15 15:03:43 +0200)

are available in the git repository at:

  git://git.openembedded.org/meta-openembedded-contrib timo/meta-python
  http://cgit.openembedded.org/cgit.cgi/meta-openembedded-contrib/log/?h=timo/meta-python

Tim Orling (2):
  meta-python: create layer
  meta-python: move recipes from meta-oe

 meta-python/COPYING.MIT                            | 17 +++++++
 meta-python/README                                 | 53 ++++++++++++++++++++++
 meta-python/conf/layer.conf                        |  9 ++++
 .../recipes-python}/pyrtm_0.2.bb                   |  0
 .../recipes-python}/python-autobahn_0.8.6.bb       |  0
 .../recipes-python}/python-cheetah_2.4.4.bb        |  0
 .../recipes-python}/python-cloudeebus_0.6.0.bb     |  0
 .../recipes-python}/python-cython_0.20.2.bb        |  0
 .../recipes-python}/python-dateutil_1.5.bb         |  0
 .../recipes-python}/python-epydoc_3.0.1.bb         |  0
 .../recipes-python}/python-feedparser_5.1.3.bb     |  0
 .../recipes-python}/python-gdata_1.2.4.bb          |  0
 .../recipes-python}/python-gevent_0.13.8.bb        |  0
 .../recipes-python}/python-greenlet_0.4.1.bb       |  0
 .../recipes-python}/python-ldap/setup.cfg.patch    |  0
 .../recipes-python}/python-ldap_2.3.9.bb           |  0
 .../recipes-python}/python-lxml_3.0.2.bb           |  0
 ...y-link-in-sysroot-not-in-host-directories.patch |  0
 .../recipes-python}/python-m2crypto_0.21.1.bb      |  0
 .../python-matplotlib/fix_setup.patch              |  0
 .../python-matplotlib/fix_setupext.patch           |  0
 .../recipes-python}/python-matplotlib_1.1.0.bb     |  0
 .../recipes-python}/python-numeric/no-lapack.patch |  0
 .../recipes-python}/python-numeric_24.2.bb         |  0
 .../recipes-python}/python-pexpect_2.3.bb          |  0
 .../recipes-python}/python-pip_1.3.1.bb            |  0
 .../recipes-python}/python-psutil_0.6.1.bb         |  0
 .../recipes-python}/python-pyalsaaudio_0.4.bb      |  0
 .../recipes-python}/python-pyserial_2.4.bb         |  0
 .../recipes-python}/python-pyudev_0.16.1.bb        |  0
 .../recipes-python}/python-pyusb_1.0.0a2.bb        |  0
 .../recipes-python}/python-pyyaml/setup.py         |  0
 .../recipes-python}/python-pyyaml_3.10.bb          |  0
 .../recipes-python}/python-smbus_3.0.3.bb          |  0
 .../recipes-python}/python-sqlalchemy_0.7.9.bb     |  0
 .../recipes-python}/python-twisted_13.2.0.bb       |  0
 .../recipes-python}/python-vobject_0.8.1c.bb       |  0
 .../recipes-python}/python-webdav_0.1.2.bb         |  0
 .../recipes-python}/python-zopeinterface_4.1.1.bb  |  0
 39 files changed, 79 insertions(+)
 create mode 100644 meta-python/COPYING.MIT
 create mode 100644 meta-python/README
 create mode 100644 meta-python/conf/layer.conf
 rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/pyrtm_0.2.bb (100%)
 rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-autobahn_0.8.6.bb (100%)
 rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-cheetah_2.4.4.bb (100%)
 rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-cloudeebus_0.6.0.bb (100%)
 rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-cython_0.20.2.bb (100%)
 rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-dateutil_1.5.bb (100%)
 rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-epydoc_3.0.1.bb (100%)
 rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-feedparser_5.1.3.bb (100%)
 rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-gdata_1.2.4.bb (100%)
 rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-gevent_0.13.8.bb (100%)
 rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-greenlet_0.4.1.bb (100%)
 rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-ldap/setup.cfg.patch (100%)
 rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-ldap_2.3.9.bb (100%)
 rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-lxml_3.0.2.bb (100%)
 rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-m2crypto/0001-setup.py-link-in-sysroot-not-in-host-directories.patch (100%)
 rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-m2crypto_0.21.1.bb (100%)
 rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-matplotlib/fix_setup.patch (100%)
 rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-matplotlib/fix_setupext.patch (100%)
 rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-matplotlib_1.1.0.bb (100%)
 rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-numeric/no-lapack.patch (100%)
 rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-numeric_24.2.bb (100%)
 rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-pexpect_2.3.bb (100%)
 rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-pip_1.3.1.bb (100%)
 rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-psutil_0.6.1.bb (100%)
 rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-pyalsaaudio_0.4.bb (100%)
 rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-pyserial_2.4.bb (100%)
 rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-pyudev_0.16.1.bb (100%)
 rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-pyusb_1.0.0a2.bb (100%)
 rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-pyyaml/setup.py (100%)
 rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-pyyaml_3.10.bb (100%)
 rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-smbus_3.0.3.bb (100%)
 rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-sqlalchemy_0.7.9.bb (100%)
 rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-twisted_13.2.0.bb (100%)
 rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-vobject_0.8.1c.bb (100%)
 rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-webdav_0.1.2.bb (100%)
 rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-zopeinterface_4.1.1.bb (100%)

-- 
1.9.3



^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2014-07-23  8:00 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-15 23:32 [meta-oe][PATCH 0/2] meta-python creation Tim Orling
2014-07-15 23:32 ` [meta-oe][PATCH 1/2] meta-python: create layer Tim Orling
2014-07-15 23:32 ` [meta-oe][PATCH 2/2] meta-python: move recipes from meta-oe Tim Orling
2014-07-16 12:38   ` Martin Jansa
2014-07-16 12:50   ` Martin Jansa
2014-07-17 14:07     ` Tim Orling
2014-07-17 14:20       ` Paul Eggleton
2014-07-17 14:40         ` Martin Jansa
2014-07-18 15:47           ` Paul Eggleton
2014-07-22 19:01 ` [meta-oe][PATCH 0/2] meta-python creation Martin Jansa
2014-07-23  1:03   ` Stephen Arnold
2014-07-23  8:00     ` Martin Jansa

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.