Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/4] Import Python Modules for Toaster
@ 2014-12-10  5:44 Saul Wold
  2014-12-10  5:44 ` [PATCH 1/4] python-pip: Add version 1.5.6 Saul Wold
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Saul Wold @ 2014-12-10  5:44 UTC (permalink / raw)
  To: openembedded-core

These 4 python modules are needed by toaster, since we want to have a 
complete environment, we need add these python modules to oe-core so
that toaster can run.

Sau!

The following changes since commit 219e793907406eabf632e784e3a11ab9acb77cfb:

  qemu/libc-package: Fix qemu option handling (2014-12-05 17:59:42 +0000)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib sgw/pymodules
  http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=sgw/pymodules

Saul Wold (4):
  python-pip: Add version 1.5.6
  python-wsgiref: Add new Version 0.1.2
  python-south: Add new version 1.0.1
  python-django: Add new version 1.7.1

 .../recipes-devtools/python/python-django_1.7.1.bb | 21 ++++++++++++++++++
 meta/recipes-devtools/python/python-pip_1.5.6.bb   | 15 +++++++++++++
 meta/recipes-devtools/python/python-south_1.0.1.bb | 19 ++++++++++++++++
 .../python/python-wsgiref_0.1.2.bb                 | 25 ++++++++++++++++++++++
 4 files changed, 80 insertions(+)
 create mode 100644 meta/recipes-devtools/python/python-django_1.7.1.bb
 create mode 100644 meta/recipes-devtools/python/python-pip_1.5.6.bb
 create mode 100644 meta/recipes-devtools/python/python-south_1.0.1.bb
 create mode 100644 meta/recipes-devtools/python/python-wsgiref_0.1.2.bb

-- 
1.8.3.1



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

* [PATCH 1/4] python-pip: Add version 1.5.6
  2014-12-10  5:44 [PATCH 0/4] Import Python Modules for Toaster Saul Wold
@ 2014-12-10  5:44 ` Saul Wold
  2014-12-10  5:44 ` [PATCH 2/4] python-wsgiref: Add new Version 0.1.2 Saul Wold
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Saul Wold @ 2014-12-10  5:44 UTC (permalink / raw)
  To: openembedded-core

Imported from meta-python

Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
 meta/recipes-devtools/python/python-pip_1.5.6.bb | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 meta/recipes-devtools/python/python-pip_1.5.6.bb

diff --git a/meta/recipes-devtools/python/python-pip_1.5.6.bb b/meta/recipes-devtools/python/python-pip_1.5.6.bb
new file mode 100644
index 0000000..0c240e4
--- /dev/null
+++ b/meta/recipes-devtools/python/python-pip_1.5.6.bb
@@ -0,0 +1,15 @@
+SUMMARY = "PIP is a tool for installing and managing Python packages"
+LICENSE = "MIT & LGPL-2.1"
+LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=45665b53032c02b35e29ddab8e61fa91"
+
+SRC_URI = "https://pypi.python.org/packages/source/p/pip/pip-${PV}.tar.gz"
+
+SRC_URI[md5sum] = "01026f87978932060cc86c1dc527903e"
+SRC_URI[sha256sum] = "b1a4ae66baf21b7eb05a5e4f37c50c2706fa28ea1f8780ce8efe14dcd9f1726c"
+
+S = "${WORKDIR}/pip-${PV}"
+
+inherit setuptools
+
+# Since PIP is like CPAN for PERL we need to drag in all python modules to ensure everything works
+RDEPENDS_${PN} = "python-modules"
-- 
1.8.3.1



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

* [PATCH 2/4] python-wsgiref: Add new Version 0.1.2
  2014-12-10  5:44 [PATCH 0/4] Import Python Modules for Toaster Saul Wold
  2014-12-10  5:44 ` [PATCH 1/4] python-pip: Add version 1.5.6 Saul Wold
@ 2014-12-10  5:44 ` Saul Wold
  2014-12-10  5:44 ` [PATCH 3/4] python-south: Add new version 1.0.1 Saul Wold
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Saul Wold @ 2014-12-10  5:44 UTC (permalink / raw)
  To: openembedded-core

Imported from meta-openstack

Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
 .../python/python-wsgiref_0.1.2.bb                 | 25 ++++++++++++++++++++++
 1 file changed, 25 insertions(+)
 create mode 100644 meta/recipes-devtools/python/python-wsgiref_0.1.2.bb

diff --git a/meta/recipes-devtools/python/python-wsgiref_0.1.2.bb b/meta/recipes-devtools/python/python-wsgiref_0.1.2.bb
new file mode 100644
index 0000000..6e0a448
--- /dev/null
+++ b/meta/recipes-devtools/python/python-wsgiref_0.1.2.bb
@@ -0,0 +1,25 @@
+DESCRIPTION = "WSGI (PEP 333) Reference Library"
+HOMEPAGE = "http://cheeseshop.python.org/pypi/wsgiref"
+SECTION = "devel/python"
+LICENSE = "PSF"
+LIC_FILES_CHKSUM = "file://PKG-INFO;md5=fe761dfec1d54629c6b9a3bbc7b1baf5"
+
+SRCNAME = "wsgiref"
+SRC_URI = "http://pypi.python.org/packages/source/w/${SRCNAME}/${SRCNAME}-${PV}.zip"
+
+SRC_URI[md5sum] = "29b146e6ebd0f9fb119fe321f7bcf6cb"
+SRC_URI[sha256sum] = "c7e610c800957046c04c8014aab8cce8f0b9f0495c8cd349e57c1f7cabf40e79"
+
+S = "${WORKDIR}/${SRCNAME}-${PV}"
+
+inherit setuptools
+
+# DEPENDS_default: python-pip
+
+DEPENDS += " \
+        python-pip \
+        "
+
+# RDEPENDS_default: 
+RDEPENDS_${PN} += " \
+        "
-- 
1.8.3.1



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

* [PATCH 3/4] python-south: Add new version 1.0.1
  2014-12-10  5:44 [PATCH 0/4] Import Python Modules for Toaster Saul Wold
  2014-12-10  5:44 ` [PATCH 1/4] python-pip: Add version 1.5.6 Saul Wold
  2014-12-10  5:44 ` [PATCH 2/4] python-wsgiref: Add new Version 0.1.2 Saul Wold
@ 2014-12-10  5:44 ` Saul Wold
  2014-12-10  5:44 ` [PATCH 4/4] python-django: Add new version 1.7.1 Saul Wold
  2014-12-17 11:59 ` [PATCH 0/4] Import Python Modules for Toaster Burton, Ross
  4 siblings, 0 replies; 6+ messages in thread
From: Saul Wold @ 2014-12-10  5:44 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
 meta/recipes-devtools/python/python-south_1.0.1.bb | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 meta/recipes-devtools/python/python-south_1.0.1.bb

diff --git a/meta/recipes-devtools/python/python-south_1.0.1.bb b/meta/recipes-devtools/python/python-south_1.0.1.bb
new file mode 100644
index 0000000..57f8045
--- /dev/null
+++ b/meta/recipes-devtools/python/python-south_1.0.1.bb
@@ -0,0 +1,19 @@
+
+SUMMARY = "Migrations for Django"
+DESCRIPTION = "South is an intelligent database migrations library for the Django web framework. It is database-independent and DVCS-friendly, as well as a whole host of other features."
+HOMEPAGE = "http://south.aeracode.org/"
+SECTION = "devel/python"
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=17;endline=18;md5=2155d8ae21e7c23101d5febac696b27e"
+
+SRCNAME = "South"
+
+SRC_URI = "https://pypi.python.org/packages/source/S/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
+
+SRC_URI[md5sum] = "9977423e4c4f7ca9345f1428a0a57505"
+SRC_URI[sha256sum] = "1ce97c634107df324eb2fd53cd904d7c04fc8cc6a8fe0800e5f85345b0c75ad3"
+
+S = "${WORKDIR}/${SRCNAME}-${PV}"
+
+inherit distutils
+
-- 
1.8.3.1



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

* [PATCH 4/4] python-django: Add new version 1.7.1
  2014-12-10  5:44 [PATCH 0/4] Import Python Modules for Toaster Saul Wold
                   ` (2 preceding siblings ...)
  2014-12-10  5:44 ` [PATCH 3/4] python-south: Add new version 1.0.1 Saul Wold
@ 2014-12-10  5:44 ` Saul Wold
  2014-12-17 11:59 ` [PATCH 0/4] Import Python Modules for Toaster Burton, Ross
  4 siblings, 0 replies; 6+ messages in thread
From: Saul Wold @ 2014-12-10  5:44 UTC (permalink / raw)
  To: openembedded-core

Imported from meta-openstack

Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
 meta/recipes-devtools/python/python-django_1.7.1.bb | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 meta/recipes-devtools/python/python-django_1.7.1.bb

diff --git a/meta/recipes-devtools/python/python-django_1.7.1.bb b/meta/recipes-devtools/python/python-django_1.7.1.bb
new file mode 100644
index 0000000..d7998a0
--- /dev/null
+++ b/meta/recipes-devtools/python/python-django_1.7.1.bb
@@ -0,0 +1,21 @@
+DESCRIPTION = "A high-level Python Web framework"
+HOMEPAGE = "http://www.djangoproject.com/"
+SECTION = "devel/python"
+LICENSE = "BSD"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=f09eb47206614a4954c51db8a94840fa"
+
+PR = "r1"
+SRCNAME = "Django"
+
+SRC_URI = "https://pypi.python.org/packages/source/D/${SRCNAME}/${SRCNAME}-${PV}.tar.gz \
+"
+
+SRC_URI[md5sum] = "81dae89f21647b9aa5c46c6b7dbfa349"
+SRC_URI[sha256sum] = "3de62e71ce2cfbcdecb6e344cad04948506c8410ea5c6eab15c8f3b31b8ac1c0"
+
+S = "${WORKDIR}/${SRCNAME}-${PV}"
+
+inherit distutils
+
+FILES_${PN} += "${datadir}/django/*"
+
-- 
1.8.3.1



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

* Re: [PATCH 0/4] Import Python Modules for Toaster
  2014-12-10  5:44 [PATCH 0/4] Import Python Modules for Toaster Saul Wold
                   ` (3 preceding siblings ...)
  2014-12-10  5:44 ` [PATCH 4/4] python-django: Add new version 1.7.1 Saul Wold
@ 2014-12-17 11:59 ` Burton, Ross
  4 siblings, 0 replies; 6+ messages in thread
From: Burton, Ross @ 2014-12-17 11:59 UTC (permalink / raw)
  To: Saul Wold; +Cc: OE-core

[-- Attachment #1: Type: text/plain, Size: 631 bytes --]

On 10 December 2014 at 05:44, Saul Wold <sgw@linux.intel.com> wrote:
>
> These 4 python modules are needed by toaster, since we want to have a
> complete environment, we need add these python modules to oe-core so
> that toaster can run.
>

I'm not very comfortable with pulling pieces from meta-python or
meta-openstack and merging them into oe-core just for running Toaster on
Poky.  I think a better solution would be to ensure that meta-python has
everything required and then if we want to continue with the one-repo model
for Poky use combo-layer to copy the relevant recipes from meta-python into
poky.

Ross

[-- Attachment #2: Type: text/html, Size: 1028 bytes --]

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

end of thread, other threads:[~2014-12-17 12:00 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-10  5:44 [PATCH 0/4] Import Python Modules for Toaster Saul Wold
2014-12-10  5:44 ` [PATCH 1/4] python-pip: Add version 1.5.6 Saul Wold
2014-12-10  5:44 ` [PATCH 2/4] python-wsgiref: Add new Version 0.1.2 Saul Wold
2014-12-10  5:44 ` [PATCH 3/4] python-south: Add new version 1.0.1 Saul Wold
2014-12-10  5:44 ` [PATCH 4/4] python-django: Add new version 1.7.1 Saul Wold
2014-12-17 11:59 ` [PATCH 0/4] Import Python Modules for Toaster Burton, Ross

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox